backport from HEAD
[freeradius.git] / src / main / mainconfig.c
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"...
2004-04-07 aland Cleaned up old_listen_init
2004-04-06 aland Re-use socket FD's on HUP
2004-04-06 aland Deleted almost all knowledge of auth_port and acct_por...
2004-04-06 aland Implemented support for multiple listen{} directives.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-23 aland If the host isn't found, die.
2004-01-12 aland When printing 'size_t' numbers, we *really* should...
2003-11-20 mcr change prototype to use "size_t" since it is a buffer...
2003-07-22 aland pull patch from the head
2003-07-22 aland re-arrange, to avoid core dumps.
2003-05-28 aland Don't die if accthost/authost aren't defined.
2003-05-21 cparkerFixed bug in reporting authserver in warnings when...
2003-04-09 aland Patch from Chris Brotsos: If all home servers for...
2003-02-19 cmillerMore mask code. Identical, in fact.
2003-02-13 aland Reverted changes referencing dict_dir and datadir...
2003-02-06 aland Change the default for 'dictdir' to NULL, so that...
2003-01-24 aland Define datadir
2003-01-24 aland OK, datadir is now ${prefix}/share, which is what...
2003-01-23 aland Updated the install, config file, and config reader...
2002-12-23 aland Now that we're about to add post-proxying, add a confi...
2002-12-09 aland Don't try to use radlog_dir in a debugging/error messa...
2002-12-06 aland Sanity check load-balancing for realms
2002-12-04 aland Removed 'max proxies', as there's no need for a hard...
2002-12-02 aland Use str2int stuff to parse values
2002-12-02 aland Added top-level 'snmp' configuration directive, so...
2002-11-12 aland Made Status-Server support configurable, so that peopl...
2002-11-01 aland Include netinet/in.h before radius specific stuff
2002-11-01 aland Moved core dump handling back to radiusd.c
2002-10-30 aland Made read_radius_conf_file() return the actual CONF_SE...
2002-10-30 aland New 'free mainconfig' function, to remove more code...