backport from HEAD
[freeradius.git] / src / main / files.c
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...
2001-10-09 aland A "LOCAL" realm means that it doesn't have to appear...
2001-09-20 aland When finding a realm by IP address, if we find it...
2001-09-20 aland updated realm_find to do fail-overs on the DEFAULT...
2001-09-20 aland Made proxy.conf take priority over the 'realms' file...
2001-09-19 aland Configurable fail-over on multiple proxy hosts.
2001-08-28 aland Changed the tokens from being define's to enums. ...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-05 hartwick * Change the return value to return 0 instead of ...
2001-01-31 hartwick * Remove the FIXME comment. Ooops! :)
2001-01-31 hartwick * Fix a FIXME to put the Auth-Type at the first of...
2001-01-24 miquels* Corrected spelling of my name in several .c files
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-11-20 aland updated arguments to pairfree()
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-08 aland Deleted read_config_files(), and moved it's functionality
2000-11-07 jcarnealJeff Carneal <jeff@apex.net>
2000-11-06 aland moved the 'client' handling code to a new file: client.c
2000-10-25 cparkercparker: changed 'notsuffix' in realm struct to 'notre...
2000-10-18 cparkercparker: fixed bug in new function realm_findbyaddr()
2000-10-18 cparkercparker: Updated files to allow proxy replies to be...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-12 jcarnealJeff Carneal <jeff@apex.net>
2000-09-25 aland cleaning up #include files
2000-09-25 aland changed hard-coded 0x7f00000001 to INADDR_LOOPBACK...
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-09-05 aland *add* in the auth-tyep attribute, and don't *over...
2000-09-01 aland made pairlist_read take a PAIR_LIST **, and return...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-24 aland when doing a $INCLUDE file, ensure that the 'file...
2000-04-24 aland more sanity checking of commas, etc. on the PAIRLIST...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-11 aland Renamed configuration file to 'radiusd.conf'
2000-04-06 aland enabled new configuration file support
2000-04-03 aland 'htons' doesn't work for 32-bit quantities. Use ...
2000-04-03 aland made the module initialization LAST, after all of the
2000-03-31 aland added 'secret' element to the REALM structure. The...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-03-01 aland updates to export functions used by rlm_realm
2000-02-28 aland renamed the CLIENT structure to RADCLIENT, as CLIENT...
2000-02-25 aland moved handling of NULL realm to realm_find. If it...
2000-02-25 aland massive conversion of types.
2000-02-24 aland made the new configuration file handler part of the...
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-01-10 aland use the ':=' operator for Auth-Type, if it wasn't...
1999-12-23 aland add '-n' option to the server, which REQUIRES all...
1999-12-02 jgolovAdded check for trusted attribute in raddb/realms
1999-11-03 aland added more 'static' and 'const'
1999-10-05 aland corrected typo that prevented modules from loading
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-20 aland use librad error messages when complaining about parse...
1999-08-26 aland updated realms, clients, and naslist reading routines
1999-08-19 aland vp_prints now returns the number of characters it...
1999-08-18 aland bring out the dict_init() error messages to the user...
1999-08-16 alandInitial revision origin/aland