summaryrefslogtreecommitdiffstats
path: root/src/kadmin/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move prototypes needed in multiple files to misc.h instead ofEzra Peisach2008-12-174-10/+17
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-3/+1
* Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit...Ken Raeburn2008-11-171-12/+12
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-8/+9
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-20/+21
* Apply an adapted Sun patch to fix error string leaks in kadmindGreg Hudson2008-11-031-109/+141
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-19/+31
* makedependKen Raeburn2008-09-181-17/+19
* compile-time flag to disable ipropKen Raeburn2008-08-271-3/+12
* Check for malloc failureKen Raeburn2008-08-061-0/+5
* use-after-free bugsKen Raeburn2008-06-271-1/+1
* Merge from branch sun-ipropKen Raeburn2008-06-247-56/+900
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-9/+7
* Fix various minor format-string issuesKen Raeburn2008-06-033-11/+13
* Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf)Alexandra Ellwood2008-05-301-39/+44
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* make dependKen Raeburn2007-08-161-16/+17
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-123-12/+10