import from HEAD
[freeradius.git] / src / main / log.c
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...
2002-04-19 cparker Fixed coredump on logging when 'radlog_dir' is not...
2002-04-17 aland Cleaned up some of the logic, and added debug level...
2002-02-19 aland Don't call fopen on syslog, if the logging destination...
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-01-14 3APA3A! Cosmetic changes to prevent warnings during compilation
2001-10-31 aland Change '=' in if to '=='
2001-10-30 aland Added 'radlog_dest' variable, so we can set the destin...
2001-09-12 aland If we're NOT in debug mode, then do NOT write debuggin...
2001-05-15 cmillerNew: Make directories if they don't exist. Iff the...
2001-03-12 aland Enable logging to do to stderr, just like stdout.
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-16 cmillerFixed a Unixism in log.c (NULL == 0) and a typo in...
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-08-16 aland increased the size of the log buffer, to allow more...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-21 aland if we can't open the logging directory, then complain...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
1999-12-14 aland preliminary support for logging to syslog via '-l...
1999-11-03 aland radlog_dir is already defined extern by the header...
1999-11-03 aland added more 'const'
1999-11-03 aland added a bunch of 'const'
1999-10-08 aland flush stdout if we're using it for log output. That...
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-16 alandInitial revision origin/aland