perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / main / conffile.c
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. ...
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-07-01 cmillerGive more useful information (in a clearer format)...
2001-04-11 cparker updated 'generate_realms' and 'generate_clients' to...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-12 aland Replaced sprintf with snprintf
2001-03-06 cmillerChanged comments calling the code Cistron to FreeRADIUS...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-03-01 aland Allow environment variable expansion in the configurat...
2001-03-01 cparker Updated the $INCLUDE code to allow for included files
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-08 aland Fix a memory leak. If a file is $INCLUDEd, we have...
2001-02-02 hartwick * Fix a FIXME. If a varialble in the config file...
2001-01-27 cmillerUncommented the leak-fix of two weeks ago, after testing.
2001-01-24 miquels* Corrected spelling of my name in several .c files
2001-01-12 cmillerCommented-out leak patch. It may be the wrong thing...
2001-01-12 cmillerThis file was awfully ugly; lots of space-indenting...
2001-01-12 cmillerPlugged leak in INCLUDEing empty files.
2001-01-11 cmillerSet better defaults for user, group, and lookup_hostnam...
2001-01-06 aland reverted debugging warning messages, until such time...
2001-01-03 aland if debugging, output a WARNING message when we see...
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-22 aland changed the cf_section_free && cf_pair_free to take...
2000-12-19 pacman Export cf_sectiontoitem and cf_pairtoitem - the other two
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-10 aland added PW_TYPE_SUBSECTION for configuration file parser...
2000-11-10 aland removed dependencies on hard-coded #define's. Use...
2000-11-09 aland included header file for ntohl() macro
2000-11-09 aland added support for network masks to clients. We can...
2000-11-09 aland move hostname_lookup config from radiusd.c to conffile.c
2000-11-08 aland Deleted read_config_files(), and moved it's functionality
2000-11-07 aland moved cf_expand_variables.
2000-10-27 aland parse the first token immediately. This allows us...
2000-10-27 aland wrote new function cf_expand_variables(), to eliminate
2000-10-25 cparkercparker: changed 'notsuffix' in realm struct to 'notre...
2000-10-24 aland moved code around, so that the error messages are...
2000-10-24 cparkercparker: fixed $INCLUDE parsing for radius config...
2000-10-17 pacman"notsuffix" realm flag was recognized in raddb/realms...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-09-05 aland update the configuration file reader to ignore semi...
2000-08-31 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-22 aland corrected typo in trusted stuff
2000-08-21 aland Allows realms to work in "trusted" mode.
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland added line numbers to configuration sections and value...
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-16 aland actually go parse the proxy/realm secret.
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-09 aland allow for the possibility of having the configuration...
2000-05-02 aland allow spaces in configuration strings, too.
2000-04-17 aland parse IP addresses in the configuration file, too.
2000-04-17 aland updated the configuration file parser so that it no...
2000-04-11 aland Renamed configuration file to 'radiusd.conf'
2000-04-07 aland added BOOLEAN type (yes/no) to the configuration parser
2000-04-07 aland added allowances for variable substitution via ${foo}
2000-04-06 aland add 'rcsid' stuff
2000-04-06 aland new configuration file has been integrated into the...
2000-03-03 aland added support for parsing strings from CONF_PARSER...
2000-03-03 aland added CONF_PARSER data structure, so that the user...
2000-03-01 aland allow passing of NULL section to cf_pair_find(), in...
2000-02-29 jgolov Added function dump_config
2000-02-28 aland renamed the CLIENT structure to RADCLIENT, as CLIENT...
2000-02-24 aland made the new configuration file handler part of the...
2000-02-02 aland add explicit cf_pair_add() function.
2000-02-01 aland regularized configuration names to:
2000-01-29 jgolovconffile.c was written by Jesper Nielsen <jln@wol.dk>