summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2214-289/+276
* Use "unsigned short" instead of "u_short" in argument to SET macro;Ken Raeburn2009-11-041-8/+13
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-043-1/+4
* Reindent after making fixes for emacs-23Tom Yu2009-11-034-8/+8
* make mark-cstyleTom Yu2009-10-3133-8481/+8492
* Fix printf argument type mismatches related to pw_max_fail inGreg Hudson2009-10-261-4/+5
* Remove the telnet-to-localhost sanity check in start_servers_local, asGreg Hudson2009-10-261-71/+27
* Account lockoutGreg Hudson2009-10-2512-84/+375
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-104-54/+61
* Add keytab_local.c to the kadmin client SRCS variable, so that weGreg Hudson2009-09-252-1/+20
* Fix a few bugs in kadmin's keytab.c from r22785Greg Hudson2009-09-251-13/+10
* Update the kadmin client code to most current coding practicesGreg Hudson2009-09-243-1629/+1408
* Fix a braino in r22782: we don't use strcpy even safely; use strlcpyGreg Hudson2009-09-221-1/+1
* Improve the mechanism used for addprinc -randkey. In the kadminGreg Hudson2009-09-211-43/+61
* Fix addprinc -randkey when policy requires multiple character classesGreg Hudson2009-09-211-6/+7
* Implement s4u extensionsGreg Hudson2009-09-131-3/+7
* Clean up a little bit of test suite spew in env-setup: first, whenGreg Hudson2009-08-281-12/+6
* Remove bogus conditional from tcl_kadm5_randkey_principal(), which wasTom Yu2009-08-281-1/+1
* update dependenciesKen Raeburn2009-08-212-11/+1
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-174-7/+7
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-171-1/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-1334-3977/+103