Document cf_pair_replace
[freeradius.git] / src / main / conffile.c
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
2014-12-31 Arran Cudbard-BellTypo
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-31 Arran Cudbard-BellCoverity CID #1261369
2014-12-30 Arran Cudbard-BellDoxygen
2014-12-30 Arran Cudbard-BellFormatting
2014-12-30 Arran Cudbard-BellFix cf_pair_find_next so it works correctly with a...
2014-12-30 Arran Cudbard-BellDuplicate the pair's filename and line number too in...
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-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-21 Arran Cudbard-BellBackport PW_TYPE_NOT_EMPTY flag
2014-11-26 Alan T. DeKokBe more generous about values for correct escapes
2014-11-24 Alan T. DeKokAllow "if" etc. in the "instantiate" section
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-19 Alan T. DeKokAllow empty strings in "case" statements. Closes #836
2014-11-17 Alan T. DeKokFix new parser for commas, missed in previous commit
2014-11-17 Alan T. DeKokBe more forgiving for bare words in the new parser
2014-10-30 Arran Cudbard-BellSame for prefix
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-21 Alan T. DeKokAllow section name2 to be parsed with correct escapes
2014-10-21 Alan T. DeKokHacks to allow "correct_escapes"
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-BellExpose cf_item_add and cf_pair_alloc
2014-10-05 Alan T. DeKokFix checks for PW_TYPE_FILE_INPUT
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-02 Arran Cudbard-BellIndent condition error markers
2014-10-02 Arran Cudbard-BellOutput variables come first
2014-10-02 Alan T. DeKokStop on comma and EOL, too
2014-10-02 Alan T. DeKokFix comments after module reference.
2014-09-24 Alan T. DeKokBe more careful about expanding conditions in the unico...
2014-09-24 Alan T. DeKokCandyland requires sugar
2014-09-24 Alan T. DeKokMuch magic. Magical land of magical unicorns and happiness
2014-09-23 Alan T. DeKokRemove unused variable
2014-09-23 Alan T. DeKokReduce scope of "start" variable.
2014-09-23 Alan T. DeKokAdd PW_TYPE_MULTI
2014-09-23 Alan T. DeKokUse fr_canonicalize_error()
2014-09-23 Alan T. DeKokDon't use "goto error" and variable named "error"
2014-09-22 Alan T. DeKokAdded cf_section_parse_pass2() for pass2 checks of...
2014-09-11 Arran Cudbard-BellShould be T_INVALID not T_OP_INVALID
2014-08-28 Alan T. DeKokEnsure that the error message has leading tabs, too.
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-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-10 Arran Cudbard-BellFormatting and documentation
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
2014-05-31 Arran Cudbard-BellBetter way of doing wildcards
2014-05-31 Arran Cudbard-BellRe-enable wildcard clients. The clients.conf had a...
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 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-26 Arran Cudbard-BellTighter range constraint on INTEGER types
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-22 Arran Cudbard-BellAdd PW_TYPE_SIGNED and PW_TYPE_INTEGER64 to the conffil...
2014-05-21 Alan T. DeKokActually set timevals
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-20 Alan T. DeKokAdd parser for PW_TYPE_TIMEVAL
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Alan T. DeKokfilenames should be strdup'd
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-07 Arran Cudbard-BellAnything which eventually has the value it got interpre...
2014-05-02 Arran Cudbard-BellRemove warning for duplicate configuration items
2014-05-02 Alan T. DeKokPrint complaints about duplicate configs less often
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-21 Alan T. DeKokCheck correct entry
2014-04-08 Alan T. DeKokRemoved conf2xml and conf2file functionality.
2014-04-08 Alan T. DeKokRemove unused functions
2014-04-08 Alan T. DeKokWarn about duplicate configuration items.
2014-04-07 Alan T. DeKokDon't return pointer out of scope.
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
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-03-28 Alan T. DeKokuse FR_TOKEN, not int. Better error message for parse...
2014-03-25 Alan T. DeKokRemove dead code.
2014-03-21 Alan T. DeKokEnsure if / elsif have the right filename and line...
2014-03-16 Arran Cudbard-BellRemove duplicate fr_strerror_printf declaration
2014-03-11 Alan T. DeKokSpace for clarity
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-19 Arran Cudbard-BellFixup variables and definition names in rbtree code
2014-02-19 Alan T. DeKokBoth name2's may be NULL
2014-02-18 Alan T. DeKokClean up sub_find_name2
2014-02-18 Alan T. DeKokBe more careful in name2_cmp
next