Remove support for deprecated command-line options
[freeradius.git] / src / main / radiusd.c
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...
2003-12-15 aland Set src IP & port for reply, based on the dst IP ...
2003-12-12 aland Don't bother waiting for child threads if there are...
2003-12-12 aland Corrected typo.
2003-12-11 aland Moved request list walking functions from radiusd...
2003-12-10 aland A slightly better way of incrementing SNMP counters...
2003-12-10 aland Keep more SNMP statistics about packets dropped, sent...
2003-12-10 aland Minor re-arrangement
2003-12-10 aland When checking new request or proxy reply, don't bother...
2003-12-05 aland Re-arranged the rad_check_list & proxy_check_list...
2003-12-03 aland When a REQUEST is proxied, set the option that it...
2003-11-20 mcr mark arguments as UNUSED.
2003-10-04 phampsonfreeradius -h is no longer an error.
2003-09-24 aland If a request was rejected, do it only once.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-28 phampsonPull from CVS branch_0_9: Don't look for threading...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-30 aland Don't look for threading functions if it's built witho...
2003-07-23 aland request_alloc() and request_alloc_fake(), to allocate...
2003-07-16 aland Pull patch from the head
2003-07-16 aland memset is your friend. Not all platforms have sa_siga...
2003-07-07 aland Apparently RedHat 9 doesn't like the use of 'signal...
2003-04-22 aland If we're re-processing the request, re-set *all* param...
2003-04-15 aland When deleting requests from the list/cache, delete...
2003-03-18 aland Don't fall through from default to reject
2003-03-15 aland 'switch' is better than whacks of 'if's.
2003-03-10 cparkerPatch to fix potential core-dump on race condition...
2003-02-19 aland Don't call client_name() on proxy packets. Instead...
2003-02-17 aland If runnin in non-threaded, single-server mode, do...
2003-02-14 aland removed more garbage functions
2003-01-31 aland Removed 'static' functions from the radiusd header...
2003-01-30 aland If we don't have threads, then force the server to...
2002-12-23 aland Add calls to the new post_proxy section.
2002-12-02 aland Deleted round-robin code, as we're about to commit...
2002-12-02 aland Added top-level 'snmp' configuration directive, so...
2002-11-29 aland Added 'last reply' field to 'realm' structure. Every...
2002-11-28 aland Allow status server to NOT core dump, if it's turned...
2002-11-12 aland Made Status-Server support configurable, so that peopl...
2002-11-01 aland Moved core dump handling back to radiusd.c
2002-10-30 aland New 'free mainconfig' function, to remove more code...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-27 aland Correct stupid typos in the use of 'kill'
2002-10-25 aland Updated killing of children when the server receives...
2002-10-21 aland If asked to exit, ALWAYS exit, even if there are packe...
2002-10-21 aland Enable SIGTERM to shut down the server a little more...
2002-10-17 aland Added Status-Server support, stolen shamelessly from...
2002-10-15 aland Read the location of 'checkrad' from the configuration...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-10-01 aland Implemented pre-proxy callbacks. The proxy_send(...
2002-09-13 aland Corrected typo in last commit
2002-09-13 aland Deleted compile-time definition for 'radius.log',...
2002-09-02 kkalevFix a server crash when a thread handling a request...
2002-07-11 aland Removed 'use_dbm' variable, which is unused anywhere...
2002-07-08 aland Make Exec-Program and Exec-Program-Wait work in debugg...
2002-07-04 aland If there's an error reading the configuration files...
2002-06-25 cparker Change behaviour so that if user/group are specified...
2002-06-20 aland If we receive a duplicate reply from the home server...
2002-06-04 cparker Correct order of arguments to debug statement.
2002-06-03 aland In refresh_request(), if the home server never respond...
2002-06-03 aland Don't bother reprocessing usernames/passwords through the
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-05-22 aland Enable new code to handle forking child programs,...
2002-05-14 aland Re-arrange some of the code in rad_check_list() to...
2002-05-09 aland If we're proxying, we may not be able to sleep forever...
2002-05-06 aland If we're delaying the reject message, then don't delet...
2002-03-20 aland Removed references to 'nas_name2', and "NAS" in log...
2002-03-08 aland Use maxfd+1 for select
2002-03-07 aland Fix a logic bug in refresh_request(). If the request...
2002-03-06 aland Don't use a hard-coded '32' for the select over the...
2002-02-19 aland In proxy_send(), if there is no realm to proxy the...
next