aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-30merge to trunk r21838; no conflicts; tested on mac, and partially tested on l...Ken Raeburn5-23/+71
2009-01-30export krb5_dbe_lookup_mkey_auxKen Raeburn1-0/+1
2009-01-30Implemented kdb5_util purge_meysWill Fiveash14-36/+450
2009-01-30merge to trunk r21834; no conflicts; tested on mac and linuxKen Raeburn14-368/+380
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 Raeburn6-10/+407
2009-01-29Unlock mutex for principal-iterator callback. (Bug still present for policies.)Ken Raeburn3-1/+15
2009-01-29Implement krb5_db_store_master_key_list.Greg Hudson7-37/+118
2009-01-29Fix an issue Ken noted with the kdb5_util dump -mkey_convert logicWill Fiveash7-29/+59
2009-01-28svn merge -r21791:21820 svn+ssh://wfiveash@svn.mit.edu/krb5/trunkWill Fiveash120-1850/+2151
2009-01-28Add code to refetch master key list if the matching mkey to decrypt aWill Fiveash9-81/+243
2009-01-28Make sure nentries == 1 after calling krb5_db_get_principal() inWill Fiveash1-9/+9
2009-01-28Fixed bad free logic in krb5_dbe_free_key_list which was causing krb5kdcWill Fiveash1-3/+3
2009-01-27Modified the ldap plugin so the mkvno slot in the krbprincipalkeyWill Fiveash5-14/+26
2009-01-27More review changes:Will Fiveash4-28/+25
2009-01-27More review changes:Will Fiveash16-252/+343
2009-01-26Revert an #include of <kdb.h> in kfree.c which stuck around after theGreg Hudson1-1/+0
2009-01-26Bah, forgot to remove the -lkdb5 dependency in the kadm5clntWill Fiveash1-2/+1
2009-01-26Restore krb5_free_key_data_contents() as it was inWill Fiveash10-23/+58
2009-01-26Namespace-protect get_key_data_kvnoGreg Hudson4-13/+15
2009-01-26Work to address some of Ken's review comments. This doesn't address allWill Fiveash11-64/+89
2009-01-23Merge with head of trunk. Pulled in Ken's fix for db2 hash bug onWill Fiveash77-2026/+1944
2009-01-22Change the name of the krb5_dbe_act_mkey_list function toWill Fiveash9-110/+37
2009-01-22Fixed problem that was causing the src/tests/mkeystash_compat to failWill Fiveash1-10/+12
2009-01-21Modified krb5_db_fetch_mkey() to use the enctype in the stash file.Will Fiveash3-9/+11
2009-01-21Merge with current head of trunk:Will Fiveash64-827/+1393
2009-01-21Made a change to the code reading the mkey stash to use the enctypeWill Fiveash3-16/+30
2009-01-20More bug fixes. There were several bugs in the existing new commands.Will Fiveash5-171/+255
2009-01-16Fixed the kdb5_util list_mkeys command (wasn't printing mkey info)Will Fiveash2-1/+3
2009-01-16Fixed several more places where type mismatches could cause corruptionWill Fiveash1-16/+17
2009-01-16Fixed several bugs discovered during initial debugging of KDBWill Fiveash2-27/+35
2009-01-13Fixed some compiler warning issuesWill Fiveash8-31/+21
2009-01-13Added kdb5_util list_mkeys command, cleaned up some code formattingWill Fiveash18-553/+710
2009-01-10Merged with current trunk, no new function added. Everything buildsWill Fiveash1004-72460/+92658
2009-01-09First commit. This project is not completely finished (the list_mkeys,Will Fiveash36-55/+1855
2008-10-03Branch for the Master Key Migration projectWill Fiveash0-0/+0
2008-10-03Only close windows in response to fini messages from clients.Justin Anderson5-56/+46
2008-10-02Make select identity dialog remember its size, but not the table column width...Justin Anderson1-27/+26
2008-10-02Localization fix for change password dialogJustin Anderson3-95/+13
2008-10-02Select identity switched to using new NSDictionary based options and change p...Justin Anderson6-138/+334
2008-10-02Password is not expired when changing password from select and Alexandra Ellwood2-2/+2
2008-10-02Don't write NULL name and path over stream. Just send empty stringsAlexandra Ellwood1-2/+2
2008-10-02Fix to get application name correctly. Was dropping argumentAlexandra Ellwood1-2/+13
2008-10-02Update to allow change password from select and enter identity dialogsJustin Anderson5-118/+167
2008-10-02Support for change password checkbox in enter and selectAlexandra Ellwood13-54/+170
2008-10-02Resize dialogs better, added progress indicator to show KerberosAgent is work...Justin Anderson11-609/+582
2008-10-02Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson2-3/+3