summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
* 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
* regenerateKen Raeburn2009-02-041-0/+21
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-041-53/+65
* In tcl_ovsec_kadm_get_policy, initialize ent since (at least inGreg Hudson2009-02-041-1/+1
* remove some krb4 testing hooksKen Raeburn2009-02-048-446/+3
* prefer structure assignment to memcpyKen Raeburn2009-02-031-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0210-17/+17
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-3/+3
* Revise last change to better resemble the original test, keeping theKen Raeburn2009-02-022-22/+19
* speed up kpasswd testsKen Raeburn2009-02-021-12/+23
* don't delay so long while waiting for daemon startupKen Raeburn2009-02-021-2/+2
* fix resource leakKen Raeburn2009-01-311-1/+2
* don't use uninitialized variableKen Raeburn2009-01-311-1/+1