Add "extern C {...} to header files for C++ builds.
[freeradius.git] / src / include / conffile.h
2010-10-09 Alan T. DeKokAdd "extern C {...} to header files for C++ builds.
2010-02-04 Alan T. DeKokAdded more 'const'
2008-09-13 Alan T. DeKokDump config as-read to FILE*
2008-09-07 Alan T. DeKokAdded simple pair/section to XML functions
2008-09-03 Alan T. DeKokNew API's to update CONF_PAIRs, and get CONF_PARSERS
2008-03-10 aland Added "printf format" to prototypes for GCC type checking
2008-02-16 aland Move offsetof into missing.h, where it really belongs
2007-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-11-25 aland More changes from previous commit
2007-11-12 aland Added HUP support. As it happens, it's also thread...
2007-11-11 aland Make cf_reference_item public, so it can be used in
2007-09-28 aland Added cf_top_section()
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
2007-09-03 aland Whoops.. old-style realms tried to create pools sized...
2007-08-13 aland Pulled fix from branch_1_1
2007-06-28 aland prototype for cf_log_err()
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-05-30 aland New cf_pairtovp() function, to support the "update...
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-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland Add templates, which are taken from an idea by Arran...
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-12 aland Added 'base' and 'variables' to CONF_SECTION, so that the
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-09-05 aland Separate reading of a file from $INCLUDEing a file.
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-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-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-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-05-24 aland Updated cf_section_sub_find_name2 to be a little smart...
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-02-15 aland Prototype for new function
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
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-10 aland added PW_TYPE_SUBSECTION for configuration file parser...
2000-10-24 aland removed conf_read() definition. No one outside of...
2000-08-31 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
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-04-17 aland updated the configuration file parser so that it no...
2000-04-07 aland added BOOLEAN type (yes/no) to the configuration parser
2000-04-06 aland enabled new configuration file support
2000-03-03 aland added CONF_PARSER data structure, so that the user...
2000-02-28 aland renamed the CLIENT structure to RADCLIENT, as CLIENT...
2000-02-25 aland massive conversion of types.
2000-02-01 aland regularized configuration names to:
2000-01-29 jgolov*** empty log message ***