port fix from branch_1_1
[freeradius.git] / src / main / radiusd.c
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-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 Added '-m' option from 1.1
2007-02-12 aland Added undocumented '-m' so that for debugging, CTRL...
2007-02-09 aland Cleaned up exec stuff, to make it more like the CVS...
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 'X' means 'print 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 Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-16 aland If the packet fails verification, silently drop it.
2006-05-09 fcusackimport from HEAD:
2006-05-02 aland mainconfig.radiusd_conf is dynamically allocated,...
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:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-28 aland Pull fix from the head
2005-12-28 aland wait for active threads only if we have spawned them.
2005-12-14 nbkPull from CVS head:
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-25 nbk Add the attribute "noreturn" to the functions that...
2005-09-23 nbk Check whether strings were allocated already.
2005-09-23 nbk Limit the length of string radiusd_conf always to...
2005-08-18 aland Moved call to setup_modules() from server core to...
2005-07-11 aland Initialize modules AFTER forking, which may help some...
2005-05-27 aland Moved per-type data for rad_listen_t to dynamically...
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-25 aland Set "name", via '-n'
2005-05-17 aland Add name for "radiusd.conf" to mainconfig, so that...
2005-05-12 aland Multiple integrated patches:
2005-05-05 aland Allow for IPv6, and correct a typo
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-21 aland Better debug/error messages
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-03-25 mgriegoPOSIX says that if a signal handler returns from handli...
2005-03-02 aland Re-enable '-i ipaddr' and '-p port'.
2005-02-15 aland Move SIGCHLD handler to threads.c, no one else needs it
2005-02-11 aland Fixed typo
2005-02-09 aland Whoops, use dup(),not dup2()
2005-02-09 aland When log_dest == stdout/stderr, DUP it to another...
2004-10-20 aland move rad_respond() to threads.c. It's not the perfect...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-09-04 phampsonSilently drop packets with a bad Message-Authenticator...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-27 aland Include commented-out code which can be used to debug...
2004-08-27 aland Removed unnecessary xfree, and all references to it
2004-08-10 kkalevMove a few paircompare functions for specific attribute...
2004-07-05 aland Move r1.323 to the branch, so it will build on systems...
2004-07-05 aland If we don't have pthreads, don't call thread pool...
2004-06-10 aland Permit logging to syslog, after:
2004-05-28 aland Get rid of "proxyfd", and use the new rad_listen_t...
2004-05-14 aland Moved rl_add_proxy from radiusd.c to proxy.c, so we can
2004-05-12 aland Removed extraneous exit(0)
2004-04-14 aland A few more assertions about fake packets.
2004-04-12 aland Now that we have a "listener", with IP & port, set...
2004-04-06 aland Deleted almost all knowledge of auth_port and acct_por...
2004-04-06 aland Fix SNMP build for new listen{} directives
2004-04-06 aland Implemented support for multiple listen{} directives.
2004-03-08 aland -X means debug_flag +=2.
2004-03-02 mgriegoMust have a semicolon at the end of the line.
2004-03-02 mgriegoMake 'radiusd -s' not daemonize like the man page says...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-19 aland Added rl_add_proxy() to request_list.c, and made radiu...
2004-01-13 aland Move the "waitpid" code to after the check for error...
2004-01-12 aland Correct type of PID used in signal handler.
2004-01-12 aland Cleaned up request handling logic. I'm not sure what...
next