summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli
Commit message (Expand)AuthorAgeFilesLines
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-261-65/+1
* In kadmin_getprivs replace the non-existing "GET" privilege by "INQUIRE". Zhanna Tsitkov2012-02-151-1/+1
* install sphinx-generated manpagesTom Yu2012-01-091-0/+2
* Fix failure interval of 0 in LDAP lockout codeGreg Hudson2011-11-201-2/+3
* Fix month/year units in getdateGreg Hudson2011-11-061-1/+2
* Make reindentTom Yu2011-10-171-1/+1
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-021-7/+7
* Add kadmin functionality for string attributesGreg Hudson2011-09-214-0/+161
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-6/+7
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-041-4/+0
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-1/+0
* make dependEzra Peisach2011-07-011-0/+1
* Fix a minor memory leak in kadminGreg Hudson2011-06-231-10/+11
* Handle invalid intervals in lockout-related kadmin parametersGreg Hudson2011-06-101-8/+18
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-103-236/+275
* Document the lockout-related options in kadmin (modprinc -unlock andGreg Hudson2011-05-161-0/+21
* In kadmin, try using get_date() for lockout-related duration inputs toGreg Hudson2011-05-161-6/+17
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-093-9/+7
* Make dependGreg Hudson2011-02-251-8/+7
* kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson2011-02-011-1/+2
* Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson2011-01-253-0/+67
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Correct typo in r24526Greg Hudson2010-11-221-1/+1
* getdate.y: declare yyparseSam Hartman2010-11-221-0/+1
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-9/+0
* Declare kadmin_purgekeysKen Raeburn2010-10-231-0/+1
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-083-8/+63
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-26/+52
* Make dependGreg Hudson2010-09-081-5/+6
* kadmin ktadd may display wrong name of default keytabGreg Hudson2010-06-082-4/+7
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-082-3/+3
* make dependGreg Hudson2010-06-071-10/+11
* Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson2010-05-211-5/+3
* In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson2010-05-211-2/+0
* Use ANSI-style function definitions in our copy of getdate.yGreg Hudson2010-05-211-37/+11
* Anonymous documentationSam Hartman2010-01-041-1/+20
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-7/+8
* Anonymous support for KerberosSam Hartman2009-12-281-4/+15
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-39/+37
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-041-0/+1
* make mark-cstyleTom Yu2009-10-315-41/+42
* Fix printf argument type mismatches related to pw_max_fail inGreg Hudson2009-10-261-4/+5
* Account lockoutGreg Hudson2009-10-251-7/+48
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-7/+8
* 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