summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli/kadmin.c
Commit message (Expand)AuthorAgeFilesLines
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-9/+0
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-081-0/+47
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-26/+52
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-081-2/+2
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-7/+8
* Anonymous support for KerberosSam Hartman2009-12-281-4/+15
* make mark-cstyleTom Yu2009-10-311-22/+22
* Fix printf argument type mismatches related to pw_max_fail inGreg Hudson2009-10-261-4/+5
* Account lockoutGreg Hudson2009-10-251-7/+48
* Update the kadmin client code to most current coding practicesGreg Hudson2009-09-241-1230/+1014
* 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
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-3/+3
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-271-1/+9
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* 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
* 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
* 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
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-131-5/+9
* Merge from branch sun-ipropKen Raeburn2008-06-241-1/+12
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-6/+89
* 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
* Add -clearpolicy to kadmin addprinc usageRuss Allbery2006-12-161-1/+1
* 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
* (kadmin_cpw): Don't crash if principal name is not given. Based on aKen Raeburn2006-06-201-4/+12
* (kadmin_startup): Properly skip "\@" and "\/" sequences whenKen Raeburn2006-06-151-2/+2
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-3/+2
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-0/+15
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn2005-11-181-1/+1
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-11/+181
* * kadmin.c (kadmin_startup): New flag "-N" to prevent fallback toTom Yu2005-02-121-1/+4
* Use null pointer as service name to request host-based service nameTom Yu2004-06-241-8/+1
* use host-based service name for kadmin clientTom Yu2004-06-241-3/+16
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-1/+4
* * kadmin.h, keytab.c: Remove inclusion of k5-int.hEzra Peisach2004-05-311-1/+0
* * getdate.y: Include krb5.h and kadmin.h.Ken Raeburn2004-05-301-7/+6
* Added a little more buffer space than the supplied patch, and used sizeofKen Raeburn2003-07-241-2/+2
* Register writable keytabs by defaultSam Hartman2003-05-191-6/+0