perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / main / request_list.c
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...