import from HEAD
[freeradius.git] / src / main / mainconfig.c
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...
2005-03-02 aland Re-enable '-i ipaddr' and '-p port'.
2005-03-01 aland More/better error messages.
2005-02-28 aland Moved copy_string && copy_var from exec.c to util...
2005-02-28 aland Minor fix to xlat config
2005-02-28 aland Allow %{config: section[name2][item]}
2005-02-15 aland The whole 2-names for sections confuses the %{config...
2004-12-14 aland Updated error messages for %{config:...}
2004-10-20 aland include parsing for new proxy fail directive, which...
2004-09-30 aland Pull udpfromto fix from the HEAD
2004-09-22 aland Include code to make udpfromto work.
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-10 aland Permit logging to syslog, after:
2004-06-08 aland Pull fix from the head.
2004-06-08 aland Check for old socket after initializing port
2004-06-02 aland Pull fix from the head
2004-06-02 aland Actually set the port
2004-05-28 aland Get rid of "proxyfd", and use the new rad_listen_t...
2004-05-16 aland Deleted unwanted fprintf
2004-05-16 aland Not all systems have initgroups.
2004-05-03 phampsonDon't barf if initgroups fails with EPERM:
2004-05-01 phampsonUse initgroups to enable supplementary groups for switc...
2004-04-07 aland Allow netmasks of /0.
2004-04-07 aland And once more cleaned up handling of new "listen"...
next