aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-02In clntudp_call, fix a bug in the handling of an error case (it failedGreg Hudson1-1/+0
2008-10-02Make enter identity dialog's smarter about matching a string with a set of fa...Justin Anderson5-31/+115
2008-10-02Make Enter Identity dialog have one auto-completing, auto-validating text fie...Justin Anderson16-699/+797
2008-10-01Updated documentation to reflect new APIs and re-ran DoxygenAlexandra Ellwood29-339/+685
2008-10-01Fixed a bug in kim_identity_get_components string where itAlexandra Ellwood1-1/+1
2008-10-01Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood7-115/+94
2008-10-01Fixed crash in kim_options_write_to_streamAlexandra Ellwood1-14/+12
2008-10-01Reversed sense of checks for NUL character in empty string. FixedAlexandra Ellwood2-8/+8
2008-10-01Correctly parse KIM_IDENTITY_ANY in error handlerAlexandra Ellwood1-5/+10
2008-10-01Loop on enter identity if auth failsAlexandra Ellwood1-81/+103
2008-10-01Correctly translate NULL hints when reading from a streamAlexandra Ellwood1-11/+53