import from HEAD:
[freeradius.git] / src / main / radrelay.c
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...