aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Get rid of handling of set-but-unused kadm5_config_params.admin_lockfileKen Raeburn1-5/+1
2008-06-03Revert a few const specs to reduce warningsKen Raeburn1-5/+5
2008-06-03Fix various minor format-string issuesKen Raeburn6-20/+23
2008-06-02Partial const-ification, as indicated by the modern Tcl API, exceptKen Raeburn2-93/+104
2008-05-30Apple PKINIT patch commitAlexandra Ellwood1-6/+89
2008-05-30No prototype when building kdb5_util without krb4 supportAlexandra Ellwood1-1/+2
2008-05-30Warnings in server_stubs.c (signed vs unsigned errmsg, gcc printf)Alexandra Ellwood1-39/+44
2008-05-17Force hostname to lowercase before constructing kadmin principal name.Ken Raeburn1-2/+22
2008-02-19man page macro and hyphen fixesRuss Allbery1-4/+4
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-0/+3
2007-10-16fixed mispelling in kadmin error messageAlexandra Ellwood1-1/+1
2007-10-04Will Fiveash and Mark Phalan report that kadmin's unlock command callsTom Yu1-1/+1
2007-08-27Remove some unused codesKen Raeburn1-4/+0
2007-08-27Remove unused PLURAL macroKen Raeburn1-1/+0
2007-08-16make dependKen Raeburn4-57/+63
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn1-9/+5
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn3-12/+10
2007-07-10Get rid of .o files when cleaningKen Raeburn1-1/+1
2007-06-29Check for error indication from localtime.Ken Raeburn1-11/+51
2007-06-26fix MITKRB5-SA-2007-005 [CVE-2007-2798/VU#554257]Tom Yu1-6/+28
2007-05-18Remove unused filesKen Raeburn2-340/+0
2007-05-18Remove unused fileKen Raeburn1-241/+0
2007-04-16Add the new kadm5srv function krb5_get_principal_keys to the export listRuss Allbery2-5/+16
2007-04-16Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery2-2/+47
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu6-166/+201
2007-03-28make dependKen Raeburn1-9/+10
2007-03-14* kadm5_create.c: Include fake-addrinfo.h.Ken Raeburn1-6/+21
2007-03-14Fix tail portability problem by adding an expression test to theKen Raeburn1-1/+1
2007-03-02Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn1-1/+1
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn1-8/+1
2007-01-20make dependKen Raeburn1-3/+7
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn1-1/+1
2007-01-09MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu1-0/+5
2006-12-20Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branchKen Raeburn2-6/+14
2006-12-16Add -clearpolicy to kadmin addprinc usageRuss Allbery1-1/+1
2006-12-04minor update to kdb5_util man page for LDAP pluginWill Fiveash1-1/+8
2006-12-01 * src/kadmin/dbutil/dump.c (load_db): Open the dumpfile asTom Yu1-1/+1
2006-11-09Delay kadmind random number initialization until after forkRuss Allbery1-9/+11
2006-11-02* tcl_kadm5.c (parse_principal_ent, parse_policy_ent): Don't pass back anKen Raeburn2-4/+4
2006-10-23fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...Will Fiveash1-1/+1
2006-10-21enabling LDAP mix-in support for kdb5_util loadWill Fiveash1-7/+29
2006-10-14Call fileno and krb5_lock_file before calling fclose, rather than after.Ken Raeburn1-2/+6
2006-10-12Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn1-22/+80
2006-10-0710/3 patch from Savitha R, part 3, patch-manpages-schema.diffKen Raeburn1-31/+27
2006-10-06make dependTom Yu3-27/+31
2006-09-25Patch from Will Fiveash for "kdb5_util create" support in LDAP, modified toKen Raeburn2-4/+6
2006-09-18Savitha's patches for:Ken Raeburn1-6/+2
2006-09-16Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn5-146/+146
2006-09-12whitespaceKen Raeburn1-292/+285
2006-09-12whitespaceKen Raeburn1-18/+14