commit f2273694594b65174b30680bef077485c9372f92 Author: Alan T. DeKok <aland@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@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(-) ====================================================================== commit e69be18535bd8b9a2cfb50a9df7cb44e3129ab4c Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Oct 6 10:21:17 2009 +0200 Added more debugging messages Files changed: src/modules/frs_detail/frs_detail.c | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) ====================================================================== commit 6e45792b73caf67c01e4776065c52acc62d28d2b Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Oct 6 08:48:02 2009 +0200 Mark home server dead if it doesn't respond to pings Files changed: src/main/event.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ======================================================================