Ensure we leave room for the trailing NUL
[freeradius.git] / src / main / conffile.c
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-03 aland ./scripts/min-includes +n <files listed here>
2006-09-05 aland Don't call cf_section_read() recursively. Instead...
2006-09-05 aland Catch more cases of start section without end, and...
2006-09-05 aland Separate reading of a file from $INCLUDEing a file.
2006-09-01 aland cf_section_read() is called from two places:
2006-08-18 aland Pulled from branch_1_1
2006-08-18 aland Use correct catch for lines that are too long\18
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-04-19 aland Port cf_item_is_pair() from the head
2006-04-19 aland add cf_item_is_pair() for completeness
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-28 aland When including conf files, reference 'cs' rather than...
2005-09-13 aland Update checks to match the code a few lines down
2005-09-01 aland Update the way we handle parsing subsections, to avoid...
2005-08-23 aland Migrate subsections, too.
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-19 aland Foundation for allowing modules to tell the configurat...
2005-08-18 aland On HUP, migrate the module configuration from the...
2005-08-17 aland Added function cf_section_parse_free_strings, which...
2005-08-11 aland Removed O(N^2) dependency in cf_item_add.
2005-06-13 aland Put CONF_DATA into rbtree's, too
2005-06-13 aland Don't leak CONF_DATA
2005-05-26 aland cf_data_add calls cf_item_add.
2005-05-24 aland Updated cf_section_sub_find_name2 to be a little smart...
2005-05-09 aland Don't allow * for IPv6, we have :: for it instead
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-22 aland clean up the parsing code a little more
2005-04-22 aland Added a bunch of 'const', and cf_pair_parse(), which...
2005-04-20 aland If we have AF_INET6, use new API's to look up IPv6...
2005-04-20 aland Use new API for hostname lookups
2005-04-19 aland compiler warnings & fixes
2005-02-28 aland When $INCLUDE'ing files, cf_item_add may be called...
2005-02-28 aland When reading files in a directory, be a little more...
2005-02-28 aland Use rbtrees for CONF_SECTIONS, with hacks to make...
2005-02-28 aland Put CONF_PAIRs into an rbtree. This doesn't make...
2005-02-15 aland Catch border cases
2005-02-11 aland Don't read sub-directories when $INCLUDEing "dir/"
2005-02-10 aland Don't read "foo~" files.
2005-02-10 aland Don't leave DIR's open on error.
2005-02-09 aland conf files can now do:
2004-11-10 aland Added future note
2004-10-21 aland Removed unnecessary if statement
2004-04-06 aland Prefer hard-coded data to offset, if given
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-10 wichertSmall changes to fix compiler warnings
2004-01-21 aland ${module.submodule.item} now works properly
2004-01-21 aland Enhanced configuration file variable expansion, hopefully
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-07-09 aland Always free string pointers, to catch stupid modules...
2003-07-09 aland Always free string pointers in the configuration....
2003-04-21 aland Only look for continuations if the line isn't empty.
2003-02-24 aland Allow back-slashes to 'continue' lines in the configur...
2003-01-24 aland Pass reasonable values to other routines, instead...
2002-10-30 aland Delayed commit from yesterday, as part of cleaning...
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-18 aland Read the old-style 'naslist' file, before reading...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-07-29 aland Call the 'escape string' function in the xlat for...
2002-07-04 aland Don't include the '\0' in the number of characters...
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-04-26 cparker Added 'naslist' and 'naspasswd' items to RADCLIENT...
2002-04-22 aland Added xlat function %{config:...}
2002-04-19 aland Increase the buffer size, to allow huge SQL queries.
2002-02-26 aland If both 'authhost' and 'accthost' in a realm are LOCAL...
2002-01-02 aland Use accounting host name for accounting IP address...
2001-11-08 aland No authhost in proxy means LOCAL
2001-11-05 aland Parse 'accthost' from the realm confgiruation, and...
2001-10-10 aland Expand variables until the end of string, not until...
2001-10-09 aland A "LOCAL" realm means that it doesn't have to appear...
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. ...
next