aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil/kdb5_mkey.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Fix typos in kdb5_util master key command outputsGreg Hudson1-5/+5
2011-09-05Instead of passing a 0 to add_new_mkey for kvno and leavingKen Raeburn1-1/+3
2011-06-10Mark up strings for translationGreg Hudson1-106/+126
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-110/+45
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-15/+11
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson1-2/+2
2010-01-31Fix minor error-handling bug in r23676Greg Hudson1-1/+1
2010-01-28Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson1-2/+8
2009-11-03Reindent after making fixes for emacs-23Tom Yu1-4/+4
2009-10-31make mark-cstyleTom Yu1-77/+77
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-0/+5
2009-02-05deal with memleaks in migrate mkey projectWill Fiveash1-96/+107
2009-02-04new multi-masterkey support doesn't work well when system clock is setWill Fiveash1-53/+65
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-2/+2
2009-01-31fix resource leakKen Raeburn1-1/+2
2009-01-31don't use uninitialized variableKen Raeburn1-1/+1
2009-01-31don't double-freeKen Raeburn1-1/+0
2009-01-30Master Key Migration ProjectWill Fiveash1-0/+1419