aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
2009-02-02don't delay so long while waiting for daemon startupKen Raeburn1-2/+2
2009-01-31fix resource leakKen Raeburn1-1/+2
2009-01-31don't use uninitialized variableKen Raeburn1-1/+1
2009-01-31don't double-freeKen Raeburn1-1/+0
2009-01-30Master Key Migration ProjectWill Fiveash10-92/+1645
2009-01-28disable single-DES by defaultTom Yu1-0/+1
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn3-13/+13
2009-01-23In kadmin, free the correct item in an error case (fixes a double-freeGreg Hudson1-1/+1
2009-01-22Adapted patch from Apple: in kadmind's process_chpw_request, make sureGreg Hudson1-2/+7
2009-01-16Use valgrind in more cases if VALGRIND is setKen Raeburn2-2/+43
2009-01-14If we have a local UDP socket without the PKTINFO option set, it'sKen Raeburn1-0/+11
2009-01-14If recv_from_to is passed a buffer for the local endpoint address,Ken Raeburn1-1/+10
2009-01-14Merge some very simple points of divergence in the two copies of network.c --...Ken Raeburn1-9/+8
2009-01-06remove unused fileKen Raeburn1-190/+0
2009-01-06Clean up many error-condition leaks of the server handle in theGreg Hudson1-83/+46
2009-01-06In kadmin, remove a bunch of checks for handle being NULL (some old,Greg Hudson1-41/+41
2009-01-05move generated dependencies out of Makefile.inKen Raeburn16-422/+414
2009-01-03Merge mskrb-integ onto trunkSam Hartman9-596/+2369
2008-12-29Fix up warning of suggested parens in assignment in conditionalEzra Peisach1-3/+3
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-5/+4
2008-12-17Move prototypes needed in multiple files to misc.h instead ofEzra Peisach4-10/+17
2008-12-16Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach1-1/+1
2008-12-15Remove a krb4 conditional block in ktutil_funcs.c which was missed inGreg Hudson1-4/+0
2008-12-15In ktutil, remove code for wst (write srvtab). Reimplement rst (readGreg Hudson4-233/+9
2008-12-15Remove loadv4/dumpv4 code in kdb5_util. (The command table entries forGreg Hudson6-1500/+0
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson5-25/+25
2008-11-17Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit...Ken Raeburn1-12/+12
2008-11-06Fix a kadmin bug introduced in a recent set of string handlingGreg Hudson1-1/+1
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2-18/+18
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn4-94/+101
2008-11-03Apply an adapted Sun patch to fix error string leaks in kadmindGreg Hudson1-109/+141
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson3-22/+34
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-3/+3
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson4-49/+13
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson2-4/+2
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood1-5/+6
2008-09-18makedependKen Raeburn4-86/+91
2008-09-18If unset env(KRB5CCNAME) doesn't work, skip the tests that depend on itKen Raeburn1-8/+35
2008-08-27compile-time flag to disable ipropKen Raeburn1-3/+12
2008-08-15a stash file is not a keytabWill Fiveash5-28/+108
2008-08-13Use a valid UTF8 password for randkey passwordAlexandra Ellwood1-5/+9
2008-08-06Oops. Really delete the extra argument this timeKen Raeburn1-1/+1
2008-08-06Check for malloc failureKen Raeburn1-0/+5
2008-08-06Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn1-1/+0
2008-07-31Reuse more k5beta7 code for ipropKen Raeburn1-61/+1
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn3-3/+3
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu5-80/+65
2008-07-16Apply patch from Mark Phalan to initialize progname before useTom Yu1-4/+6
2008-06-27misc uninitialized-storage accessesKen Raeburn1-1/+1
2008-06-27fix ktutil listing with timestampKen Raeburn1-1/+2