document rlm_otp fd leak fix
[freeradius.git] / src / main / listen.c
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-27 aland Call proxy_listener->send, not listener->send
2006-09-06 aland Pick a proxy port for radrelay
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-07 aland When reading the detail file, look for Packet-Src...
2006-07-01 fcusackimport from branch_1_1:
2006-06-28 aland When we get a new packet, IF the old one is not curren...
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-09 fcusackimport from HEAD:
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-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-11-04 aland On HUP, move proxy sockets, too
2005-11-04 aland More cleanups & leak fixes
2005-11-03 aland Abstract code some more.
2005-10-17 aland When stealing the fd, steal the rl, too
2005-10-07 aland Don't set things twice
2005-09-28 aland Set src ip/port for auth & acct, too.
2005-09-28 aland Set proxy packet src IP & port.
2005-09-14 aland Catch the case where rl_add() fails.
2005-09-13 aland Move request list to using hashes. It ends up being...
2005-09-02 aland Clear out socket information after we've allocated it.
2005-08-10 nbk Print a warning if people are still using the deprecated
2005-08-10 nbk Delete the global variable 'auth_port'.
2005-08-10 nbk Minor fix in listen_init(): proxy socket was listening...
2005-07-22 aland Fix test for port over-ride
2005-07-21 aland prefer shortname, and set it if unset
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-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-07-11 aland Make '-p' work again, and catch some corner cases
2005-06-16 aland Suppress sending rejects *unless* DELAYED_REJECT is...
2005-06-02 aland Use default update function, so we don't core dump...
2005-06-01 aland Update pointers for proxy types. Whoops...
2005-05-31 aland Move net/if.h
2005-05-27 aland Moved per-type data for rad_listen_t to dynamically...
2005-05-27 aland set recv/send/update for "bind_address", too
2005-05-26 aland detail'd packets have a random vector.
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-26 aland A bit better method for seeing if addresses are equal
2005-05-24 aland Look for, and set, timestamp & client IP, so that...
2005-05-23 aland Enabled "bind to device" functionality.
2005-05-20 aland Abstracted listen parse/free/send/recv into callbacks...
2005-05-17 aland Add name for "radiusd.conf" to mainconfig, so that...
2005-05-13 aland Include "identity" in the listen{} section, so that...
2005-05-13 aland Debug information.
2005-05-13 aland Make auth/acct_socket_send into different functions...
2005-05-12 aland Open the detail.work, or detail file (if possible...
2005-05-12 aland Implemented a "max_outstanding" directive for detail...
2005-05-12 aland Multiple integrated patches:
2005-05-12 aland First pass at have a "listen" directive for reading...
2005-05-09 aland By default, try to prevent v4 to v6 mapping
2005-05-05 aland Got rid of more "static" variables, and in the process...
2005-05-03 aland Moved socket code from radiusd.c & mainconfig.c to...