summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/kdb5.c
Commit message (Expand)AuthorAgeFilesLines
* Use new error message wrapping APIsNicolas Williams2014-12-071-9/+4
* Add flag word to KDB iteration APIsTom Yu2014-08-021-2/+2
* Modify k5buf interfaces for easier useGreg Hudson2014-07-301-9/+11
* Include autoconf.h before system headersGreg Hudson2014-07-081-3/+0
* Use k5_setmsgGreg Hudson2014-06-051-22/+18
* Lock around more ulog operationsGreg Hudson2014-02-201-3/+3
* Simplify iprop update locking and avoid deadlockGreg Hudson2014-02-201-97/+19
* Correctly get default realm in kdb5.cGreg Hudson2014-02-111-10/+13
* Modernize iprop codeGreg Hudson2014-02-051-1/+2
* Fix decoding of mkey kvno in mkey_aux tl-dataGreg Hudson2013-10-291-2/+3
* Correctly activate master keys in pre-1.7 KDBsGreg Hudson2013-10-251-22/+19
* Reload master keys to find active mkey if neededGreg Hudson2013-10-251-61/+52
* Assume mutex locking cannot failGreg Hudson2013-05-141-3/+4
* Get rid of krb5_xfreeGreg Hudson2013-03-281-4/+4
* Modernize k5bufGreg Hudson2013-02-141-10/+10
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-5/+2
* Adjust kdb5.c check for ulog being mappedGreg Hudson2013-01-241-1/+1
* Propagate policy changes over iprop via full dumpGreg Hudson2013-01-221-3/+51
* Clean up iprop flow control in kdb5.cGreg Hudson2013-01-181-53/+42
* Fix typo disabling static-linked LDAP back endGreg Hudson2012-11-151-1/+1
* krb5_db_delete_principal() can fail to unlock ulogNicolas Williams2012-10-081-1/+3
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-301-6/+14
* Only store master mey list in DAL handleGreg Hudson2012-03-211-62/+66
* Refactor salt computation into libkdb5Greg Hudson2011-10-241-0/+50
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-4/+4
* Fix krb5_dbe_get_strings error handlingGreg Hudson2011-09-241-8/+12
* Add KRB5_TL_STRING_ATTRS and libkdb5 accessorsGreg Hudson2011-09-211-0/+178
* 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-101-16/+20
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-0/+40
* Protoize old-style function definitions in kdb5.c and normalizeGreg Hudson2010-10-041-131/+75
* WhitespaceGreg Hudson2010-09-151-26/+29
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-35/+76
* 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-151-10/+10
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-151-0/+12
* 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-131-0/+17
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-131-0/+39
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-121-0/+18
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-121-0/+24
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-121/+59
* 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-031-17/+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-021-11/+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-021-19/+0