summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update kdb5_util purge_mkey's messaging behavior to be more informativemkey_migrateWill Fiveash2009-01-301-13/+12
* merge to trunk r21838; no conflicts; tested on mac, and partially tested on l...Ken Raeburn2009-01-305-23/+71
* export krb5_dbe_lookup_mkey_auxKen Raeburn2009-01-301-0/+1
* Implemented kdb5_util purge_meysWill Fiveash2009-01-3014-36/+450
* merge to trunk r21834; no conflicts; tested on mac and linuxKen Raeburn2009-01-3014-368/+380
* When listing master key versions, if none of them appears to be activeKen Raeburn2009-01-291-3/+10
* Support -n (dry-run) and -v (verbose) options for update_princ_encryptionKen Raeburn2009-01-293-9/+53
* handle updating an activation time for a mkvno that already has oneKen Raeburn2009-01-291-0/+4
* report error if time string doesn't parseKen Raeburn2009-01-291-1/+8
* Implement "kdb5_util update_princ_encryption"Ken Raeburn2009-01-296-10/+407
* Unlock mutex for principal-iterator callback. (Bug still present for policies.)Ken Raeburn2009-01-293-1/+15
* Implement krb5_db_store_master_key_list.Greg Hudson2009-01-297-37/+118
* Fix an issue Ken noted with the kdb5_util dump -mkey_convert logicWill Fiveash2009-01-297-29/+59
* svn merge -r21791:21820 svn+ssh://wfiveash@svn.mit.edu/krb5/trunkWill Fiveash2009-01-28120-1850/+2151
* Add code to refetch master key list if the matching mkey to decrypt aWill Fiveash2009-01-289-81/+243
* Make sure nentries == 1 after calling krb5_db_get_principal() inWill Fiveash2009-01-281-9/+9
* Fixed bad free logic in krb5_dbe_free_key_list which was causing krb5kdcWill Fiveash2009-01-281-3/+3
* Modified the ldap plugin so the mkvno slot in the krbprincipalkeyWill Fiveash2009-01-275-14/+26
* More review changes:Will Fiveash2009-01-274-28/+25
* More review changes:Will Fiveash2009-01-2716-252/+343
* Revert an #include of <kdb.h> in kfree.c which stuck around after theGreg Hudson2009-01-261-1/+0
* Bah, forgot to remove the -lkdb5 dependency in the kadm5clntWill Fiveash2009-01-261-2/+1
* Restore krb5_free_key_data_contents() as it was inWill Fiveash2009-01-2610-23/+58
* Namespace-protect get_key_data_kvnoGreg Hudson2009-01-264-13/+15
* Work to address some of Ken's review comments. This doesn't address allWill Fiveash2009-01-2611-64/+89
* Merge with head of trunk. Pulled in Ken's fix for db2 hash bug onWill Fiveash2009-01-2377-2026/+1944
* Change the name of the krb5_dbe_act_mkey_list function toWill Fiveash2009-01-229-110/+37
* Fixed problem that was causing the src/tests/mkeystash_compat to failWill Fiveash2009-01-221-10/+12
* Modified krb5_db_fetch_mkey() to use the enctype in the stash file.Will Fiveash2009-01-213-9/+11
* Merge with current head of trunk:Will Fiveash2009-01-2164-827/+1393
* Made a change to the code reading the mkey stash to use the enctypeWill Fiveash2009-01-213-16/+30
* More bug fixes. There were several bugs in the existing new commands.Will Fiveash2009-01-205-171/+255
* Fixed the kdb5_util list_mkeys command (wasn't printing mkey info)Will Fiveash2009-01-162-1/+3
* Fixed several more places where type mismatches could cause corruptionWill Fiveash2009-01-161-16/+17
* Fixed several bugs discovered during initial debugging of KDBWill Fiveash2009-01-162-27/+35
* Fixed some compiler warning issuesWill Fiveash2009-01-138-31/+21
* Added kdb5_util list_mkeys command, cleaned up some code formattingWill Fiveash2009-01-1318-553/+710
* Merged with current trunk, no new function added. Everything buildsWill Fiveash2009-01-101004-72460/+92658
* First commit. This project is not completely finished (the list_mkeys,Will Fiveash2009-01-0936-55/+1855
* Branch for the Master Key Migration projectWill Fiveash2008-10-030-0/+0
* Only close windows in response to fini messages from clients.Justin Anderson2008-10-035-56/+46
* Make select identity dialog remember its size, but not the table column width...Justin Anderson2008-10-021-27/+26
* Localization fix for change password dialogJustin Anderson2008-10-023-95/+13
* Select identity switched to using new NSDictionary based options and change p...Justin Anderson2008-10-026-138/+334
* Password is not expired when changing password from select and Alexandra Ellwood2008-10-022-2/+2
* Don't write NULL name and path over stream. Just send empty stringsAlexandra Ellwood2008-10-021-2/+2
* Fix to get application name correctly. Was dropping argumentAlexandra Ellwood2008-10-021-2/+13
* Update to allow change password from select and enter identity dialogsJustin Anderson2008-10-025-118/+167
* Support for change password checkbox in enter and selectAlexandra Ellwood2008-10-0213-54/+170
* Resize dialogs better, added progress indicator to show KerberosAgent is work...Justin Anderson2008-10-0211-609/+582