commit c6786c12927384ead69afaa38e590aaca0300a9b Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Sep 24 17:12:23 2008 +0200 Get session resumption working for EAP-TLS, too Files changed: src/modules/rlm_eap/libeap/eap_tls.c | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) ====================================================================== commit 1193e18b931d764c533bc5f5b6c5fafdf6f88fd6 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Sep 24 14:30:56 2008 +0200 Renumber MSK and EMSK to match the rest of the code Files changed: src/modules/rlm_wimax/rlm_wimax.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit 0174889e3a03ce0336980c8c9bb63759a2f5457f Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Sep 24 14:05:54 2008 +0200 Move "unknown" client code to common area This simplifies the code (less is better), and enables us to add a central DoS method. From a quick inspection of the code, there appears to be more that can be done. Many of the receive functions have duplicate code, which should be abstracted. Files changed: src/include/radiusd.h | 2 +- src/main/dhcpd.c | 9 +++- src/main/listen.c | 122 +++++++++++++++++++++++++++++-------------------- src/main/vmps.c | 9 +++- 4 files changed, 87 insertions(+), 55 deletions(-) ====================================================================== commit 1724873150ac7f8ce662b1608fba3a03d76f2bf6 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Sep 23 16:53:24 2008 +0200 Added comments describing what to do Files changed: raddb/modules/wimax | 86 +-------------------------------------------------- 1 files changed, 1 insertions(+), 85 deletions(-) ======================================================================