Replaced DEBUG2 stuff with log of config/modules, to make it
[freeradius.git] / src / main / conffile.c
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
2007-05-14 nbk Delete trailing whitespace.
2007-05-03 aland Standardized format for debugging output, after a...
2007-05-03 aland More readable debug output
2007-05-03 aland Reformatted debug output to make it easier to read
2007-04-19 aland cf_data_add() sends us a static string. cf_data_add_i...
2007-04-14 aland Check for more #ifdef's
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland On continuation, die if the buffer is nearing full.
2007-04-07 aland Add templates, which are taken from an idea by Arran...
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-09 aland be a little more flexible in cf_section_parse_free
2007-03-05 aland Don't allow escapes (\\) if the input buffer is full
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-12 aland Free the parsed data prior to calling the modules...
2007-02-12 aland Added code to free module configuration automagically.
2007-02-12 aland Corrected typo
2007-02-12 aland Include filenames, too
2007-02-12 aland Added 'base' and 'variables' to CONF_SECTION, so that the
2007-02-12 aland Added 'base' and 'variables' to a CONF_SECTION, which...
2007-02-09 aland Don't start if radius_dir is globally writable
2007-02-09 aland Don't allow radius_dir to be globally writable
2007-02-06 aland Return -1 on error, not NULL
2007-01-30 aland Don't allow globally readable or writeable configurati...
2007-01-30 aland Don't start if the config files are globally readable...
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-05 aland Don't call cf_section_read() recursively. Instead...
2006-09-05 aland Catch more cases of start section without end, and...
2006-09-05 aland Separate reading of a file from $INCLUDEing a file.
2006-09-01 aland cf_section_read() is called from two places:
2006-08-18 aland Pulled from branch_1_1
2006-08-18 aland Use correct catch for lines that are too long\18
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-04-19 aland Port cf_item_is_pair() from the head
2006-04-19 aland add cf_item_is_pair() for completeness
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
next