Declare more things as arrays
[freeradius.git] / src / main / conffile.c
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
2014-02-18 Alan T. DeKokFix double insert error
2014-02-18 Alan T. DeKokIt's not an assert if the section tree doesn't exist
2014-02-18 Alan T. DeKokFix build problem
2014-02-18 Alan T. DeKokRevert to working code
2014-02-18 Alan T. DeKokname2_tree may be NULL
2014-02-18 Alan T. DeKokClean up code
2014-02-18 Alan T. DeKokFix typo in last commit
2014-02-18 Alan T. DeKokmore clang analyzer fixes.
2014-02-18 Alan T. DeKokCheck for (name, NULL) properly
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-11 Alan T. DeKokAllow horrible hack again.
2014-02-11 Alan T. DeKokFix typo in last commit
2014-02-11 Alan T. DeKokFix templating code.
2014-02-11 Alan T. DeKokRemove templating from cf_pair_find().
2014-02-11 Alan T. DeKokRemove cf_section_template(). No one uses it
2014-02-10 Alan T. DeKokfixes to cf_section_sub_find_name2
2014-02-09 Arran Cudbard-BellOutput why we couldn't open the file 'does not exist...
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-26 Alan T. DeKokAllow "no overwrite" for config variables
2014-01-21 Alan T. DeKokFix scan warnings
2013-12-09 Arran Cudbard-Bellbase_dn is no longer required
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-05 Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-09-03 Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-09-03 Arran Cudbard-BellFix ${value} expansion in backticked config pairs
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-21 Alan Buxeymore spelling issues cleared
2013-07-15 Arran Cudbard-BellCompare both offset and data fields when determining...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellUse <INVALID> instead of ¿unknown? to be consistent...
2013-07-03 Arran Cudbard-BellFormatting
2013-07-03 Alan T. DeKokFix up uses of talloc
2013-07-02 Arran Cudbard-BellBe nice, and print out the name of the new config item...
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-06-27 Arran Cudbard-BellConvert missed free() in cf_item_parse
2013-06-27 Arran Cudbard-BellDon't assume that properties are the last things in...
2013-06-27 Arran Cudbard-BellAllow parent section to be referenced anonymously ...
2013-06-27 Alan T. DeKokHacks to make mods-config/.../ work better
2013-06-23 Arran Cudbard-BellMerge pull request #322 from armitasp/master
2013-06-23 Alan T. DeKokExpand ${...} before parsing conditions. Closes #318
2013-06-18 Alan T. DeKokMake error message a bit more cleart
2013-05-21 Alan T. DeKokInfinite loops are bad.
2013-05-09 skidsgrammar correction in comments
2013-05-05 Arran Cudbard-BellAdvance ptr
2013-05-05 Arran Cudbard-BellGCC fix
2013-05-05 Arran Cudbard-BellHack for section references
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
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-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellMore GCC fixes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
next