GIT Log for 2009-01-31 00:33 GMT
commit 0d0e1aad28d8ba78c489c6ab320bb76f949326ea Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jan 30 11:24:11 2009 +0100 Added UNUSED Files changed: src/main/radwho.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit f99c549ea2d2cf03847f9ba886b3943db921ab52 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jan 30 11:23:13 2009 +0100 Save string for regexes Files changed: src/lib/valuepair.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ====================================================================== commit ee118a0910318f715b630e744a70ffef9292156f Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jan 30 11:20:32 2009 +0100 Simplified patch from b4c873 Files changed: src/modules/frs_vmps/vqp.c | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) ====================================================================== commit 0d70d8ee883760ba91a5b0771da411a23d517984 Author: Arnaud Ebalard <arno@natisbad.org> Date: Fri Jan 30 11:16:37 2009 +0100 Fix broken EAP-TLS (bug introduced 2008/08/24 by b51a3a82) Thu, 29 Jan 2009 16:31:10 +0100 To: aland <aland@deployingradius.com> CC: Axel Tillequin <axel.tillequin@eads.net>, FreeRadius developers mailing list <freeradius-devel@lists.freeradius.org> Hi, As explained in previous mails of the thread, FreeRadius EAP-TLS support is broken (the EAP encapsulated TLS ChangeCipherSpec and TLS Finished messages are not sent). Bisecting the issue led me here: commit b51a3a82edb797f5d0a2758bd1a38359d6f66803 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Aug 24 10:04:55 2008 +0200 Clean up debug && log messages AFAICT, the test that prevented eaptls_ack_handler() to return EAPTLS_SUCCESS *before* flushing remaining local messages (i.e. returning EAPTLS_REQUEST so that they be sent to the peer to complete the TLS handshake) was removed in that commit. The patch below is against current git tree. With Axel, we tested the fix with 2.1.3: it corrects the issue. Cheers, a+ Signed-off-by: Arnaud Ebalard <arno@natisbad.org> Tested-by: Axel Tillequin <axel.tillequin@gmail.com> Files changed: src/modules/rlm_eap/libeap/eap_tls.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ====================================================================== commit 58b1b58ba6a71f5ed0c5b0d2edf054561e7e83e6 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jan 30 11:13:48 2009 +0100 Corrected typo Files changed: src/lib/misc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit b231705c488c4308a59b5270f21acdb6f271d486 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Jan 29 12:55:47 2009 +0100 Chop ethernet frame to 253 rather than rejecting the packet Conflicts: src/modules/frs_vmps/vqp.c Files changed: src/modules/frs_vmps/vqp.c | 31 +++++++++---------------------- 1 files changed, 9 insertions(+), 22 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com