summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the LDAP build, which was broken by the build reordering inGreg Hudson2009-08-071-1/+2
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-032-0/+3
* Add a new '-W' option to kadmind and kdb5_util create to allow readingTom Yu2009-07-103-3/+12
* Make datetest buildable againTom Yu2009-07-092-3/+4
* man1 in title header for man1 manpagesSam Hartman2009-05-074-4/+4
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-272-1/+19
* move kadmin, ktutil, k5srvutil man pages to man1Sam Hartman2009-04-222-3/+3
* Update kdb5_util man page with missing purge_mkeys commandWill Fiveash2009-04-131-0/+12
* Update kdb5_util man page for mkey migration projectWill Fiveash2009-03-251-7/+18
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-0/+5
* Also install k5srvutil into PREFIX/bin instead of PREFIX/sbinRuss Allbery2009-02-201-1/+1
* Don't apply 'const' twiceKen Raeburn2009-02-121-1/+1
* Install ktutil and kadmin into CLIENT_BINDIR instead of ADMIN_BINDIRRuss Allbery2009-02-112-2/+2
* Rename X11 resource file to avoid name conflict on Mac in in-place buildKen Raeburn2009-02-091-0/+0
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-051-96/+107
* include omitted system header string.hKen Raeburn2009-02-051-0/+1