aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson12-57/+23
2011-02-27Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2-8/+11
2011-02-25Make dependGreg Hudson4-54/+49
2011-02-09Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson1-0/+2
2011-02-01kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson1-1/+2
2011-01-25Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson3-0/+67
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson7-7/+7
2010-11-22Correct typo in r24526Greg Hudson1-1/+1
2010-11-22getdate.y: declare yyparseSam Hartman1-0/+1
2010-11-06After a failed kdb5_util load, make a subsequent load operation workGreg Hudson1-22/+10
2010-11-01krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson1-24/+4
2010-10-26FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson1-9/+0
2010-10-23Declare kadmin_purgekeysKen Raeburn1-0/+1
2010-10-08Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu6-9/+128
2010-10-05Propagate modprinc -unlock from master to slave KDCsGreg Hudson1-26/+52
2010-09-17KDC worker processes featureGreg Hudson1-1/+1
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman1-6/+0
2010-09-08Make dependGreg Hudson4-49/+56
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson5-253/+158
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2-14/+5
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson3-31/+22
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2-8/+2
2010-06-26Make kadmin work over IPv6Greg Hudson1-0/+2
2010-06-22Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson1-9/+0
2010-06-21Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson1-41/+3
2010-06-21kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson1-1/+1
2010-06-08kadmin ktadd may display wrong name of default keytabGreg Hudson2-4/+7
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson5-8/+9
2010-06-07make dependGreg Hudson4-77/+87
2010-05-21Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson1-2/+0
2010-05-21Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson1-0/+1
2010-05-21Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson1-5/+3
2010-05-21In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson1-2/+0
2010-05-21Use ANSI-style function definitions in our copy of getdate.yGreg Hudson1-37/+11
2010-05-04Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson1-32/+1
2010-05-04Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson1-14/+0
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson1-1/+1
2010-05-03Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson8-140/+8
2010-03-27Always pass -W option to kdb5_util create in testingKen Raeburn1-1/+1
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn7-2147/+146
2010-01-31Fix minor error-handling bug in r23676Greg Hudson1-1/+1
2010-01-28Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson1-2/+8
2010-01-05disable weak crypto by defaultTom Yu1-1/+0
2010-01-04Anonymous documentationSam Hartman1-1/+20
2010-01-03Initialize variables in case of error path winds up freeing stack garbageEzra Peisach1-2/+2
2010-01-03Some unsigned/signed warning cleanupEzra Peisach2-2/+4
2010-01-01Unsigned/signed cleanupEzra Peisach1-1/+1
2010-01-01Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2-0/+59
2009-12-31Fix spelling and hyphen errors in man pagesRuss Allbery1-3/+3
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-7/+8