aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-01-30merge to trunk r21838; no conflicts; tested on mac, and partially tested on l...Ken Raeburn2-4/+4
2009-01-30export krb5_dbe_lookup_mkey_auxKen Raeburn1-0/+1
2009-01-30Implemented kdb5_util purge_meysWill Fiveash3-2/+63
2009-01-30merge to trunk r21834; no conflicts; tested on mac and linuxKen Raeburn8-222/+292
2009-01-29Implement "kdb5_util update_princ_encryption"Ken Raeburn1-0/+1
2009-01-29Implement krb5_db_store_master_key_list.Greg Hudson3-13/+73
2009-01-29Fix an issue Ken noted with the kdb5_util dump -mkey_convert logicWill Fiveash2-0/+6
2009-01-28svn merge -r21791:21820 svn+ssh://wfiveash@svn.mit.edu/krb5/trunkWill Fiveash99-1109/+1158
2009-01-28Add code to refetch master key list if the matching mkey to decrypt aWill Fiveash4-39/+65
2009-01-28Fixed bad free logic in krb5_dbe_free_key_list which was causing krb5kdcWill Fiveash1-3/+3
2009-01-27More review changes:Will Fiveash5-48/+55
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 Fiveash7-21/+46
2009-01-26Namespace-protect get_key_data_kvnoGreg Hudson2-8/+10
2009-01-26Work to address some of Ken's review comments. This doesn't address allWill Fiveash6-33/+54
2009-01-23Merge with head of trunk. Pulled in Ken's fix for db2 hash bug onWill Fiveash68-2004/+1911
2009-01-22Change the name of the krb5_dbe_act_mkey_list function toWill Fiveash6-24/+21
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 Fiveash1-1/+3
2009-01-21Merge with current head of trunk:Will Fiveash51-621/+1178
2009-01-21Made a change to the code reading the mkey stash to use the enctypeWill Fiveash1-8/+16
2009-01-20More bug fixes. There were several bugs in the existing new commands.Will Fiveash3-91/+109
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 Fiveash3-23/+8
2009-01-13Added kdb5_util list_mkeys command, cleaned up some code formattingWill Fiveash7-236/+274
2009-01-10Merged with current trunk, no new function added. Everything buildsWill Fiveash525-40145/+70193
2009-01-09First commit. This project is not completely finished (the list_mkeys,Will Fiveash14-30/+1012
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-01Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood1-1/+1
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood4-41/+62
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood2-8/+3
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson9-181/+966
2008-09-18makedependKen Raeburn34-2050/+2250
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn21-2285/+2306
2008-09-08whitespaceKen Raeburn1-176/+169
2008-09-05Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn1-4/+6
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn12-3223/+3224
2008-09-03Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn1-1/+1
2008-08-28fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn1-34/+27
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn62-195/+189
2008-08-26whitespaceTom Yu1-1/+1
2008-08-25Incorporate Apple's patchKen Raeburn1-1/+28
2008-08-22Let walk_realm_tree tests fail for now, ignore them and keep goingKen Raeburn1-1/+2
2008-08-22Use capaths unconditionally. Update copyrightKen Raeburn1-12/+2
2008-08-20lean client changesZhanna Tsitkov33-43/+234
2008-08-19Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2-1/+5
2008-08-17Using gcov, it was noted that the tests were never including authdataEzra Peisach1-8/+86