Fix corner case when not threaded.
[freeradius.git] / src / main / files.c
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-01-06 nbk Corrected typo.
2007-12-28 aland Close fp on error
2007-12-15 aland Corrected typo
2007-12-15 aland More 'const' fixes
2007-11-26 aland More portability fixes
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-17 aland Reverted last two commits
2007-07-17 aland Reverted last commit
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-16 aland Apparently it returns T_EOL sometimes...
2007-05-16 aland Be a little more rigorous in the parser.
2007-05-16 aland Be a little more rigorous when parsing
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland free(c) on parse error
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
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-13 aland replace strNcpy strlcpy -- `cat file_list`
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-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-09-21 nbk Fix compilation warnings.
2005-07-25 aland Make realm_disable() work for all kinds of packets.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-10-12 aland s/T_INVALID/T_OP_INVALID/
2004-04-06 aland Don't complain about old files if nothing was read...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-12 aland When printing 'size_t' numbers, we *really* should...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-07-30 aland Pull fix from the head
2003-07-29 aland $INCLUDE may return no pairs. Update the code to...
2003-06-15 hartwick* Add a warning message if some deprecated files are...
2003-05-21 cparkerFixed bug in reporting authserver in warnings when...
2003-04-09 aland Patch from Chris Brotsos: If all home servers for...
2003-02-21 aland Removed the code which created 'Auth-Type := Local...
2003-02-11 aland When reading the 'users' file, if the line contains...
2003-02-03 cparkerPatch to fix 'rlm_realm' from returning the DEFAULT...
2002-12-04 aland Allow lines in the various 'users' files to be 8k...
2002-12-02 aland Deleted round-robin code, as we're about to commit...
2002-11-29 aland Added 'last reply' field to 'realm' structure. Every...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-08-22 aland Make realm comparisons case insensitive
2002-07-31 aland Unless otherwise specified, home servers get 1812...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-17 aland Allow lines without \n, when at the end of the file.
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-04-23 cparker Fixed bug in pairlist_read, in reporting syntax errors on
2002-03-06 aland When updating the head of a list, update the *real...
2002-02-18 aland There are cases where IF all of the matching realms...
2002-02-18 aland Added log message when marking a realm dead.
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2001-11-05 aland Parse 'accthost' from the realm confgiruation, and...
next