Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / include / conffile.h
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-22 Arran Cudbard-BellMerge pull request #1160 from jpereira/dict/alcatel7750-1
2015-07-22 Arran Cudbard-BellDon't check pointer in FR_TIMEVAL_TO_MS
2015-07-19 Arran Cudbard-BellAdditional macros to simplify timeval to ms conversions...
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-10 Alan T. DeKokMove check_config to conffile.c
2015-06-06 Alan T. DeKokStart of "hup module" code.
2015-06-05 Alan T. DeKokIgnore HUP if no config files have changed
2015-06-05 Alan T. DeKokcf_file_include() is private.
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-03 Arran Cudbard-BellCONF_PARSER docs
2015-03-03 Arran Cudbard-BellDocument more macros
2015-03-03 Arran Cudbard-BellDocument CONF_PAIR
2015-03-03 Arran Cudbard-BellDoxygen
2015-02-23 Arran Cudbard-BellAllow subsection definitions to be used multiple times...
2015-02-23 Arran Cudbard-BellFormatting and documentation
2015-01-18 Arran Cudbard-Bellcf_item_parse type should be unsigned to match PW_TYPE...
2015-01-17 Arran Cudbard-BellAdd PW_TYPE_TMPL which parses a conf item directly...
2015-01-05 Arran Cudbard-BellAlloc main config section before reading config file...
2015-01-01 Arran Cudbard-BellRecord type of LHS of cf pairs too
2014-12-31 Arran Cudbard-BellRemove cf_template_copy and replace with cf_section_dup
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-30 Arran Cudbard-BellAdd cf_section_dup, doesn't currently dup data, but...
2014-12-22 Arran Cudbard-BellAdditional cf_ functions
2014-12-21 Arran Cudbard-BellBackport PW_TYPE_NOT_EMPTY flag
2014-10-30 Arran Cudbard-BellSame for prefix
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-21 Alan T. DeKokAllow for new escaping rules via a global variable
2014-10-20 Arran Cudbard-BellFixup LDAP clients so nested sections are processed too
2014-10-09 Arran Cudbard-Bellcf_item_add defined too many times...
2014-10-09 Arran Cudbard-BellExpose cf_item_add and cf_pair_alloc
2014-09-23 Alan T. DeKokAdd PW_TYPE_MULTI
2014-09-22 Alan T. DeKokAdded cf_section_parse_pass2() for pass2 checks of...
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellAdd support for connection pool reuse
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellAdd PW_TYPE_COMBO_IP_PREFIX (conffile parser only)
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
next