summaryrefslogtreecommitdiffstats
path: root/src/include/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* Support authoritative KDB check_transited methodsGreg Hudson2013-09-251-2/+3
* Correct an error in kdb.h commentsGreg Hudson2013-08-051-2/+2
* Document krb5_db_iterate restriction on writingGreg Hudson2013-07-311-0/+6
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-091-1/+1
* Get rid of KRB5_KDB_SRV_TYPE_PASSWDGreg Hudson2012-12-201-3/+1
* Remove KRB5_DB_LOCKMODE_DONTBLOCK from kdb.hGreg Hudson2012-10-161-2/+0
* Bump libkdb5 API and DAL versionsGreg Hudson2012-10-151-2/+2
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-301-0/+15
* Add control over session key enctype negotiationNicolas Williams2012-06-061-0/+3
* Only store master mey list in DAL handleGreg Hudson2012-03-211-15/+4
* Refactor salt computation into libkdb5Greg Hudson2011-10-241-0/+6
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-6/+6
* Add kadmin functionality for string attributesGreg Hudson2011-09-211-1/+1
* Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-211-0/+34
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-1/+2
* Document that e_data can be used by KDB modules internallyGreg Hudson2011-06-201-0/+9
* Revert r5233 and mark get_age as deprecated in the DAL documentation.Greg Hudson2011-05-201-7/+2
* Fix DAL documentation to recommend using krb5_db_get_context() andGreg Hudson2011-03-241-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+2
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-061-12/+14
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-0/+11
* 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
* 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-061-51/+22
* 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
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-021-16/+1
* DAL improvementsGreg Hudson2010-07-021-1/+12
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-041-17/+0
* Correct the DAL documentation for db_createGreg Hudson2010-05-031-3/+4
* Correct the DAL documentation ofGreg Hudson2010-02-011-5/+9