"notsuffix" realm flag was recognized in raddb/realms but not in radiusd.conf
[freeradius.git] / src / main / conffile.c
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>