aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5
AgeCommit message (Expand)AuthorFilesLines
2008-10-02Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson1-1/+1
2008-09-18makedependKen Raeburn4-46/+50
2008-08-28fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn1-34/+27
2008-08-26whitespaceTom Yu1-1/+1
2008-08-15a stash file is not a keytabWill Fiveash4-3/+10
2008-08-13Open log file for appending only, not also readingAlexandra Ellwood1-1/+1
2008-08-06Fully initialize handle data on allocationKen Raeburn1-0/+2
2008-08-06Don't coerce fgetc value to char before EOF checkKen Raeburn1-2/+4
2008-07-30Delete decls for nonexistent functions, and an unused typedefKen Raeburn1-15/+0
2008-07-25fix possible uninit variable use in error pathKen Raeburn1-0/+1
2008-07-21kadm5_decrypt_key(). This patch prevents the returned keyblock's Jeffrey Altman1-1/+2
2008-07-21krb5_string_to_keysalts()Jeffrey Altman1-1/+1
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-07-09Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood2-2/+2
2008-06-25kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvnoAlexandra Ellwood1-0/+2
2008-06-24Merge from branch sun-ipropKen Raeburn11-38/+204
2008-06-19Remove test115 for 'bad client params', no longer appropriateKen Raeburn1-104/+0
2008-06-18Disable check for invalid client-side admin config parameters in theKen Raeburn1-1/+5
2008-06-11Factor out repeated code for looking up string, port, or deltat config paramsKen Raeburn1-150/+144
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2-6/+3
2008-06-10Warn against new uses of kadm5_config_params.dbname fieldKen Raeburn1-0/+4
2008-06-10Get rid of handling of set-but-unused kadm5_config_params.admin_dbnameKen Raeburn3-14/+3
2008-06-10Get rid of handling of set-but-unused kadm5_config_params.admin_lockfileKen Raeburn3-11/+8
2008-06-09Don't check for NULL before calling free or krb5_xfreeKen Raeburn1-43/+21
2008-05-30Add header for kill() in USE_PASSWORD_SERVER caseAlexandra Ellwood1-0/+2
2008-04-30(more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn1-1/+1
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2-4/+4
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn3-2/+10
2007-09-04fix CVE-2007-4000 modify_policy vulnerabilityTom Yu1-2/+3
2007-08-16make dependKen Raeburn4-34/+39
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn5-78/+72
2007-07-04Some handy debugging code for gssapi errors in credential acquisition; curren...Ken Raeburn1-0/+44
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn1-18/+17
2007-05-23Remove unused macroKen Raeburn1-3/+1
2007-04-16Add the new kadm5srv function krb5_get_principal_keys to the export listRuss Allbery1-0/+1
2007-04-16Add support for extracting existing keys from the KDC with kadmin.local.Russ Allbery2-0/+65
2007-04-03MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu1-3/+7
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn1-4/+0
2006-11-02* svr_principal.c (kadm5_use_password_server): Define only if USE_PASSWORD_SE...Ken Raeburn1-0/+2
2006-10-21enabling LDAP mix-in support for kdb5_util loadWill Fiveash1-0/+3
2006-10-16Include string.h for memcmp prototypeEzra Peisach1-0/+1
2006-10-06make dependTom Yu4-20/+22
2006-09-16Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn4-204/+204
2006-09-13whitespaceKen Raeburn1-38/+30
2006-07-18Merge remaining changes from LDAP integration branchKen Raeburn1-0/+10
2006-06-28autoconf 2.60 compatibilityKen Raeburn3-5/+5
2006-06-22 * src/lib/kadm5/ovsec_glue.c:Tom Yu4-0/+4
2006-06-19Make local const array of structures static tooKen Raeburn1-1/+1
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2-5/+5
2006-06-14Some simple transformations:Ken Raeburn1-151/+169