FR-AD-001 - (v3) use strncmp() instead of memcmp() for bounded data
[freeradius.git] / src / main / conffile.c
2017-07-17 Alan T. DeKokFR-AD-001 - (v3) use strncmp() instead of memcmp()...
2017-05-26 Alan T. DeKokcheck before dereference.
2017-03-14 Alan T. DeKokRemove always-false condition from cf_item_parse
2016-10-19 Alan DeKokMerge pull request #1795 from intersvyaz/v3.0.x-patch1
2016-10-19 Alan DeKokMerge branch 'v3.0.x' into v3.0.x-patch1
2016-10-19 Aleksey Katarginconffile: cleanup section children and tail on data...
2016-06-23 Alan T. DeKokCorrectly check for config / module HUP
2016-01-29 Alan T. DeKokfree memory on quick exit
2016-01-29 Alan T. DeKokAdd FILE_EXISTS for things like /dev/urandom.
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-05 Alan T. DeKokWARN if we find duplicate configuration items.
2015-10-14 Alan DeKokMerge pull request #1323 from jpereira/fix/home-server...
2015-10-14 Alan DeKokMerge pull request #1322 from jpereira/fix/prevent1
2015-10-14 Jorge Pereiracf_pair_dup(): be 'NOT NULL' to prevent SEGV
2015-09-02 Alan T. DeKokOn HUP, reload a module which has changed
2015-09-02 Alan T. DeKokMake the "file changed" flag into a bitfield
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-24 Arran Cudbard-BellPass error codes back through cf_section_parse
2015-07-24 Arran Cudbard-BellRevert "Don't complain on deprecated. Closes #1131"
2015-07-20 Arran Cudbard-BellAllow an af to be specified for fr_pton
2015-07-19 Arran Cudbard-BellFormatting
2015-07-19 Arran Cudbard-BellOnly check if config items are deprecated if they exist
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-07-13 Arran Cudbard-BellAdd PW_TYPE to data type mapping table
2015-07-10 Alan T. DeKokMove check_config to conffile.c
2015-07-10 Alan T. DeKokDon't complain on deprecated. Closes #1131
2015-06-27 Arran Cudbard-BellSupport 'byte' (8bit unsigned integer) as a conffile...
2015-06-26 Alan T. DeKokRevert "Unecessary fileno(), just do as cf_file_input()"
2015-06-25 Arran Cudbard-BellMerge pull request #1070 from jpereira/bug/leak1
2015-06-25 Jorge PereiraWas leaking on cf_file_open() when don't have write...
2015-06-25 Jorge PereiraWas leaking on cf_file_input() when don't have write...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-25 Arran Cudbard-BellMerge pull request #1069 from jpereira/develop/cereja1
2015-06-25 Jorge PereiraThe fr_strerror() is useless when called by non-library...
2015-06-24 Jorge Pereiraavoid strings replication
2015-06-24 Jorge PereiraUnecessary fileno(), just do as cf_file_input()
2015-06-19 Arran Cudbard-Belloutput reference name (not the entire line)
2015-06-06 Alan T. DeKokStart of "hup module" code.
2015-06-05 Alan T. DeKokCache FILE_INPUT from modules, too.
2015-06-05 Alan T. DeKokAllow the same config file to be read twice
2015-06-05 Alan T. DeKokIgnore HUP if no config files have changed
2015-06-05 Alan T. DeKokMake an rbtree of files we've included
2015-06-05 Alan T. DeKokcf_file_include() is private.
2015-06-05 Alan T. DeKokTrack include files at the top level, instead of each...
2015-05-29 Arran Cudbard-BellAssert not required and causes warnings with NDEBUG
2015-05-29 Arran Cudbard-BellParent may be NULL
2015-05-28 Alan T. DeKokcp filename may be NULL
2015-05-22 Alan T. DeKokAvoid strdup for filename, if at all possible
2015-05-22 Alan T. DeKokUse the same <internal>
2015-05-17 Arran Cudbard-BellFix invalid assert and error in conffile.c
2015-05-17 Arran Cudbard-BellDisallow TMPL_TYPE_ATTR_UNDEFINED and throw an error...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-13 Alan T. DeKokvalue might not be talloc'd
2015-05-13 Alan T. DeKokDon't do templates when they can't be put anywhere
2015-05-13 Alan T. DeKokParse TMPL into LITERAL in pass1.
2015-05-12 Arran Cudbard-BellAllocate a new section for each dynamic client
2015-05-06 Arran Cudbard-BellIf didn't allocate it, we don't free it
2015-05-01 Alan T. DeKokRemove unused assignment
2015-05-01 Alan T. DeKokRe-arrange code parsing "if" to be more sane
2015-05-01 Alan T. DeKokTokenize the condition in the correct TALLOC_CTX
2015-05-01 Alan T. DeKokMove sanity check to earlier in the code
2015-05-01 Alan T. DeKokDisallow keywords in double quotes
2015-04-30 Alan T. DeKokAllow true/false for booleans
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-22 Arran Cudbard-BellFix incorrect logic in cf_section_parse_warn which...
2015-04-22 Alan T. DeKokRemoved ref to check_config.
2015-04-22 Alan T. DeKokWarn about unused config items for -C and -xxx
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-07 Arran Cudbard-BellNo longer a valid error (templates are allowed for...
2015-03-05 Arran Cudbard-Bellrlm_sql should return noop if we can't find a matching...
2015-03-03 Arran Cudbard-BellCONF_PARSER docs
2015-03-03 Arran Cudbard-BellDocument CONF_PAIR
2015-03-03 Arran Cudbard-BellDoxygen
2015-03-03 Arran Cudbard-BellUse the default value (if available) when processing...
2015-03-03 Arran Cudbard-BellDocument cf_item_parse
2015-03-03 Arran Cudbard-BellDocumentation
2015-02-27 Alan T. DeKokFix escaping for once and all.
2015-02-26 Alan T. DeKokDistinguish soft fails from hard fails.
2015-02-26 Alan T. DeKokMake pass2 expansion breadth-first
2015-02-26 Alan T. DeKokDon't expand variables which are marked as being expand...
2015-02-26 Alan T. DeKokAllow forward references in config items.
2015-02-23 Arran Cudbard-BellAllow subsection definitions to be used multiple times...
2015-02-23 Arran Cudbard-BellFormatting and documentation
2015-02-05 Alan T. DeKokWarnings for non-debug builds
2015-02-01 Alan T. DeKokcs may be NULL
2015-02-01 Arran Cudbard-BellDoxygen
2015-02-01 Arran Cudbard-BellDocument cf_pair_replace
2015-01-29 Arran Cudbard-BellPrint the user/group we were using when we tried to...
2015-01-27 Alan T. DeKokFix cppcheck complaints
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-13 Alan T. DeKokConvert error to warning. So we don't break configs
2015-01-13 Alan T. DeKokStrings NOT dynamically expanded shouldn't have %{...
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-BellAdd simple cycle detection to cf_item_add
2014-12-31 Arran Cudbard-BellRemove unused code
next