commit 104143a884d39712b478e19802da9297ec556b2f Author: Alan T. DeKok <aland@freeradius.org> Date: Thu May 7 12:14:26 2009 +0200 Added ability to send mail when something goes wrong This is rate-limited to once per hour, and includes the last portion of the log file. Files changed: scripts/radwatch.in | 74 ++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 64 insertions(+), 10 deletions(-) ====================================================================== commit f427645a17784deb20c17cb0c1b9ab5e6335b285 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu May 7 11:52:41 2009 +0200 Fixed sleep to be in one location. Files changed: scripts/radwatch.in | 29 +++++++++++++++++++++-------- 1 files changed, 21 insertions(+), 8 deletions(-) ====================================================================== commit f52f9b07fb8bda42e50216ec1fbf5ea805f20547 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu May 7 10:55:58 2009 +0200 Check before dereference Files changed: src/main/conffile.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) ====================================================================== commit 0493f4c74aa8047588d0df22683e0fcc8e3a146b Author: Alan T. DeKok <aland@freeradius.org> Date: Thu May 7 10:43:27 2009 +0200 Add option "include_length" for TTLS, too. We've always set it to "yes" in the past, by inheriting the value from the TLS configuration. In contrast, PEAP always sets it to "no". However... RFC 5281 says that we should set it to "no". Since the previous code works with everyone, we don't want to change the defaults. But we DO add the flag that allows it to be RFC compliant.y Files changed: raddb/eap.conf | 5 +++++ .../rlm_eap/types/rlm_eap_ttls/rlm_eap_ttls.c | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com