aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil/kdb5_mkey.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Implemented kdb5_util purge_meysWill Fiveash1-3/+329
2009-01-29When listing master key versions, if none of them appears to be activeKen Raeburn1-3/+10
2009-01-29Support -n (dry-run) and -v (verbose) options for update_princ_encryptionKen Raeburn1-5/+37
2009-01-29handle updating an activation time for a mkvno that already has oneKen Raeburn1-0/+4
2009-01-29report error if time string doesn't parseKen Raeburn1-1/+8
2009-01-29Implement "kdb5_util update_princ_encryption"Ken Raeburn1-1/+369
2009-01-29Fix an issue Ken noted with the kdb5_util dump -mkey_convert logicWill Fiveash1-21/+37
2009-01-28Add code to refetch master key list if the matching mkey to decrypt aWill Fiveash1-6/+48
2009-01-28Make sure nentries == 1 after calling krb5_db_get_principal() inWill Fiveash1-9/+9
2009-01-27Modified the ldap plugin so the mkvno slot in the krbprincipalkeyWill Fiveash1-5/+5
2009-01-27More review changes:Will Fiveash1-12/+7
2009-01-27More review changes:Will Fiveash1-144/+154
2009-01-26Restore krb5_free_key_data_contents() as it was inWill Fiveash1-1/+1
2009-01-26Namespace-protect get_key_data_kvnoGreg Hudson1-2/+2
2009-01-26Work to address some of Ken's review comments. This doesn't address allWill Fiveash1-19/+25
2009-01-22Change the name of the krb5_dbe_act_mkey_list function toWill Fiveash1-82/+5
2009-01-21Modified krb5_db_fetch_mkey() to use the enctype in the stash file.Will Fiveash1-5/+7
2009-01-21Made a change to the code reading the mkey stash to use the enctypeWill Fiveash1-2/+4
2009-01-20More bug fixes. There were several bugs in the existing new commands.Will Fiveash1-73/+138
2009-01-16Fixed the kdb5_util list_mkeys command (wasn't printing mkey info)Will Fiveash1-0/+1
2009-01-13Fixed some compiler warning issuesWill Fiveash1-1/+1
2009-01-13Added kdb5_util list_mkeys command, cleaned up some code formattingWill Fiveash1-267/+389
2009-01-09First commit. This project is not completely finished (the list_mkeys,Will Fiveash1-0/+492