summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* Modernize k5bufGreg Hudson2013-02-141-10/+10
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-093-13/+7
* Adjust kdb5.c check for ulog being mappedGreg Hudson2013-01-241-1/+1
* Remove ulog_check(); the ulog is not a DB journalNicolas Williams2013-01-231-114/+6
* Propagate policy changes over iprop via full dumpGreg Hudson2013-01-221-3/+51
* Fix iprop log reinitializationGreg Hudson2013-01-222-13/+41
* Modernize style of kdb_log.cGreg Hudson2013-01-221-460/+292
* Clean up iprop flow control in kdb5.cGreg Hudson2013-01-181-53/+42
* make dependGreg Hudson2013-01-101-1/+1
* Simplify k5test.py environmentsGreg Hudson2012-12-201-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-9/+9
* Fix typo disabling static-linked LDAP back endGreg Hudson2012-11-151-1/+1
* Bump libkdb5 API and DAL versionsGreg Hudson2012-10-151-1/+1
* krb5_db_delete_principal() can fail to unlock ulogNicolas Williams2012-10-081-1/+3
* Fix a minor race in kdb5_util loadNicolas Williams2012-10-051-36/+63
* Make kadmind iprop never return UPDATE_BUSYNicolas Williams2012-10-051-11/+1
* Use a single global dump for iprop full syncsNicolas Williams2012-10-052-1/+2
* Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu2012-08-011-0/+3
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-302-6/+15
* Use consistent types for overflow comparisonBen Kaduk2012-07-031-1/+1
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-271-17/+12
* Only store master mey list in DAL handleGreg Hudson2012-03-214-65/+67
* Get rid of periods in Python test success messagesGreg Hudson2011-11-031-1/+1
* Refactor salt computation into libkdb5Greg Hudson2011-10-242-0/+51
* Make reindentTom Yu2011-10-171-1/+1
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-042-5/+5
* 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