summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* update dependenciesKen Raeburn2009-08-211-1/+1
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-3/+3
* Fix the LDAP build, which was broken by the build reordering inGreg Hudson2009-08-071-1/+2
* Make datetest buildable againTom Yu2009-07-092-3/+4
* man1 in title header for man1 manpagesSam Hartman2009-05-073-3/+3
* 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-221-2/+2
* Also install k5srvutil into PREFIX/bin instead of PREFIX/sbinRuss Allbery2009-02-201-1/+1
* Install ktutil and kadmin into CLIENT_BINDIR instead of ADMIN_BINDIRRuss Allbery2009-02-111-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-3/+3
* Master Key Migration ProjectWill Fiveash2009-01-301-0/+2
* In kadmin, free the correct item in an error case (fixes a double-freeGreg Hudson2009-01-231-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-43/+41
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-0/+8
* Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2008-12-161-1/+1
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-17/+19
* Fix a kadmin bug introduced in a recent set of string handlingGreg Hudson2008-11-061-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-10/+9
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-5/+6
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-30/+9
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-5/+6
* makedependKen Raeburn2008-09-181-4/+4
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-131-5/+9
* Merge from branch sun-ipropKen Raeburn2008-06-242-1/+26
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-6/+89
* man page macro and hyphen fixesRuss Allbery2008-02-191-4/+4
* fixed mispelling in kadmin error messageAlexandra Ellwood2007-10-161-1/+1
* Will Fiveash and Mark Phalan report that kadmin's unlock command callsTom Yu2007-10-041-1/+1
* make dependKen Raeburn2007-08-161-3/+4
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-121-9/+5
* Get rid of .o files when cleaningKen Raeburn2007-07-101-1/+1
* Check for error indication from localtime.Ken Raeburn2007-06-291-11/+51
* Add the new kadm5srv function krb5_get_principal_keys to the export listRuss Allbery2007-04-162-5/+16
* Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery2007-04-162-2/+47
* Fix tail portability problem by adding an expression test to theKen Raeburn2007-03-141-1/+1
* make dependKen Raeburn2007-01-201-3/+7
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branchKen Raeburn2006-12-201-4/+8
* Add -clearpolicy to kadmin addprinc usageRuss Allbery2006-12-161-1/+1
* 10/3 patch from Savitha R, part 3, patch-manpages-schema.diffKen Raeburn2006-10-071-31/+27
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-161-14/+14
* whitespaceKen Raeburn2006-09-121-292/+285
* whitespaceKen Raeburn2006-09-121-18/+14
* kadmin_startup(): Turn off KLL automatic prompting support in kadminAlexandra Ellwood2006-07-181-0/+13
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-9/+81
* (kadmin_cpw): Don't crash if principal name is not given. Based on aKen Raeburn2006-06-201-4/+12