New build path variable
[freeradius.git] / src / main / mainconfig.c
2010-07-26 Alan T. DeKokRevert "Delete control socket when the server exits."
2010-07-26 Alan T. DeKokDelete control socket when the server exits.
2010-06-28 Alan T. DeKokBuild on systems without setuid
2010-05-04 Alan T. DeKokEnable core dumps after suid_down
2010-03-06 Alan T. DeKokClean up log file handling. Fixes bug #63
2009-12-15 Alan T. DeKokIf we have "user=foo", and we're ALREADY running as...
2009-11-17 Alan T. DeKokMove user/group/chroot/core to bootstrap config
2009-08-18 Alan T. DeKokFix args to printfy
2009-07-27 Alan T. DeKokMove chown to place where it checks for log file existence
2009-07-17 Alan T. DeKoksuid down earlier, ensure log files have correct ownership
2009-07-02 Alan T. DeKokExtend the logging capabilities of auth good/badpass
2009-05-24 Alan T. DeKokAdd notes
2009-04-23 Alan T. DeKokReload module configuration on HUP
2009-04-23 Alan T. DeKokAllow virtual servers to be reloaded dynamically on HUP
2009-04-23 Alan T. DeKokMoved HUP code to mainconfig
2009-03-11 Alan T. DeKokDon't use -1 for size_t
2009-02-13 Alan T. DeKokFix handling of "debug file [filename]"
2009-01-06 Alan T. DeKokCheck for setuid, and use those checks
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-14 Alan T. DeKokChange where we do suid up/down.
2008-11-27 Alan T. DeKokPermanently switch UID only if we succeed in doing...
2008-10-15 Alan T. DeKokTemporarily drop permissions
2008-09-14 Alan T. DeKokmore #ifdef wrappers
2008-09-09 Alan T. DeKokSet per-request flag based on debug condition
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-03 aland Reading global clients list is required...
2008-07-02 aland Load clients only from listen sockets, not from mainco...
2008-07-01 aland Added 'debug_file". where debugging output goes
2008-06-30 aland Allow controllable log file output, based on xlat.
2008-06-13 aland Added "security" section back. Closes #566
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-15 aland Clean up log handling && chroot handling. It now...
2008-05-15 aland Moved chroot() to earlier in the configuration
2008-05-14 aland Do setuid/setgid earlier in the boot process.
2008-05-09 aland If radlog_dest is set from the command line, use a...
2008-03-06 aland Add '-l logfile' back again (it's good for something)
2008-03-05 aland Don't make old log_foo over-ride new one. This closes...
2008-01-21 aland Parse log_* && log{} before doing anything else.
2008-01-08 aland Expand %{config: ...} sub-strings
2008-01-05 aland Removed unused variables
2008-01-05 aland Re-arrange parsing of things so that people's existing
2007-12-31 aland Better way of handling dictionaries
2007-12-31 aland*** empty log message ***
2007-12-31 aland Add "dictionary" config item, so dictionaries don...
2007-12-31 aland Added '-n name' back again. It's too useful to live...
2007-12-27 aland Move log_foo into log { foo .. } for clarity.
2007-12-27 aland Make the log directory only if we're not in debugging...
2007-12-02 aland Call lt_dlexit() AFTER detach modules.
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 More changes to make a common naming scheme. This...
2007-11-11 aland Make cf_reference_item public, so it can be used in
2007-10-18 aland Parse clients from the main config section, which...
2007-10-16 aland Print that core dumps are enabled
2007-10-15 aland Clarify code allowing core dumps
2007-10-09 aland Move uid_name and gid_name out of global variable...
2007-10-09 aland Added %{client:foo} expansion
2007-10-03 aland More re-arrangements to clarify the code.
2007-09-28 aland No longer reference mainconfig.clients
2007-09-26 aland Now that we have request->root, we don't need to call
2007-09-26 aland Moved snmp config from global to local variables.
2007-09-26 aland Removed all references to "mainconfig" from realms.c.
2007-08-30 aland Replaced calls to exit(1) with better code
2007-08-13 aland Pulled fix from branch_1_1
2007-06-29 aland Pass CONF_SECTION to listen_init(), for better error...
2007-06-28 aland Pass correct arguments
2007-06-28 aland Pass CONF_SECTION to setup_modules(), in preparation for
2007-06-19 aland More use of new cf_section_filename(cs) API
2007-06-19 aland Use new conf filename api
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-15 aland Print out copyright statement when starting in debuggi...
2007-05-14 nbk Delete trailing whitespace.
2007-04-17 aland removed unused variable
2007-04-17 aland Remove array of old configs on HUP
2007-04-16 aland Allow HUPs to work from debugging mode, and to NOT...
2007-04-14 aland revert earlier change
2007-04-14 aland Check for more #ifdef's
2007-04-11 aland Quench reject_delay to be no less than zero
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland free(c) on error.
2007-04-07 aland free(c) on error.
2007-04-07 aland free(this) on error.
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-04-03 aland Massive change to the server core to remove horrid...
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-20 fcusack remove delete_blocked_requests option due to unsafe...
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-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-13 aland Free allocated memory
next