aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-28Anonymous support for KerberosSam Hartman1-4/+15
2009-12-03Reformat new commentsKen Raeburn1-14/+20
2009-12-03fix slow behavior on Mac OS X with link-local addressesKen Raeburn1-10/+48
2009-12-03allow testing even if name->addr->name mapping doesn't workKen Raeburn2-5/+4
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson14-289/+276
2009-11-04Use "unsigned short" instead of "u_short" in argument to SET macro;Ken Raeburn1-8/+13
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu3-1/+4
2009-11-03Reindent after making fixes for emacs-23Tom Yu4-8/+8
2009-10-31make mark-cstyleTom Yu33-8481/+8492
2009-10-26Fix printf argument type mismatches related to pw_max_fail inGreg Hudson1-4/+5
2009-10-26Remove the telnet-to-localhost sanity check in start_servers_local, asGreg Hudson1-71/+27
2009-10-25Account lockoutGreg Hudson12-84/+375
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu4-54/+61
2009-09-25Add keytab_local.c to the kadmin client SRCS variable, so that weGreg Hudson2-1/+20
2009-09-25Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson1-13/+10
2009-09-24Update the kadmin client code to most current coding practicesGreg Hudson3-1629/+1408
2009-09-22Fix a braino in r22782: we don't use strcpy even safely; use strlcpyGreg Hudson1-1/+1
2009-09-21Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson1-43/+61