summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
* kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson2011-02-011-1/+2
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-253-0/+67
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-287-7/+7
* Correct typo in r24526Greg Hudson2010-11-221-1/+1
* getdate.y: declare yyparseSam Hartman2010-11-221-0/+1
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-061-22/+10
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-24/+4
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-9/+0
* Declare kadmin_purgekeysKen Raeburn2010-10-231-0/+1
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-086-9/+128
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-26/+52
* KDC worker processes featureGreg Hudson2010-09-171-1/+1
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-6/+0
* Make dependGreg Hudson2010-09-084-49/+56
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-065-253/+158
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-022-14/+5
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-023-31/+22
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-022-8/+2
* Make kadmin work over IPv6Greg Hudson2010-06-261-0/+2
* Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson2010-06-221-9/+0
* Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson2010-06-211-41/+3
* kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson2010-06-211-1/+1
* kadmin ktadd may display wrong name of default keytabGreg Hudson2010-06-082-4/+7
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-085-8/+9
* make dependGreg Hudson2010-06-074-77/+87
* Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson2010-05-211-2/+0
* Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson2010-05-211-0/+1
* Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson2010-05-211-5/+3
* In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson2010-05-211-2/+0
* Use ANSI-style function definitions in our copy of getdate.yGreg Hudson2010-05-211-37/+11
* Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson2010-05-041-32/+1
* Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson2010-05-041-14/+0
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-1/+1
* Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson2010-05-038-140/+8
* Always pass -W option to kdb5_util create in testingKen Raeburn2010-03-271-1/+1
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-177-2147/+146
* Fix minor error-handling bug in r23676Greg Hudson2010-01-311-1/+1
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-2/+8
* disable weak crypto by defaultTom Yu2010-01-051-1/+0
* Anonymous documentationSam Hartman2010-01-041-1/+20
* Initialize variables in case of error path winds up freeing stack garbageEzra Peisach2010-01-031-2/+2
* Some unsigned/signed warning cleanupEzra Peisach2010-01-032-2/+4
* Unsigned/signed cleanupEzra Peisach2010-01-011-1/+1
* Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2010-01-012-0/+59
* Fix spelling and hyphen errors in man pagesRuss Allbery2009-12-311-3/+3
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-7/+8
* Anonymous support for KerberosSam Hartman2009-12-281-4/+15
* Reformat new commentsKen Raeburn2009-12-031-14/+20
* fix slow behavior on Mac OS X with link-local addressesKen Raeburn2009-12-031-10/+48
* allow testing even if name->addr->name mapping doesn't workKen Raeburn2009-12-032-5/+4