Replace strncat() with strlcpy()
[freeradius.git] / src / main / log.c
2015-02-01 Alan T. DeKokReplace strncat() with strlcpy()
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai KondrashovLimit log level string when building message
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2013-10-04 Alan T. DeKokPrint string with \n rather than doing it as a separate...
2013-09-09 Arran Cudbard-BellWrap ASCTIME_R
2013-02-26 Arran Cudbard-BellMerge pull request #192 from candlerb/candlerb/expand_xlat
2013-02-17 Alan T. DeKokFix typo
2012-11-15 Alan T. DeKokLog dates as UTC
2011-12-08 Alan T. DeKokAdded "log { use_utc = yes/no }" configuration
2011-03-29 Alan T. DeKokFix handling of "-l stdout"
2010-06-22 Alan T. DeKokBuild on systems without sys/un.h
2010-03-30 Alan T. DeKokRe-open log file after HUP.
2009-02-13 Alan T. DeKokFix handling of "debug file [filename]"
2008-12-01 Alan T. DeKoklog_file may be NULL
2008-12-01 Alan T. DeKokRequest may be NULL
2008-09-11 Alan T. DeKokSet radlog to NULL while calling radius_xlat
2008-07-01 aland Added 'debug_file". where debugging output goes
2008-06-30 aland Allow controllable log file output, based on xlat.
2008-06-30 aland Define RDEBUG macros which implicitely take a "request",
2008-03-07 aland Don't over-write log_fp if fp is NULL
2008-03-07 aland Close log_fp only if it's to a file
2008-03-06 aland Catch race conditions in log files for child threads...
2008-03-06 aland Add '-l logfile' back again (it's good for something)
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-21 aland Try to open the log file (and complain on error) ONLY if
2007-09-26 aland Moved mainconfig references to a pointer, in preparati...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-03 pnixonAdd new log type (L_ACCT) and use it in rlm_acctlog
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-20 aland fix stdarg.h
2006-08-23 aland Until we read radiusd.conf, all errors should go to...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-04 aland Allow tabs
2005-09-01 nbk #ifdef HAVE_VSNPRINTF isn't needed, as we have a repla...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-08 aland 'static' to 'static const'
2005-02-09 aland When log_dest == stdout/stderr, DUP it to another...
2004-09-01 mgriegoCall openlog on the first syslog()'d message to set...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-11 aland Make it build. Forgot to commit thgis yesterday
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-04-01 aland If no log file is set, dump text to stdout.
2002-12-09 aland Use the correct string for error printing, instead...
2002-11-29 aland Added NULL destination for logging messages, so they...
2002-11-21 aland Use new int2str function, based on Wichert Akkerman...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-09-13 aland Deleted compile-time definition for 'radius.log',...
2002-07-22 ramooreAdd vp_listdebug function that prints a list of value...
2002-05-25 fcusack Rename do_log() to vradlog(), and export it, it will...
2002-05-16 aland If we have no effective user, don't call getpwnam().
2002-04-24 aland If we're NOT debugging, print the time stamps to the...
next