aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-21Fix addprinc -randkey when policy requires multiple character classesGreg Hudson1-6/+7
2009-09-13Implement s4u extensionsGreg Hudson1-3/+7
2009-08-28Clean up a little bit of test suite spew in env-setup: first, whenGreg Hudson1-12/+6
2009-08-28Remove bogus conditional from tcl_kadm5_randkey_principal(), which wasTom Yu1-1/+1
2009-08-21update dependenciesKen Raeburn2-11/+1
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson4-7/+7
2009-08-17Remove unused variables resulting from r22521, and also remove theGreg Hudson1-1/+0
2009-08-13Remove kadmin v1 API supportGreg Hudson34-3977/+103
2009-08-07Fix the LDAP build, which was broken by the build reordering inGreg Hudson1-1/+2
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2-0/+3
2009-07-10Add a new '-W' option to kadmind and kdb5_util create to allow readingTom Yu3-3/+12
2009-07-09Make datetest buildable againTom Yu2-3/+4
2009-05-07man1 in title header for man1 manpagesSam Hartman4-4/+4
2009-04-27Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2-1/+19
2009-04-22move kadmin, ktutil, k5srvutil man pages to man1Sam Hartman2-3/+3
2009-04-13Update kdb5_util man page with missing purge_mkeys commandWill Fiveash1-0/+12
2009-03-25Update kdb5_util man page for mkey migration projectWill Fiveash1-7/+18
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-0/+5
2009-02-20Also install k5srvutil into PREFIX/bin instead of PREFIX/sbinRuss Allbery1-1/+1
2009-02-12Don't apply 'const' twiceKen Raeburn1-1/+1
2009-02-11Install ktutil and kadmin into CLIENT_BINDIR instead of ADMIN_BINDIRRuss Allbery2-2/+2
2009-02-09Rename X11 resource file to avoid name conflict on Mac in in-place buildKen Raeburn1-0/+0
2009-02-05deal with memleaks in migrate mkey projectWill Fiveash1-96/+107
2009-02-05include omitted system header string.hKen Raeburn1-0/+1
2009-02-04regenerateKen Raeburn1-0/+21
2009-02-04new multi-masterkey support doesn't work well when system clock is setWill Fiveash1-53/+65
2009-02-04In tcl_ovsec_kadm_get_policy, initialize ent since (at least inGreg Hudson1-1/+1
2009-02-04remove some krb4 testing hooksKen Raeburn8-446/+3
2009-02-03prefer structure assignment to memcpyKen Raeburn1-1/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn10-17/+17
2009-02-02Get rid of casts of free() argument to char*, except where it'sKen Raeburn1-3/+3
2009-02-02Revise last change to better resemble the original test, keeping theKen Raeburn2-22/+19
2009-02-02speed up kpasswd testsKen Raeburn1-12/+23
2009-02-02don't delay so long while waiting for daemon startupKen Raeburn1-2/+2
2009-01-31fix resource leakKen Raeburn1-1/+2
2009-01-31don't use uninitialized variableKen Raeburn1-1/+1