aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Include strings.h for memset prototypeEzra Peisach2-0/+3
2009-01-03Merge mskrb-integ onto trunkSam Hartman9-182/+188
2008-12-29Signed/unsigned fixes and remove unused variableEzra Peisach2-3/+3
2008-12-16Add prototype for kadm5_init_iprop. FOr the client - adds a dummy argument Ezra Peisach2-1/+3
2008-12-04Fix from Marcus Watts for glob-to-regexp conversion bug.Ken Raeburn1-1/+2
2008-11-24Use profile_free_list as appropriate. Fix memory leaksKen Raeburn1-20/+21
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2-2/+2
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn4-54/+59
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2-55/+25
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson3-6/+6
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson4-10/+4
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