FR-AD-001 - (v2) use strncmp() instead of memcmp() for bounded data
[freeradius.git] / src / main / conffile.c
2017-07-17 Alan T. DeKokFR-AD-001 - (v2) use strncmp() instead of memcmp()...
2015-05-20 Alan T. DeKokSave a copy of the filename
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai KondrashovDon't dereference NULL cs in cf_item_parse
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2014-02-19 Alan T. DeKokBoth name2's may be NULL
2014-02-18 Alan T. DeKokBe more careful in name2_cmp
2014-02-18 Alan T. DeKokback-port changes to sub_find_name2 from v3.0.x
2013-03-17 Alan T. DeKokUse correct spacing when printing out config file parsing
2013-02-26 Arran Cudbard-BellMerge pull request #192 from candlerb/candlerb/expand_xlat
2013-02-18 Alan T. DeKokcf_section_parse_free() recurses into sub-sections
2013-02-17 Alan T. DeKokFix race condition in conf file
2013-02-17 Alan T. DeKokClear memory using correct size
2013-02-17 Alan T. DeKokDon't expand variables if cs==NULL
2012-11-27 Alan T. DeKokDo globally writable checks on directories, too
2012-10-11 Alan T. DeKokBe more careful about which config files we load
2012-08-23 Alan T. DeKokAdded cf_pair_operator(). Seems useful.
2012-07-30 Alan T. DeKokCheck for NULL parameters to functions
2012-03-06 Alan T. DeKokCheck expansion in cf_expand_variables
2011-11-28 Alan T. DeKokBetter fix for previous debian bug
2011-11-28 Alan T. DeKoknitialize data pointer before setting it
2011-11-28 Alan T. DeKokPass sizeof buffer to cf_expand_variables
2011-10-19 Alan T. DeKokAdd FALL-THROUGH for 'case' without 'break'
2011-09-29 Alan T. DeKokBe more graceful if caller passes us a NULL ptr
2011-06-20 Alan T. DeKokDon't go too far ahead release_2_1_11
2011-06-16 Alan T. DeKokBe more stringent about unexpected text
2011-06-13 Alan T. DeKokAllow policies to refer to modules of the same name
2011-03-13 Alan T. DeKokAdded cf_section_find_name2() API
2010-12-30 Alan T. DeKokPrint error when foo=`..` is invalid
2010-12-22 Alan T. DeKokHack for !*
2010-12-08 Alan T. DeKokAdded a few default variables with values
2010-09-09 Alan T. DeKokClose file on error condition
2010-09-09 Alan T. DeKokEnsure we leave room for the trailing NUL
2010-06-07 Alan T. DeKokBe more careful about parsing comments after bare words
2010-04-21 Alan T. DeKokBetter error messages for missing brace
2010-01-22 Alan T. DeKokAdded more 'const'
2009-11-14 Alan T. DeKokMake templates work again
2009-11-14 Alan T. DeKokAllow !* to work
2009-10-20 Alan T. DeKokBe more restrictive on bad input
2009-05-07 Alan T. DeKokCheck before dereference
2009-03-10 Alan T. DeKokCheck for including the same file twice.
2008-12-01 Alan T. DeKokDie if we failed to allocate memory
2008-12-01 Alan T. DeKok"name" cannot be NULL
2008-09-14 Alan T. DeKokeof -> at_eof
2008-09-14 Alan T. DeKokRearrange XML output
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-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-25 Alan T. DeKokComplain on references to things like "prefix ="
2008-07-20 Alan T. DeKokAllow parentcs to be NULL when referencing sections
2008-07-01 aland Allow `/path/to/program args`, too. This replaces...
2008-07-01 aland Allow in-line xlat's. The parser is horrible, but...
2008-04-18 aland Delete unused variable
2008-04-18 aland Handle tags in unlang
2008-01-09 aland When we have attributes in the config files, AND the...
2008-01-09 aland Comment out code that isn't used, and doesn't do anything.
2007-12-28 aland Close fp on error
2007-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-12-15 aland More 'const' fixes
2007-12-15 aland Cleaned up conf file reading, continuation handling...
2007-11-26 aland More portability fixes
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland Be a little more forgiving about includes
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-13 aland Fix includes and handling of directories.
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-10-22 aland Allow "local" filenames. e.g.
2007-10-18 aland Check for NULL
2007-10-09 aland Debug print IP addresses.
2007-10-03 aland More re-arrangements to clarify the code.
2007-09-28 aland Added cf_top_section()
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
2007-09-04 aland Moved code that turns a conf-reference into a CONF_ITE...
2007-09-03 aland Whoops.. old-style realms tried to create pools sized...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-04 aland Added $-INCLUDE, which will include the file only...
2007-07-04 aland Double-check use of if/elsif. If they're not in a...
2007-07-02 aland allow '-' in filenames, too
2007-06-29 aland Insert things into the name2 tree, even if name2 is...
2007-06-29 aland in find_name2(), if name2 is NULL, look for a matching...
2007-06-28 aland Added cf_log_err() function, which simplifies common...
2007-06-21 aland If no value is set, allow it to be NULL.
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-06-14 aland Added support for "<=" and ">=". Made the conf file...
2007-05-30 aland Make cf_pairtovp() smarter
2007-05-30 aland New cf_pairtovp() function, to support the "update...
2007-05-29 aland Expand double-quoted strings, too
2007-05-28 aland Added more quotes
2007-05-28 aland Use new getstring() function to parse conf_pair's
2007-05-25 aland Add new complex conditions in radiusd.conf
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-05-16 aland Fix return code. Clarify code for parsing configurati...
2007-05-15 aland Relax checks a little
2007-05-15 aland Port fix for Coverity bug #13 from 1.1.x
next