summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/logger.c
Commit message (Expand)AuthorAgeFilesLines
* Mark up strings for translationGreg Hudson2011-06-101-13/+13
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-3/+1
* Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2010-03-101-3/+3
* MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2009-12-291-0/+3
* Check return value of gethostname in krb5_klog_initGreg Hudson2009-11-231-2/+5
* make mark-cstyleTom Yu2009-10-311-649/+650
* Signed/unsigned fixes and remove unused variableEzra Peisach2008-12-291-1/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-4/+1
* Open log file for appending only, not also readingAlexandra Ellwood2008-08-131-1/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+4
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-7/+7
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-291-18/+17
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-031-3/+7
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-4/+0
* Make local const array of structures static tooKen Raeburn2006-06-191-1/+1
* krb5 1.5 alpha - memory leaks in krb5kdc due to not freeing error messages Ezra Peisach2006-06-011-1/+4
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-1/+5
* protoizeKen Raeburn2002-09-181-32/+6
* logger.c (krb5_klog_init): Initialize savec to keep compiler happyKen Raeburn2001-10-101-1/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-5/+0
* * logger.c (severity2string): Declare as returning const char *.Ezra Peisach2001-07-091-5/+5
* oops, missed a changeKen Raeburn2001-06-211-3/+0
* * logger.c (krb5_klog_init) [HAVE_SYSLOG]: Loop over an array of syslogKen Raeburn2001-06-211-51/+38
* * alt_prof.c (krb5_read_realm_params): Cast argument to isspace()Ezra Peisach2001-06-181-2/+2
* * logger.c (klog_vsyslog): If krb5_klog_init() is not called, doEzra Peisach2001-06-181-1/+14
* * logger.c (krb5_klog_init): Cleanup assignments inEzra Peisach2001-06-041-9/+18
* pullup from 1.2 branchKen Raeburn2000-06-271-2/+3
* * logger.c (klog_vsyslog): Convert pid_t to long for printingKen Raeburn1999-12-061-2/+2
* replace char arrays with macros for gcc format checking; provide format str t...Ken Raeburn1999-09-291-15/+15
* copyright and fprintf-format changes from 1.1Ken Raeburn1999-09-241-9/+10
* These additions cause the KDC to react to SIGHUP by closing andGeoffrey King1998-07-081-0/+39
* Include ctype.h for isspace declarationEzra Peisach1997-10-071-0/+1
* * logger.c (krb5_klog_init): remember to call openlog() whenBarry Jaspan1996-10-151-1/+5
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-0/+940