summaryrefslogtreecommitdiffstats
path: root/src/kadmin/dbutil/kdb5_mkey.c
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-081-2/+1
* Use retval, not errno, when stashing master keysBen Kaduk2013-11-041-1/+1
* Simplify kdb5_list_mkeys actkvno list retrievalGreg Hudson2013-10-251-34/+12
* Use active master key in update_princ_encryptionGreg Hudson2013-10-251-10/+5
* Fix typos in kdb5_util master key command outputsGreg Hudson2013-10-251-5/+5
* Don't reopen the KDB in update_princ_encryptionGreg Hudson2013-07-311-0/+12
* Fix various warningsGreg Hudson2013-06-071-3/+1
* Only store master mey list in DAL handleGreg Hudson2012-03-211-14/+20
* Instead of passing a 0 to add_new_mkey for kvno and leavingKen Raeburn2011-09-051-1/+3
* Mark up strings for translationGreg Hudson2011-06-101-106/+126
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-110/+45
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-15/+11
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-081-2/+2
* Fix minor error-handling bug in r23676Greg Hudson2010-01-311-1/+1
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-2/+8
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-4/+4
* make mark-cstyleTom Yu2009-10-311-77/+77
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-0/+5
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-051-96/+107
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-041-53/+65
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2
* fix resource leakKen Raeburn2009-01-311-1/+2
* don't use uninitialized variableKen Raeburn2009-01-311-1/+1
* don't double-freeKen Raeburn2009-01-311-1/+0
* Master Key Migration ProjectWill Fiveash2009-01-301-0/+1419