GIT Log for 2008-09-03 23:33 GMT

aland aland at deployingradius.com
Thu Sep 4 01:33:01 CEST 2008


commit ceec1a1368322510a0736547fb59f8cc2cb7d3c1
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 16:00:14 2008 +0200

    Wrappers around listen types

Files changed:
 src/include/radiusd.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

======================================================================
commit 95084ffaa0cdcc4db28808bb9b8bf4a60b9f4b50
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 12:17:35 2008 +0200

    Set default socket address && usage

Files changed:
 src/main/radmin.c |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

======================================================================
commit 248da1a293f49c8c248ceb872885f3e926b35545
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 12:12:18 2008 +0200

    Added example of control socket

Files changed:
 raddb/sites-available/control-socket |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

======================================================================
commit de6134f74f6eabc2537eb3849a5ed39903c8d4d4
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 12:03:09 2008 +0200

    Add dynamic clients module

Files changed:
 src/modules/stable |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

======================================================================
commit da21e341231fa7b4198d1117ade0cb6040eecbcc
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 12:02:49 2008 +0200

    Add radmin tool.

Files changed:
 src/main/Makefile.in |    4 -
 src/main/radmin.c    |  229 --------------------------------------------------
 2 files changed, 0 insertions(+), 233 deletions(-)

======================================================================
commit 2b4a564eff6c99cc798709699c68234dae68668d
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 12:01:41 2008 +0200

    New command sockets.

Files changed:
 src/include/radiusd.h |    7 -
 src/main/Makefile.in  |    3 +-
 src/main/command.c    |  955 -------------------------------------------------
 src/main/listen.c     |   25 +--
 4 files changed, 3 insertions(+), 987 deletions(-)

======================================================================
commit 163e2a796cf8c02a846ba48da93863efd4a81e55
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 12:00:15 2008 +0200

    event_fd_delete API

Files changed:
 src/include/radiusd.h |    6 ------
 src/main/event.c      |   46 +++++-----------------------------------------
 2 files changed, 5 insertions(+), 47 deletions(-)

======================================================================
commit 62a35f8391196dbe914fe1bc84928fdfd8b7dc9b
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 11:57:19 2008 +0200

    New module-specific HUP, and find without linking

Files changed:
 src/include/modpriv.h |    5 +--
 src/main/modcall.c    |    4 +-
 src/main/modules.c    |  128 ++++++++++++++++++++++---------------------------
 3 files changed, 61 insertions(+), 76 deletions(-)

======================================================================
commit 6c69c105a967875300e8101f9765e38f5f42e9c5
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 11:55:45 2008 +0200

    New API's to update CONF_PAIRs, and get CONF_PARSERS

Files changed:
 src/include/conffile.h |    3 --
 src/main/conffile.c    |   54 +++++------------------------------------------
 2 files changed, 6 insertions(+), 51 deletions(-)

======================================================================
commit 4c3d0042f67e35a1aaca2df2523515bce02096ea
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Wed Sep 3 11:12:41 2008 +0200

    Handle changed / deleted fd's a bit better

Files changed:
 src/lib/event.c |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

======================================================================
commit 99bc407422444a01de7ff439113f3b12e1e2da95
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Sep 1 11:06:49 2008 +0200

    Sample for TTLS/EAP-MSCHAPv2

Files changed:
 src/tests/eap-ttls-eap-mschapv2.conf |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

======================================================================
commit 336dc4c65fc9e6c8a8aec27500eab4eeea5f79b4
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Sep 1 11:05:51 2008 +0200

    leverage rlm_dynamic_clients

Files changed:
 src/main/listen.c |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

======================================================================
commit 1a538ee88ad3231b6842bf38dded1e476a01016c
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Sep 1 11:05:02 2008 +0200

    Dynamic clients can read files from a directory
    
    i.e. create a dynamic client 192.168.0.0/16, and point
    it to a directory.  When the server starts, it will read ALL
    of the files in that directory, and try to add them as clients.
    
    Later, the rlm_dynamic_clients module can re-read them...

Files changed:
 src/include/radiusd.h |    4 -
 src/main/client.c     |  211 ++++++++-----------------------------------------
 2 files changed, 33 insertions(+), 182 deletions(-)

======================================================================
commit 091e1f060be02f8eb2aeda2c4566bb68d7a1a39e
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Mon Sep 1 11:03:37 2008 +0200

    Module to read dynamic clients from files

Files changed:
 src/modules/rlm_dynamic_clients/Makefile           |   11 --
 .../rlm_dynamic_clients/rlm_dynamic_clients.c      |  118 --------------------
 2 files changed, 0 insertions(+), 129 deletions(-)

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



More information about the Freeradius-Devel mailing list