aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Update kdb5_util purge_mkey's messaging behavior to be more informativemkey_migrateWill Fiveash1-13/+12
2009-01-30Implemented kdb5_util purge_meysWill Fiveash4-15/+346
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 Raeburn3-9/+53
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 Raeburn5-10/+406
2009-01-29Implement krb5_db_store_master_key_list.Greg Hudson1-23/+26
2009-01-29Fix an issue Ken noted with the kdb5_util dump -mkey_convert logicWill Fiveash5-29/+53
2009-01-28svn merge -r21791:21820 svn+ssh://wfiveash@svn.mit.edu/krb5/trunkWill Fiveash1-7/+7
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 Fiveash3-26/+23
2009-01-27More review changes:Will Fiveash3-186/+200
2009-01-26Restore krb5_free_key_data_contents() as it was inWill Fiveash2-1/+6
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 Fiveash2-8/+8
2009-01-21Made a change to the code reading the mkey stash to use the enctypeWill Fiveash2-8/+14
2009-01-20More bug fixes. There were several bugs in the existing new commands.Will Fiveash2-80/+146
2009-01-16Fixed the kdb5_util list_mkeys command (wasn't printing mkey info)Will Fiveash2-1/+3
2009-01-13Fixed some compiler warning issuesWill Fiveash2-2/+4
2009-01-13Added kdb5_util list_mkeys command, cleaned up some code formattingWill Fiveash4-270/+406
2009-01-10Merged with current trunk, no new function added. Everything buildsWill Fiveash11-1675/+159
2009-01-09First commit. This project is not completely finished (the list_mkeys,Will Fiveash6-5/+536
2008-09-18makedependKen Raeburn1-51/+54
2008-08-15a stash file is not a keytabWill Fiveash5-28/+108
2008-08-06Oops. Really delete the extra argument this timeKen Raeburn1-1/+1
2008-08-06Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn1-1/+0
2008-07-31Reuse more k5beta7 code for ipropKen Raeburn1-61/+1
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu5-80/+65
2008-07-16Apply patch from Mark Phalan to initialize progname before useTom Yu1-4/+6
2008-06-27misc uninitialized-storage accessesKen Raeburn1-1/+1
2008-06-24Merge from branch sun-ipropKen Raeburn7-21/+272
2008-06-10Remove documentation for no-longer-supported admin_dbname argumentKen Raeburn1-6/+1
2008-06-03Fix various minor format-string issuesKen Raeburn1-5/+6
2008-05-30No prototype when building kdb5_util without krb4 supportAlexandra Ellwood1-1/+2
2008-05-17Force hostname to lowercase before constructing kadmin principal name.Ken Raeburn1-2/+22
2007-08-27Remove some unused codesKen Raeburn1-4/+0
2007-08-27Remove unused PLURAL macroKen Raeburn1-1/+0
2007-08-16make dependKen Raeburn1-26/+28
2007-05-18Remove unused filesKen Raeburn2-340/+0
2007-05-18Remove unused fileKen Raeburn1-241/+0
2007-03-28make dependKen Raeburn1-9/+10
2007-03-14* kadm5_create.c: Include fake-addrinfo.h.Ken Raeburn1-6/+21
2006-12-04minor update to kdb5_util man page for LDAP pluginWill Fiveash1-1/+8
2006-12-01 * src/kadmin/dbutil/dump.c (load_db): Open the dumpfile asTom Yu1-1/+1
2006-10-23fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...Will Fiveash1-1/+1