Add FR_TIMEVAL_BOUND_CHECK
[freeradius.git] / src / include / conffile.h
2014-05-30 Nikolai KondrashovAdd FR_TIMEVAL_BOUND_CHECK
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-26 Arran Cudbard-BellTypo
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-Bellgcc fixes
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Arran Cudbard-BellAdd framework for compile time type checking
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-21 Arran Cudbard-BellAdd PW_TYPE_BOOLEAN as a proper type
2014-05-21 Arran Cudbard-BellMake PW_TYPE_FILE_INPUT and PW_TYPE_FILE_OUTPUT into...
2014-05-02 Arran Cudbard-BellSwap out all __attribute__ markers with CC_HINT() this...
2014-05-02 Arran Cudbard-BellWarn users when were screwing with the values they set
2014-04-08 Alan T. DeKokRemoved conf2xml and conf2file functionality.
2014-04-08 Alan T. DeKokRemove unused functions
2014-03-28 Arran Cudbard-BellMerge pull request #570 from nchaigne/v3.0.x
2014-03-28 Alan T. DeKokAdded cf_section_name2_type
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-02-17 Alan T. DeKokRevert "Allow "no overwrite" for config variables"
2014-02-15 Arran Cudbard-BellDocument PW_TYPE flags
2014-02-11 Alan T. DeKokRemove cf_section_template(). No one uses it
2014-01-26 Alan T. DeKokAllow "no overwrite" for config variables
2013-08-24 Arran Cudbard-BellMove the stringify macros to build.h
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_EXISTS
2013-06-30 Arran Cudbard-BellDon't start if the configuration contains deprecated...
2013-04-25 Alan T. DeKokMove log configuration to structure in log.c
2013-04-25 Alan T. DeKokRevert "Replace some globals with library specific...
2013-04-23 Arran Cudbard-BellReplace some globals with library specific static variables
2013-04-23 Arran Cudbard-BellRemove check_config from conffile.c
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-03 Alan T. DeKokMake CONF_PARSER dflt void*
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokAdded REQUIRED and ATTRIBUTE types for CONF_PARSER
2013-03-29 Alan T. DeKokAdded cf_log_err_cs/cp
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan DeKokMerge pull request #212 from jahir/master
2013-03-06 Arran Cudbard-BellFix order of arguments and expose cf_section_alloc
2013-02-19 Arran Cudbard-BellRemove last reference to cf_section_parse_free
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2012-12-01 Arran Cudbard-BellAdd cf_pair_value_type function to return whether the...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan T. DeKokAdd rlm_cache
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokMore "const"
2012-06-11 Alan T. DeKokAdded "const" to more conffile functions
2011-06-13 Alan T. DeKokAllow policies to refer to modules of the same name
2011-05-18 Alan T. DeKokAdded deprecated flag to variables
2011-03-13 Alan T. DeKokAdded cf_section_find_name2() API
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:
next