GIT Log for 2009-10-06 23:33 GMT
aland <aland <at> deployingradius.com>
2009-10-06 23:33:02 GMT
commit f2273694594b65174b30680bef077485c9372f92
Author: Alan T. DeKok <aland <at> freeradius.org>
Date: Tue Oct 6 11:28:36 2009 +0200
Forgot to include this...
Files changed:
src/include/smodule.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
======================================================================
commit 9261f3e0026323b2c397af13d02fbc5780908143
Author: Alan T. DeKok <aland <at> freeradius.org>
Date: Tue Oct 6 10:21:45 2009 +0200
Ensure that there is a cleanup event for proxied packets
If there was no reply, clean up, reject, etc. the request.
This doesn't matter so much for normal clients, as they will retransmit
and cause the old request to be deleted from the request hash.
But detail requests have random ports (for other reasons), so
they won't be cleaned up by new packets. Therefore, we need to clean
them up...
Files changed:
src/main/event.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
======================================================================
(Continue reading)