aboutsummaryrefslogtreecommitdiff
path: root/src/include/kdb.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-25Support authoritative KDB check_transited methodsGreg Hudson1-2/+3
2013-08-05Correct an error in kdb.h commentsGreg Hudson1-2/+2
2013-07-31Document krb5_db_iterate restriction on writingGreg Hudson1-0/+6
2013-01-09Allow principals to refer to nonexistent policiesGreg Hudson1-1/+1
2012-12-20Get rid of KRB5_KDB_SRV_TYPE_PASSWDGreg Hudson1-3/+1
2012-10-16Remove KRB5_DB_LOCKMODE_DONTBLOCK from kdb.hGreg Hudson1-2/+0
2012-10-15Bump libkdb5 API and DAL versionsGreg Hudson1-2/+2
2012-07-30Policy extensions + new policy: allowed ks typesNicolas Williams1-0/+15
2012-06-06Add control over session key enctype negotiationNicolas Williams1-0/+3
2012-03-21Only store master mey list in DAL handleGreg Hudson1-15/+4
2011-10-24Refactor salt computation into libkdb5Greg Hudson1-0/+6
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson1-6/+6
2011-09-21Add kadmin functionality for string attributesGreg Hudson1-1/+1
2011-09-21Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson1-0/+34
2011-07-26Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson1-1/+2
2011-06-20Document that e_data can be used by KDB modules internallyGreg Hudson1-0/+9
2011-05-20Revert r5233 and mark get_age as deprecated in the DAL documentation.Greg Hudson1-7/+2
2011-03-24Fix DAL documentation to recommend using krb5_db_get_context() andGreg Hudson1-2/+2
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-7/+2
2010-11-06After a failed kdb5_util load, make a subsequent load operation workGreg Hudson1-12/+14
2010-10-05Propagate modprinc -unlock from master to slave KDCsGreg Hudson1-0/+11
2010-09-15Remove dead code from DAL and kdb pluginsSam Hartman1-17/+0
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman1-6/+7
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson1-5/+4
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 Hudson1-31/+17
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 Hudson1-6/+9
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson1-13/+7
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson1-28/+21
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson1-43/+49
2010-07-12Add check_transited_realms to the DAL table with a correspondingGreg Hudson1-14/+15
2010-07-12Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson1-32/+77
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-10/+14
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-51/+22
2010-07-03Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson1-24/+10
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-9/+7
2010-07-02Remove store_master_key from the DAL table, and implementGreg Hudson1-21/+0
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson1-8/+5
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-26/+6
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson1-58/+57
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-37/+22
2010-07-02Remove setup_master_key_name from the DAL table as it was not usedGreg Hudson1-6/+0
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson1-34/+0
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson1-15/+0
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson1-16/+1
2010-07-02DAL improvementsGreg Hudson1-1/+12
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson1-17/+0
2010-05-03Correct the DAL documentation for db_createGreg Hudson1-3/+4
2010-02-01Correct the DAL documentation ofGreg Hudson1-5/+9