import from HEAD:
[freeradius.git] / src / main / request_list.c
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-13 aland Initialize variable. Bug caught by Joe Maimon
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-30 aland Remember the proxying IP address.
2005-11-28 aland Clean up time passed calculation (again)
2005-11-11 aland Include files used to build the server are now <freera...
2005-11-07 aland On deleting the request list, kill any live threads...
2005-10-17 aland Catch even more corner cases.
2005-10-17 aland Catch the time when we're supposed to send delayed...
2005-09-28 aland Make the hashing a little better
2005-09-27 aland Fix potential hash collision issues by a yucky hack.
2005-09-14 aland Catch the case where rl_add() fails.
2005-09-14 aland Clean up the request list. "request->container" is...
2005-09-13 aland Move request list to using hashes. It ends up being...
2005-09-02 aland New function: rl_yank(). It works like rl_delete...
2005-07-25 aland Use new realm disable & stuff
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-06-16 aland Suppress sending rejects *unless* DELAYED_REJECT is...
2005-05-31 aland Add re-transmits of accounting packets back in, that...
2005-05-28 aland More fixes to refresh_request.
2005-05-27 aland Rename structure elements for sanity
2005-05-26 aland Make new request_list_t structure, and return it from...
2005-05-12 aland Multiple integrated patches:
2005-05-04 aland Prototypes for functions in main/listen.c
2005-04-27 aland Fixed typo
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-20 aland Don't do #ifdef AF_INET6, as it's always defined now
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-10-20 aland Don't mark a request finished until the post-proxy...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-27 aland Cleanup request list, if asked
2004-06-10 aland Add two new fields to the REQUEST: module & component.
2004-06-01 aland Pull fix for debugging assertions from the head
2004-06-01 aland Added code to help with assertions
2004-05-31 aland Move fix from the head to the branch release_1_0_0_pre1
2004-05-31 aland If there's a proxied packet, and we're still waiting...
2004-05-28 aland If new proxy FD's were allocated without the current...
2004-05-28 aland Get rid of "proxyfd", and use the new rad_listen_t...
2004-05-19 aland Made "live" new code to allocate packet Id's on a...
2004-05-14 aland When deleting a request, do NOT clean up the proxy...
2004-05-14 aland Well, duh. Insert the entry into the tree after alloc...
2004-05-14 aland More debugging messages for new proxy ID allocation
2004-05-14 aland Initialize the mutex if we have pthread.h
2004-05-07 aland New (not compiled) code to allocate RADIUS Id's for...
2004-05-07 aland Use sockfd to manage trees for proxied packets, too
2004-04-12 aland Now that we have multiple listening sockets, key off...
2004-03-25 aland Made rbtree code handling for proxying request live.
2004-03-02 aland When proxying synchronously, if retry_delay * retry_count
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-23 aland After finding a request in the proxy tree, remove...
2004-02-19 aland Added rl_add_proxy() to request_list.c, and made radiu...
2004-02-19 aland Added commented-out Red-black tree lookups for the...
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-05 aland Re-arranged the rad_check_list & proxy_check_list...
2003-12-05 aland container is a ptr, not a ptr to a ptr
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-03-07 aland Minor fix for apparent bug # 108
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-01 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-06 cparkercparker - Fixed bug that caused proxy replies to be...
2000-11-29 cmiller Found another possible NULL deref point. Alan's(...
2000-11-29 cmillerFixed NULL deref. Sorry, Jeff!
2000-11-27 cmiller Generalized REQUEST structure so that core code really...
2000-11-20 aland <whew>! Finally made the 'request_list' structure...
2000-11-20 aland walk over 255 or 256 ID's
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-11-18 jcarnealJeff Carneal <jeff@apex.net>
2000-11-17 aland new function: rl_num_requests(), which returns the...
2000-11-17 aland added rl_next() function, which walks through the...
2000-11-16 aland minor cleanups
2000-11-16 aland moved more code into the request_list source file...
2000-11-13 aland new files to handle the REQUEST_LIST data structure...