summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix krb5_dbe_get_strings error handlingGreg Hudson2011-09-241-8/+12
* Support special salt type in default krb5_dbe_cpwGreg Hudson2011-09-221-0/+36
* Fix string attribute unit testsGreg Hudson2011-09-213-6/+14
* Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-214-1/+286
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-0/+1
* Skip redundant inclusion of iprop.hKen Raeburn2011-09-042-2/+18
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-5/+0
* Get static linking working again, mostlyGreg Hudson2011-06-281-1/+1
* Mark up strings for translationGreg Hudson2011-06-103-31/+37
* Fix multiple tl-data updates over ipropGreg Hudson2011-05-221-35/+8
* Resolve a few miscellaneous warningsGreg Hudson2011-03-142-9/+15
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-097-30/+8
* Make dependGreg Hudson2011-02-251-27/+24
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-052-0/+42
* Protoize old-style function definitions in kdb5.c and normalizeGreg Hudson2010-10-041-131/+75
* Make krb5_dbe_def_search_enctype skip key data entries with invalidGreg Hudson2010-09-281-6/+4
* WhitespaceGreg Hudson2010-09-151-26/+29
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-154-48/+80
* WhitespaceGreg Hudson2010-09-151-1/+1
* Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman2010-09-152-6/+10
* Make dependGreg Hudson2010-09-081-23/+26
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-211-2/+8
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-152-11/+11
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-152-0/+13
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-131-7/+4
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-132-0/+18
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-132-0/+41
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-122-0/+19
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-122-0/+25
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-068-670/+520
* 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-032-38/+14
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-19/+19
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-023-29/+6
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-021-8/+4
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-023-77/+0
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-021-55/+54
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-027-49/+46
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-023-52/+0
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-021-104/+29
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-021-32/+0
* DAL improvementsGreg Hudson2010-07-022-3/+4
* make dependGreg Hudson2010-06-071-39/+44
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-041-16/+0
* Make decryption of master key list more robustGreg Hudson2010-01-291-37/+13
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-282-2/+35
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-272-11/+10
* Make krb5_dbe_def_search_enctype more consistent about when it returnsGreg Hudson2010-01-061-27/+23