summaryrefslogtreecommitdiffstats
path: root/src/kadmin
Commit message (Expand)AuthorAgeFilesLines
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0516-422/+414
* Merge mskrb-integ onto trunkSam Hartman2009-01-039-596/+2369
* Fix up warning of suggested parens in assignment in conditionalEzra Peisach2008-12-291-3/+3
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-181-5/+4
* Move prototypes needed in multiple files to misc.h instead ofEzra Peisach2008-12-174-10/+17
* Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2008-12-161-1/+1
* Remove a krb4 conditional block in ktutil_funcs.c which was missed inGreg Hudson2008-12-151-4/+0
* In ktutil, remove code for wst (write srvtab). Reimplement rst (readGreg Hudson2008-12-154-233/+9
* Remove loadv4/dumpv4 code in kdb5_util. (The command table entries forGreg Hudson2008-12-156-1500/+0
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-015-25/+25
* Don't stick '<null>' in log messages. Run kdb5_util dump with input explicit...Ken Raeburn2008-11-171-12/+12
* Fix a kadmin bug introduced in a recent set of string handlingGreg Hudson2008-11-061-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-052-18/+18
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-044-94/+101
* 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-243-22/+34
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-3/+3
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-204-49/+13
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-4/+2
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-5/+6
* makedependKen Raeburn2008-09-184-86/+91
* If unset env(KRB5CCNAME) doesn't work, skip the tests that depend on itKen Raeburn2008-09-181-8/+35
* compile-time flag to disable ipropKen Raeburn2008-08-271-3/+12
* a stash file is not a keytabWill Fiveash2008-08-155-28/+108
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-131-5/+9
* Oops. Really delete the extra argument this timeKen Raeburn2008-08-061-1/+1
* Check for malloc failureKen Raeburn2008-08-061-0/+5
* Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn2008-08-061-1/+0
* Reuse more k5beta7 code for ipropKen Raeburn2008-07-311-61/+1
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-203-3/+3
* Apply patch from Mark Phalan to correctly use progname instead ofTom Yu2008-07-175-80/+65
* Apply patch from Mark Phalan to initialize progname before useTom Yu2008-07-161-4/+6
* misc uninitialized-storage accessesKen Raeburn2008-06-271-1/+1
* fix ktutil listing with timestampKen Raeburn2008-06-271-1/+2
* use-after-free bugsKen Raeburn2008-06-271-1/+1
* Merge from branch sun-ipropKen Raeburn2008-06-2416-78/+1198
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-9/+7
* Get rid of handling of set-but-unused kadm5_config_params.admin_dbnameKen Raeburn2008-06-101-5/+1
* Remove documentation for no-longer-supported admin_dbname argumentKen Raeburn2008-06-101-6/+1
* Get rid of handling of set-but-unused kadm5_config_params.admin_lockfileKen Raeburn2008-06-101-5/+1
* Revert a few const specs to reduce warningsKen Raeburn2008-06-031-5/+5
* Fix various minor format-string issuesKen Raeburn2008-06-036-20/+23
* Partial const-ification, as indicated by the modern Tcl API, exceptKen Raeburn2008-06-022-93/+104
* Apple PKINIT patch commitAlexandra Ellwood2008-05-301-6/+89
* No prototype when building kdb5_util without krb4 supportAlexandra Ellwood2008-05-301-1/+2
* Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf)Alexandra Ellwood2008-05-301-39/+44
* Force hostname to lowercase before constructing kadmin principal name.Ken Raeburn2008-05-171-2/+22
* man page macro and hyphen fixesRuss Allbery2008-02-191-4/+4
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* fixed mispelling in kadmin error messageAlexandra Ellwood2007-10-161-1/+1