GIT Log for 2011-05-13 23:33 GMT
aland
aland at deployingradius.com
Sat May 14 01:33:01 CEST 2011
commit f05c22d9435cb934ec06caa133b7f476cf2ade69
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri May 13 16:58:16 2011 +0200
Support outer.control in dynamic xlat
Files changed:
src/main/xlat.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
======================================================================
commit 7cb14f8e4243ef36d25b30957bfb88958ef34ed8
Author: Ruslan Shevchenko <ruslan at shevchenko.kiev.ua>
Date: Tue May 10 22:15:26 2011 +0300
added support of dhcp to rlm_ippool
Files changed:
src/include/dhcp.h | 5 +++
src/modules/rlm_ippool/rlm_ippool.c | 49 +++++++++++++++++++++++++++--------
2 files changed, 43 insertions(+), 11 deletions(-)
======================================================================
commit 141258e9fddab3057677bb508369b6db6c2113eb
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri May 13 13:44:35 2011 +0200
Set "last packet" entry for all sockets
This will help us track TCP connections
Files changed:
src/main/listen.c | 1 +
src/main/process.c | 22 ++++++++++++++++++----
2 files changed, 19 insertions(+), 4 deletions(-)
======================================================================
commit 3cb0e2cd0c8b7c81f22453f5c6e13c213eed614d
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri May 13 11:05:08 2011 +0200
Create TLS-* attrs only for EAP, not RadSec
Files changed:
src/main/tls.c | 25 +++++++++++++++++++------
1 files changed, 19 insertions(+), 6 deletions(-)
======================================================================
commit da4bd80476caff4fbd6d4211cf05a1305288dfb9
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri May 13 10:50:40 2011 +0200
Put checks for non-threaded TLS in a better place.
The TLS code requires threads to work.
Files changed:
src/main/listen.c | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
======================================================================
commit 7a93efce7704679e44a0c71b2b31037adb3eea4b
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri May 13 10:44:18 2011 +0200
RadSec sockets don't have a user identity
Files changed:
src/main/tls.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
======================================================================
commit dcdb5c82a2bac03c8275a570415ba3dae02bcc22
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri May 13 10:38:53 2011 +0200
Add support for -P
Files changed:
src/main/radtest.in | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
======================================================================
commit 372dccbbf459c5870dbd129758ebc73bbf9d7f2c
Author: Phil Mayers <p.mayers at imperial.ac.uk>
Date: Tue Apr 19 15:34:27 2011 +0100
add mschap docs
Files changed:
doc/mschap.rst | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 196 insertions(+), 0 deletions(-)
======================================================================
commit 5d1dddb41e7872ed926cb62729aee2d9aad5d589
Author: Phil Mayers <p.mayers at imperial.ac.uk>
Date: Tue Apr 19 15:24:11 2011 +0100
DEBUG message changes to make it more obvious which authentication has failed if we are proxying PEAP/TTLS inner
Files changed:
.../types/rlm_eap_mschapv2/rlm_eap_mschapv2.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
======================================================================
commit 75aa5d0b6aaa91dd07e623dd828213df3fd36009
Author: Phil Mayers <p.mayers at imperial.ac.uk>
Date: Tue Apr 19 15:23:08 2011 +0100
re-work rlm_eap_mschapv2 state machine - handle mschapv2 password changes
Files changed:
.../rlm_eap/types/rlm_eap_mschapv2/eap_mschapv2.h | 3 +-
.../types/rlm_eap_mschapv2/rlm_eap_mschapv2.c | 262 ++++++++++++--------
2 files changed, 158 insertions(+), 107 deletions(-)
======================================================================
commit 6878fcf4833655097c11a347371f55c146e066ca
Author: Phil Mayers <p.mayers at imperial.ac.uk>
Date: Tue Apr 19 15:20:46 2011 +0100
save the new challenge in MS-CHAP-Error, to allow authentication retries to succeed
Files changed:
.../types/rlm_eap_mschapv2/rlm_eap_mschapv2.c | 24 ++++++++++++++++++-
1 files changed, 22 insertions(+), 2 deletions(-)
======================================================================
commit 7ff11d2d5e6f4d58c7661e048c48bea6f254c2cd
Author: Phil Mayers <p.mayers at imperial.ac.uk>
Date: Tue Apr 19 15:16:27 2011 +0100
add support for MS-CHAPv2 password changes to rlm_mschap
Files changed:
raddb/modules/mschap | 26 ++
share/dictionary.freeradius.internal | 2 +
src/include/radius.h | 5 +-
src/modules/rlm_mschap/rlm_mschap.c | 576 ++++++++++++++++++++++++++++++++--
src/modules/rlm_mschap/smbdes.c | 2 +-
src/modules/rlm_mschap/smbdes.h | 1 +
6 files changed, 589 insertions(+), 23 deletions(-)
======================================================================
commit 195c31acfd4864b99516951eb16daa0faed73406
Author: Phil Mayers <p.mayers at imperial.ac.uk>
Date: Tue Apr 19 15:10:11 2011 +0100
split exec functionality into 3 parts
Files changed:
src/include/radiusd.h | 7 ++
src/main/exec.c | 200 ++++++++++++++++++++++++++++++------------------
2 files changed, 132 insertions(+), 75 deletions(-)
======================================================================
commit ed2e9cd1e31722a2711f058551d48f95da97a5c2
Author: Dante <dante at dante.org.uk>
Date: Thu May 12 15:04:54 2011 +0200
Glue TLS code into listen.c
Files changed:
src/main/listen.c | 20 +++++++
src/main/tls.c | 57 ++++++++++++-------
src/modules/rlm_eap/libeap/eap_tls.c | 5 +--
.../rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c | 43 +--------------
4 files changed, 58 insertions(+), 67 deletions(-)
======================================================================
commit b02522813ae39d53d0b647bbd52f76606e716d0b
Author: Alan T. DeKok <aland at freeradius.org>
Date: Thu May 12 15:04:43 2011 +0200
Add rules for attribute encodings
Files changed:
src/tests/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
======================================================================
commit 7a6ef8f47a2fdd49b4a58e03a56b81e9ceed5cea
Author: Alan T. DeKok <aland at freeradius.org>
Date: Thu May 12 15:04:19 2011 +0200
Define EAP-MD5-Password
In preparation for removing radeapclient
Files changed:
share/dictionary.freeradius.internal | 3 +--
src/include/radius.h | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
======================================================================
More information about the Freeradius-Devel
mailing list