Different bits needed for alternation and consumed
[freeradius.git] / src / lib / log.c
2015-09-26 Arran Cudbard-BellDifferent bits needed for alternation and consumed
2015-09-10 Arran Cudbard-BellCheck we're building with GLIBC before assuming the...
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-15 Arran Cudbard-BellAlternate where we write errors in fr_strerror_printf...
2015-06-03 Alan T. DeKokFix LGPL text broken by 1af9582b2
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2014-06-24 Arran Cudbard-BellMove exit functions to debug.c
2014-05-27 Arran Cudbard-BellExtra message
2014-05-27 Arran Cudbard-BellMake it clearer what's happening on exit Fixes #665
2014-05-02 Arran Cudbard-BellFix uses of fr_perror so we don't get double colons...
2014-04-06 Arran Cudbard-BellMake soft asserts less soft in debug builds
2014-02-11 Arran Cudbard-BellNeed to use errno for GNU strerror_r errors
2014-02-10 Arran Cudbard-BellAdd missed header check for features.h
2014-01-26 Arran Cudbard-BellMinor fixes to debug functions
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-09-20 Arran Cudbard-BellOnly print EXIT info when ndef NDEBUG
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-02-17 Arran Cudbard-BellOutput proper error messages for prthread_setspecific...
2013-02-17 Arran Cudbard-BellFix for coverity
2008-09-14 Alan T. DeKokANSI prototypes
2008-08-28 Alan T. DeKokCorrected typo.
2008-08-26 Alan T. DeKokUse thread-local storage for log messages
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2007-12-25 aland Call va_end() after va_start(). Patch from Jouni...
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-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
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-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-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL 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-09-04 nbk Don't use vsprintf() anymore, but the replacement...
2005-04-27 aland Make it build on non-IPv6-aware systems.
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2000-10-31 aland bug fix by Chad Miller <cmiller@surfsouth.com>
1999-11-03 aland added a bunch of 'const'
1999-11-03 aland minor changes to minimize compiler warnings
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-18 aland allowed for the possibility we might be logging log...
1999-08-16 alandInitial revision origin/aland