import from HEAD
[freeradius.git] / src / main / proxy.c
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-09-11 aland get rid of race condition on proxying by moving the...
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-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 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-10-31 nbk Always use a "switch" statement after calling the...
2005-10-08 nbk Don't free the check items in proxy_receive(): simulta...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Add notes about future FIXME's
2005-07-28 nbk Check the value of realm->striprealm before overwritin...
2005-05-31 aland Add re-transmits of accounting packets back in, that...
2005-05-24 aland For accounting requests which came from a detail liste...
2005-05-12 aland use rad_listen_t here, too.
2005-04-27 aland Don't include libradius.h, we're including radiusd...
2005-04-21 aland Preparations for IPv6 done.
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-02-22 nbk Execute modules in {Pre,Post}-Proxy-Type stanzas ...
2004-05-28 aland use Stripped-User-Name for proxied packets, independen...
2004-05-19 aland Made "live" new code to allocate packet Id's on a...
2004-05-14 aland Moved rl_add_proxy from radiusd.c to proxy.c, so we can
2004-04-14 aland A few more assertions about fake packets.
2004-04-12 aland Added more debug messages for people who misconfigure...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-24 aland If users set Proxy-To-Realm, and the realm is LOCAL...
2004-01-05 aland Removed restriction that there be no more than 32...
2003-12-03 aland When a REQUEST is proxied, set the option that it...
2003-11-28 aland Re-arrange the proxy code, to group the "massage the...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-23 aland Get rid of replication code, as it hasn't been used...
2003-06-26 aland If we have Auth-Type := Reject, then don't proxy it.
2003-02-14 aland If the 'authorize' section has decided to reject the...
2003-02-04 aland Run post-proxy BEFORE playing any games with the proxy...
2002-12-23 aland Add calls to the new post_proxy section.
2002-12-04 aland Wake up any sleeping realms.
2002-12-04 aland New load balancing code, based on scattering the proxied
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-10-01 aland Implemented pre-proxy callbacks. The proxy_send(...
2002-07-29 aland raddb/dictionary add encrypt flag for User-Password
2002-06-07 aland Removed unused variables
2002-05-29 aland Use port-specific checking for realms, now that we...
2002-03-07 aland Delay sending the proxied packet until after we've...
2002-02-19 aland In proxy_send(), if there is no realm to proxy the...
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2001-11-06 cparker Fixed bug where having remote authhost and LOCAL accth...
2001-11-05 aland Parse 'accthost' from the realm confgiruation, and...
2001-10-09 aland A "LOCAL" realm means that it doesn't have to appear...
2001-08-29 aland Added 'original' packet to rad_send(), so that it...
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-01-24 miquels* Corrected spelling of my name in several .c files
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-15 cparkercparker - Fixed a problem in which proxied requests...
2000-11-22 aland removed un-needed variable
2000-11-21 aland removed 'allowed' and 'trusted' attributes from the...
2000-11-20 aland updated the arguments to pairfree()
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-10-12 jcarnealJeff Carneal <jeff@apex.net>
2000-09-25 aland changed hard-coded 0x7f00000001 to INADDR_LOOPBACK...
2000-09-25 aland if the realm is a LOCAL one, then still add the 'Realm...
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-07-27 aland removed the #if 0 stuff, as the code I wrote was broken,
2000-07-27 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-13 aland more paranoid 'const'
2000-04-12 aland When telling the main server how long to wait in the...
2000-04-05 aland remove untrusted attributes, again.
2000-04-05 aland we don't need to retain a copy of the proxy request...
2000-04-04 aland when trying to copy one VP, don't call paircopy()...
2000-04-04 aland removed last touches of parts of old (now unused)...
2000-04-04 aland first pass at updating the proxy code to work with...
next