summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
* Fix failure interval of 0 in LDAP lockout codeGreg Hudson2011-11-201-2/+3
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-151-1/+1
* Fix month/year units in getdateGreg Hudson2011-11-061-1/+2
* Get rid of fake-installGreg Hudson2011-11-043-4/+2
* Exit on error in kadmind kprop childGreg Hudson2011-11-041-2/+2
* Make reindentTom Yu2011-10-171-1/+1
* Allow password changes over NATsGreg Hudson2011-10-151-23/+8
* make dependTom Yu2011-10-141-7/+8
* Make dispatch() respond via a callbackGreg Hudson2011-10-031-17/+10
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-023-13/+13
* Add kadmin functionality for string attributesGreg Hudson2011-09-217-1/+288
* Split signal setup into loop_setup_signals()Greg Hudson2011-09-141-1/+13
* Fix verto.h dependencies for system libvertoGreg Hudson2011-09-091-53/+51
* Instead of passing a 0 to add_new_mkey for kvno and leavingKen Raeburn2011-09-051-1/+3
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-042-10/+11
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-041-4/+0
* make dependKen Raeburn2011-09-041-37/+41
* Migrate net-server loop to use libvertoGreg Hudson2011-09-022-100/+33
* Remove vestigial reset_db() in kadmindGreg Hudson2011-09-021-34/+1
* Remove ancient Purify support in kadmindGreg Hudson2011-09-021-67/+0
* Don't bother logging SIGPIPE in kadmindGreg Hudson2011-09-021-19/+2
* Add a loop_ prefix to net-server.c functionsGreg Hudson2011-09-021-7/+7
* Remove an unused variableEzra Peisach2011-08-191-1/+0
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-1/+0
* Fix process list spew in verbose kadmin testsGreg Hudson2011-07-181-2/+2
* make dependEzra Peisach2011-07-012-1/+4
* Fix a minor memory leak in kadminGreg Hudson2011-06-231-10/+11
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-1/+1
* Handle invalid intervals in lockout-related kadmin parametersGreg Hudson2011-06-101-8/+18
* Set LC_MESSAGES to "C" in tests which run commandsGreg Hudson2011-06-101-0/+3
* Add setlocale() calls to main functionsGreg Hudson2011-06-104-0/+4
* Mark up strings for translationGreg Hudson2011-06-1017-684/+737
* 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
* Missed in r24888: remove the process_chpw_request() prototype fromGreg Hudson2011-04-191-8/+0
* Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpersGreg Hudson2011-04-191-79/+44
* Revert r24886; it was incorrectGreg Hudson2011-04-191-4/+0
* Fix memory leak in kpasswd server UDP error pathGreg Hudson2011-04-191-0/+4
* Fix the sole case in process_chpw_request() where a return could occurTom Yu2011-04-131-2/+12
* In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson2011-03-291-2/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0912-57/+23
* Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2011-02-272-8/+11
* Make dependGreg Hudson2011-02-254-54/+49
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* 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-287-7/+7
* Correct typo in r24526Greg Hudson2010-11-221-1/+1
* getdate.y: declare yyparseSam Hartman2010-11-221-0/+1
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-061-22/+10