Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / mainconfig.c
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
2007-02-12 aland Free allocated memory
2007-02-09 aland Be more aggressive about freeing memory on clean exit.
2007-02-09 aland Free more stuff on exit
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 One more check
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-18 nbk Fix a corner case where the proxy port isn't set either in
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-20 mgriegoIf we're using syslog, we have to parse the log {}...
2006-09-05 aland Separate reading of a file from $INCLUDEing a file.
2006-08-24 aland If debugging, set output to stdout.
2006-08-23 aland Until we read radiusd.conf, all errors should go to...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Don't free cs if it was uninitialized
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-18 aland close bug #361
2006-04-12 aland Set dumpable on Linux
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:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-07 nbk Fix the location of the configuration file in the...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-13 aland Free strdup'd memory
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-29 nbk Include "request_list.h", too.
2005-09-27 aland Fix potential hash collision issues by a yucky hack.
2005-09-23 nbk Limit the length of string radiusd_conf always to...
2005-09-21 nbk Fix compilation warnings.
2005-09-14 aland Allow NULL as the log destination, in which case logs...
2005-09-01 aland Update the way we handle parsing subsections, to avoid...
2005-08-31 aland Don't return NULL from a function that returns 'int'
2005-08-22 aland Removed support for old-style "naslist" file, and...
2005-08-22 aland Removed support for old-style "clients" file, as it...
2005-08-19 aland return correct return code on error
2005-08-18 aland On HUP, migrate the module configuration from the...
2005-08-18 aland Got rid of read_radius_conf(), as it's no longer needed
2005-08-18 aland Moved call to setup_modules() from server core to...
2005-08-11 aland Removed {lower,nospace}_{user,pass}. They're terrible...
2005-08-10 nbk Delete the global variable 'auth_port'.
2005-08-08 nbk Delete post_proxy_authorize. The modules dealing with...
2005-08-01 aland Removed usercollide functionality. It can be done...
2005-07-21 aland Allow multiple "listen" sections to use the same clien...
2005-07-21 aland Added support for per-socket client lists.
2005-07-19 aland Enable SNMP support for clients again.
2005-07-18 aland Call client_free() if client_add() fails.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-06-20 aland Properly initialize radlog_dest
2005-05-26 aland Fix offset for xlat_config
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-25 aland Ignore RADIUS clients by keying off of the listeners...
2005-05-17 aland left over from last commit
2005-05-11 raghuIPv6 clients can now be configured, listened and respon...
2005-05-04 aland Allow IPv6 for clients, too.
2005-05-03 aland Moved socket code from radiusd.c & mainconfig.c to...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-22 aland remove length restrictions on strings in RADCLIENT...
2005-04-22 aland clean up the parsing code a little more
2005-04-21 aland allow IPv6 in listen{} sections.
2005-04-21 aland rad_listen_t now has lrad_ipaddr_t instead of uint32_t
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-08 aland 'static' to 'static const'
2005-03-03 aland chown radius.log, if we've written to it as root.root...
next