summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Mark Camellia-CCM code as experimentalGreg Hudson2010-10-261-0/+3
* Make k5-buf.h comments consistent with coding styleGreg Hudson2010-10-261-44/+54
* WhitespaceGreg Hudson2010-10-241-2/+2
* Declare krb5_set_error_message_flKen Raeburn2010-10-231-0/+7
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-0812-12/+12
* Document that krb5_get_error_message() never returns NULLGreg Hudson2010-10-051-1/+3
* Constify the name field of a kadm5_hook vtable, since it holds aGreg Hudson2010-10-051-1/+1
* Add a name field to the pwqual plugin vtable and log pwqual moduleGreg Hudson2010-10-051-0/+1
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-0/+11
* Document kadm5_hook interfaceSam Hartman2010-10-051-0/+20
* Merge branches/nss to trunkGreg Hudson2010-10-021-0/+2
* Enable sam_challenge_2 encodersSam Hartman2010-10-011-2/+0
* Implement k5login_directory and k5login_authoritative optionsGreg Hudson2010-10-011-0/+2
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-011-0/+6
* WhitespaceGreg Hudson2010-09-301-18/+17
* Whitespace and minor style changesGreg Hudson2010-09-301-8/+11
* kadm5_hook: new plugin interfaceSam Hartman2010-09-292-1/+128
* Doxygen for k5-buf.hSam Hartman2010-09-271-9/+9
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-271-0/+17
* relicense Sun RPC to 3-clause BSD-styleTom Yu2010-09-2213-302/+332
* KDC worker processes featureGreg Hudson2010-09-171-1/+1
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-151-17/+0
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-6/+7
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-071-0/+24
* Password quality pluggable interfaceGreg Hudson2010-09-013-1/+112
* New plugin infrastructureGreg Hudson2010-08-273-0/+168
* Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson2010-08-261-4/+5
* Add GIC option for password/account expiration callbackGreg Hudson2010-08-122-0/+46
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-211-5/+4
* 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-151-31/+17
* 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-151-6/+9
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-131-13/+7
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-131-28/+21
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-131-43/+49
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-121-14/+15
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-121-32/+77
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-081-10/+14
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-062-55/+26
* Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson2010-07-031-24/+10
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-9/+7
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-021-21/+0
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-021-8/+5
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-26/+6
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-021-58/+57
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-37/+22
* Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson2010-07-021-6/+0
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-34/+0
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-021-15/+0