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