import from HEAD:
[freeradius.git] / src / main / radrelay.c
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-16 aland Use braces. This closes #429
2007-03-05 aland Free packet on error.
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
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-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-16 aland If the packet fails verification, silently drop it.
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-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 nbk Merge revision 1.33 of radrelay.c in branch 1.1
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-07-19 aland Removed radrelay & radsqlrelay
2005-04-28 aland clear out mainconfig, too
2005-04-28 aland radrelay doesn't need read_radius_conf, it needs conf_...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-04-03 nbk Add a test to prevent division by zero.
2005-03-28 nbk Re-arrange the states in the loop() function. The...
2005-01-07 kkalevWhen trying to acquire the detail file lock, sleep...
2004-12-06 kkalevPrint out statistics every so many packets if we are...
2004-12-06 kkalevinline ms_sleep and isdateline
2004-09-29 aland Pull 1.24 fix from the head
2004-09-29 aland May have failed to read a VP.
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-10 aland These don't need radlog_dest any more
2004-04-28 kkalevAdd a one line patch from Martin Seine
2004-04-06 aland Deleted almost all knowledge of auth_port and acct_por...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-23 aland If nothing is in the buffer, deal with it.
2003-09-22 kkalev* When we find a broken attribute and strlen(buf) ...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-30 kkalevFix a silly bug in get_radius_id(). Thanks to Paul...
2003-08-28 kkalevWhen we get to a broken attribute do an fseek to fpos...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-22 kkalev* Use rad_lockfd_nonblock so that we can bail out on...
2003-07-02 kkalevOn retransmissions free the previous radius packet...
2003-06-28 kkalevSleep 140msec between calls to do_send not only 25msec
2003-06-26 kkalevOn retransmissions:
2003-06-25 kkalevOn retransmissions change the radius packet id
2002-12-04 aland Deleted unused variables
2002-10-30 aland Clear the main config, before reading radiusd.conf
2002-10-30 aland Made read_radius_conf_file() return the actual CONF_SE...
2002-10-02 aland Fix simple mistake in checking return value from userp...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-08-26 aland If we don't add the attribute to the list, delete it.
2002-08-13 aland More documentation.
2002-07-08 aland Finalize the radrelay additions, based on Cistron...
2002-06-11 aland Patch to add radrelay (from the Cistron server) to...