GIT Log for 2009-07-03 23:33 GMT

aland aland at deployingradius.com
Sat Jul 4 01:33:02 CEST 2009


commit e839423eac9b28e09e4e82a0aa5219b63707c893
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Jul 3 22:08:18 2009 +0200

    Preliminary implementation of DHCP relay
    
    For now, it can only relay packets if giaddr = 0.
    If giaddr != 0, we are required to cache the packet by XID/MAC, so that
    we can capture the response on the DHCP port, look up the XID/MAC, and
    respond to the client.
    
    We will also need to update the fr_dhcp_encode function, which can
    currently only respond to clients, and not originate packets.

Files changed:
 share/dictionary.dhcp           |    2 +
 src/modules/frs_dhcp/frs_dhcp.c |   65 ++++++++++++++++++++++++++++++++++++++-
 2 files changed, 66 insertions(+), 1 deletions(-)

======================================================================
commit 62eb9d6635f81f4c4624d30e572a72f7306e292e
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Jul 3 18:16:15 2009 +0200

    Use new name

Files changed:
 src/lib/print.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

======================================================================
commit 7749a477fc09d325c8546b7f4b07e26c98795f59
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Jul 3 13:13:08 2009 +0200

    Suppress more messages in debugging mode

Files changed:
 src/modules/rlm_mschap/rlm_mschap.c |   55 +++++++++++++++-------------------
 1 files changed, 24 insertions(+), 31 deletions(-)

======================================================================
commit bda6e7b3b54e16b608dacdcc796801ae6a14e789
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Jul 3 09:34:21 2009 +0200

    First draft of CUI policies
    
    Taken from http://github.com/twoln/freeradius-server/
    with edits for consistency and clarity

Files changed:
 raddb/modules/cui        |   25 +++++++++++++++++
 raddb/policy.conf        |   68 ++++++++++++++++++++++++++++++++++++++++++++++
 raddb/sql/mysql/cui.conf |   31 +++++++++++++++++++++
 raddb/sql/mysql/cui.sql  |    9 ++++++
 4 files changed, 133 insertions(+), 0 deletions(-)

======================================================================
commit 483048808a0efea9fea0a99befad3b534d745091
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Jul 3 08:57:38 2009 +0200

    Allow UTF-8 in SQL log
    
    Based on patch from http://github.com/stjaeger/freeradius-server/commit/769d35691ef3adbf4de84602a63a72df00712b2c

Files changed:
 raddb/modules/sql_log                 |    7 +++
 src/include/libradius.h               |    1 +
 src/lib/print.c                       |    2 +-
 src/modules/rlm_sql_log/rlm_sql_log.c |   71 ++++++++++++++++++++++++++++++++-
 4 files changed, 79 insertions(+), 2 deletions(-)

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



More information about the Freeradius-Devel mailing list