aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Fix kpasswd UDP ping-pong [CVE-2002-2443]Tom Yu1-4/+4
2013-04-16Reset ulog if database load failedrbasch1-0/+12
2013-02-22Fix kdb5_util dump.c uninitialized warningsGreg Hudson1-1/+1
2012-02-22Pull up r25704 from trunkTom Yu1-8/+11
2011-12-05pull up r25480 from trunkTom Yu1-2/+3
2011-12-05pull up r25475 and r25479 from trunkTom Yu1-1/+1
2011-11-07pull up r25444 from trunkTom Yu1-1/+2
2011-11-07pull up r25433 from trunkTom Yu1-2/+2
2011-10-17Make reindentTom Yu1-1/+1
2011-10-15Allow password changes over NATsGreg Hudson1-23/+8
2011-10-14make dependTom Yu1-7/+8
2011-10-03Make dispatch() respond via a callbackGreg Hudson1-17/+10
2011-10-02Man page spelling corrections from ville.skytta@iki.fiGreg Hudson3-13/+13
2011-09-21Add kadmin functionality for string attributesGreg Hudson7-1/+288
2011-09-14Split signal setup into loop_setup_signals()Greg Hudson1-1/+13
2011-09-09Fix verto.h dependencies for system libvertoGreg Hudson1-53/+51
2011-09-05Instead of passing a 0 to add_new_mkey for kvno and leavingKen Raeburn1-1/+3
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn2-10/+11
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn1-4/+0
2011-09-04make dependKen Raeburn1-37/+41
2011-09-02Migrate net-server loop to use libvertoGreg Hudson2-100/+33
2011-09-02Remove vestigial reset_db() in kadmindGreg Hudson1-34/+1
2011-09-02Remove ancient Purify support in kadmindGreg Hudson1-67/+0
2011-09-02Don't bother logging SIGPIPE in kadmindGreg Hudson1-19/+2
2011-09-02Add a loop_ prefix to net-server.c functionsGreg Hudson1-7/+7
2011-08-19Remove an unused variableEzra Peisach1-1/+0
2011-07-26Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson1-1/+0
2011-07-18Fix process list spew in verbose kadmin testsGreg Hudson1-2/+2
2011-07-01make dependEzra Peisach2-1/+4
2011-06-23Fix a minor memory leak in kadminGreg Hudson1-10/+11
2011-06-23Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson1-1/+1
2011-06-10Handle invalid intervals in lockout-related kadmin parametersGreg Hudson1-8/+18
2011-06-10Set LC_MESSAGES to "C" in tests which run commandsGreg Hudson1-0/+3
2011-06-10Add setlocale() calls to main functionsGreg Hudson4-0/+4
2011-06-10Mark up strings for translationGreg Hudson17-684/+737
2011-05-16Document the lockout-related options in kadmin (modprinc -unlock andGreg Hudson1-0/+21
2011-05-16In kadmin, try using get_date() for lockout-related duration inputs toGreg Hudson1-6/+17
2011-04-19Missed in r24888: remove the process_chpw_request() prototype fromGreg Hudson1-8/+0
2011-04-19Clean up schpw.c in kadmind a bit, making use of new k5-int.h helpersGreg Hudson1-79/+44
2011-04-19Revert r24886; it was incorrectGreg Hudson1-4/+0
2011-04-19Fix memory leak in kpasswd server UDP error pathGreg Hudson1-0/+4
2011-04-13Fix the sole case in process_chpw_request() where a return could occurTom Yu1-2/+12
2011-03-29In r21175 (on the mskrb branch, merged in r21690) the result codes forGreg Hudson1-2/+3
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson12-57/+23
2011-02-27Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2-8/+11
2011-02-25Make dependGreg Hudson4-54/+49
2011-02-09Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson1-0/+2
2011-02-01kadmin's ktremove can remove wrong entries when removing kvno 0Greg Hudson1-1/+2
2011-01-25Make principal renaming work in libkadm5srv by converting to explicitGreg Hudson3-0/+67
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson7-7/+7