GIT Log for 2008-08-25 23:33 GMT

aland aland at deployingradius.com
Tue Aug 26 01:33:01 CEST 2008


commit bb8d116da1194eeee47fd7f59065623737db4068
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Aug 25 11:19:22 2008 +0200

    Cache is off by default.  Document attribute

Files changed:
 raddb/eap.conf |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

======================================================================
commit 7477adf9f80e25fac260e61cdaf6d9b9b1ceb9d1
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Aug 25 11:17:10 2008 +0200

    Enforce session cache enable.
    
    If the cache is disabled, then delete the current entry from
    the list of cached sessions.
    
    Also check for new Allow-Session-Resumption attribute.
    If set to zero, then disallow it for this session, too

Files changed:
 share/dictionary.freeradius.internal               |    6 ---
 src/modules/rlm_eap/libeap/eap_tls.c               |   34 ++------------------
 src/modules/rlm_eap/libeap/eap_tls.h               |    1 -
 .../rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c        |    4 --
 4 files changed, 3 insertions(+), 42 deletions(-)

======================================================================
commit 1509ddf6b4910a96a39f4df608362113ace4bad4
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Aug 25 10:34:28 2008 +0200

    Finish Session Resumption patch - cache User-Name
    
    It just caches User-Name right now, and doesn't do much else.
    But it's slightly better than it was before.

Files changed:
 src/modules/rlm_eap/libeap/cb.c                    |    7 ---
 src/modules/rlm_eap/libeap/eap_tls.c               |   42 --------------------
 src/modules/rlm_eap/libeap/eap_tls.h               |    6 +--
 src/modules/rlm_eap/radeapclient.c                 |    5 --
 src/modules/rlm_eap/types/rlm_eap_peap/peap.c      |    3 +-
 .../rlm_eap/types/rlm_eap_peap/rlm_eap_peap.c      |   17 ++++----
 .../rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c        |   38 +-----------------
 .../rlm_eap/types/rlm_eap_ttls/rlm_eap_ttls.c      |    5 +-
 src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c      |    3 +-
 9 files changed, 19 insertions(+), 107 deletions(-)

======================================================================



More information about the Freeradius-Devel mailing list