summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make dependEzra Peisach2011-07-011-1/+3
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-105-148/+122
* 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
* Make dependGreg Hudson2011-02-251-12/+11
* Add missing KRB5_USE_INET6 ifdefs around some bits of IPv6 code whichGreg Hudson2011-02-091-0/+2
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-083-1/+65
* KDC worker processes featureGreg Hudson2010-09-171-1/+1
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-6/+0
* Make dependGreg Hudson2010-09-081-14/+17
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-7/+1
* make dependGreg Hudson2010-06-071-16/+18
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-177-2147/+146
* Unsigned/signed cleanupEzra Peisach2010-01-011-1/+1
* Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2010-01-012-0/+59
* Reformat new commentsKen Raeburn2009-12-031-14/+20
* fix slow behavior on Mac OS X with link-local addressesKen Raeburn2009-12-031-10/+48
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-90/+90
* Use "unsigned short" instead of "u_short" in argument to SET macro;Ken Raeburn2009-11-041-8/+13
* Reindent and manually restore some BSD-style files that wereTom Yu2009-11-042-1/+3
* make mark-cstyleTom Yu2009-10-317-2772/+2777
* Account lockoutGreg Hudson2009-10-253-7/+36
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-14/+17
* update dependenciesKen Raeburn2009-08-211-10/+0
* Modify kadm5 initializers to accept krb5 contextsGreg Hudson2009-08-171-1/+1
* Remove unused variables resulting from r22521, and also remove theGreg Hudson2009-08-171-1/+0
* Remove kadmin v1 API supportGreg Hudson2009-08-135-117/+17
* Add a new '-W' option to kadmind and kdb5_util create to allow readingTom Yu2009-07-101-1/+4
* include omitted system header string.hKen Raeburn2009-02-051-0/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-023-3/+3
* Master Key Migration ProjectWill Fiveash2009-01-301-0/+6
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-5/+5
* Adapted patch from Apple: in kadmind's process_chpw_request, make sureGreg Hudson2009-01-221-2/+7
* If we have a local UDP socket without the PKTINFO option set, it'sKen Raeburn2009-01-141-0/+11
* If recv_from_to is passed a buffer for the local endpoint address,Ken Raeburn2009-01-141-1/+10
* Merge some very simple points of divergence in the two copies of network.c --...Ken Raeburn2009-01-141-9/+8
* remove unused fileKen Raeburn2009-01-061-190/+0
* Clean up many error-condition leaks of the server handle in theGreg Hudson2009-01-061-83/+46
* In kadmin, remove a bunch of checks for handle being NULL (some old,Greg Hudson2009-01-061-41/+41
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-145/+143
* Merge mskrb-integ onto trunkSam Hartman2009-01-036-568/+2338