aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-07Remove Camellia from supported enctype documentation for now since it'scamellia-ccmGreg Hudson2-8/+11
2010-09-07Conditionalize the Camellia-CCM code, requiring the builder to defineGreg Hudson26-38/+166
2010-08-09Make the camellia-ccm cipher state just the counter value, forGreg Hudson6-10/+91
2010-08-09Amendment to r24234: add t_camellia_ccm to check-unix dependenciesGreg Hudson1-1/+1
2010-08-06Add two more crypto test programs on the camellia-ccm branch: one forGreg Hudson3-2/+612
2010-08-04Add Camellia enctypes to the enctypes list in the admin docsGreg Hudson1-0/+6
2010-08-04Add a branch overview readme for the camellia-ccm branchGreg Hudson1-0/+117
2010-08-03General style pass over camellia-ccm branch changesGreg Hudson5-42/+38
2010-08-03Remove krb5int_camellia_crypto_length; it's no longer needed withoutGreg Hudson2-22/+0
2010-08-03Simplify krb5int_dk_cmac_checksum since ctp->enc is set for theGreg Hudson1-12/+1
2010-08-03Massage the CCM encrypt/decrypt code. Mostly minor comment and styleGreg Hudson1-110/+100
2010-08-02Rename derive_random_sp800_cmac to include the full name of the NISTGreg Hudson1-12/+20
2010-08-02Parameterize krb5int_derive_random() instead of guessing whichGreg Hudson14-74/+91
2010-07-30Fix/clarify some comments in the CMAC test program and untabify itGreg Hudson1-12/+13
2010-07-30Add comments to the CMAC implementation relating it to specific stepsGreg Hudson4-14/+168
2010-07-30Remove some unnecessary casts in the camellia-ccm code. (make_dataGreg Hudson2-10/+10
2010-07-29Merge and edit some of the changes from r23983 of trunk to r24216 ofGreg Hudson56-291/+5309
2010-07-29Create a branch for the camellia-ccm enctype implementationGreg Hudson0-0/+0
2010-07-26Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), sinceGreg Hudson1-1/+1
2010-07-26Fix XDR decoding of large values in xdr_u_intGreg Hudson1-1/+1
2010-07-21Addendum to r24200: fix kdb5_ldap_util call site ofGreg Hudson1-1/+1
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson7-20/+19
2010-07-20Get the kdb_hdb module to compile again. Probably still buggy,Greg Hudson4-293/+161
2010-07-19In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson1-0/+1
2010-07-19Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2-4/+6
2010-07-19In the DAL documentation, describe how a module can supply referralGreg Hudson1-1/+4
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson14-236/+72
2010-07-15Addendum to r24182: Fix a comment referencing the db_invokeGreg Hudson1-4/+2
2010-07-15Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson6-9/+25
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson8-33/+24
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson13-103/+77
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson14-174/+156
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson6-40/+40
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson8-116/+111
2010-07-09Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson1-0/+1
2010-07-09Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson1-19/+20
2010-07-08Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson1-4/+3
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson5-36/+20
2010-07-07Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson1-0/+1
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson45-2504/+1908
2010-07-04Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson1-5/+5
2010-07-03In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson1-93/+54
2010-07-03Remove assertions for non-nullity of init_module and fini_module inGreg Hudson1-3/+0
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson3-62/+24
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson7-35/+33
2010-07-03Remove return value from void functionKen Raeburn1-1/+0
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson6-52/+7
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson7-25/+18
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson12-152/+22
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson10-303/+279