aboutsummaryrefslogtreecommitdiff
path: root/src/lib/kadm5/logger.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-10Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov1-3/+3
2009-12-29MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu1-0/+3
2009-11-23Check return value of gethostname in krb5_klog_initGreg Hudson1-2/+5
2009-10-31make mark-cstyleTom Yu1-649/+650
2008-12-29Signed/unsigned fixes and remove unused variableEzra Peisach1-1/+1
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-4/+1
2008-08-13Open log file for appending only, not also readingAlexandra Ellwood1-1/+1
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn1-0/+4
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-7/+7
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn1-18/+17
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-06-19Make local const array of structures static tooKen Raeburn1-1/+1
2006-06-01krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach1-1/+4
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-1/+5
2002-09-18protoizeKen Raeburn1-32/+6
2001-10-10 logger.c (krb5_klog_init): Initialize savec to keep compiler happyKen Raeburn1-1/+1
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-5/+0
2001-07-09 * logger.c (severity2string): Declare as returning const char *.Ezra Peisach1-5/+5
2001-06-21oops, missed a changeKen Raeburn1-3/+0
2001-06-21* logger.c (krb5_klog_init) [HAVE_SYSLOG]: Loop over an array of syslogKen Raeburn1-51/+38
2001-06-18 * alt_prof.c (krb5_read_realm_params): Cast argument to isspace()Ezra Peisach1-2/+2
2001-06-18 * logger.c (klog_vsyslog): If krb5_klog_init() is not called, doEzra Peisach1-1/+14
2001-06-04 * logger.c (krb5_klog_init): Cleanup assignments inEzra Peisach1-9/+18
2000-06-27pullup from 1.2 branchKen Raeburn1-2/+3
1999-12-06* logger.c (klog_vsyslog): Convert pid_t to long for printingKen Raeburn1-2/+2
1999-09-29replace char arrays with macros for gcc format checking; provide format str t...Ken Raeburn1-15/+15
1999-09-24copyright and fprintf-format changes from 1.1Ken Raeburn1-9/+10
1998-07-08These additions cause the KDC to react to SIGHUP by closing andGeoffrey King1-0/+39
1997-10-07Include ctype.h for isspace declarationEzra Peisach1-0/+1
1996-10-15 * logger.c (krb5_klog_init): remember to call openlog() whenBarry Jaspan1-1/+5
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-0/+940