GIT Log for 2011-03-14 00:33 GMT
aland
aland at deployingradius.com
Mon Mar 14 01:33:01 CET 2011
commit 1b839fb77c533edea1ee99673a20e3d2949a1470
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Mar 13 18:50:54 2011 +0100
Revert "Fix typos and regenerate for 2.1.11"
This reverts commit 2d0c5fa94938f727b4f37fb7399b777437171eeb.
Files changed:
configure | 200 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 172 insertions(+), 28 deletions(-)
======================================================================
commit 842c4d887e44832159f34641127064d9ee75b05e
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Mar 13 10:12:11 2011 +0100
Complain about duplicate virtual servers, too
Files changed:
src/main/modules.c | 44 +++++++++++++++++++++++++++++++++-----------
1 files changed, 33 insertions(+), 11 deletions(-)
======================================================================
commit fc393073000c17ae122ff0cbdc1c831eb3642d4e
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Mar 13 10:02:33 2011 +0100
Look for duplicate module definitions.
Doing an O(N^2) search over the modules{} section. If the same module
is defined twice, print an error detailing *both* locations where it
occurs, and exit.
This helps prevent broken configurations by disallowing the server
from loading two conflicting module definitions
Files changed:
src/main/modules.c | 39 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 38 insertions(+), 1 deletions(-)
======================================================================
commit fbf4bb8fa1e8c1238e317fa0b6a2e2a7c08b18c2
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Mar 13 10:02:06 2011 +0100
Added cf_section_find_name2() API
This lets us find the next section by name1 and name2
Files changed:
src/include/conffile.h | 2 ++
src/main/conffile.c | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
======================================================================
commit d228cd073ac13196980a813df8f2ad0cb5e6dc0d
Author: Alan T. DeKok <aland at freeradius.org>
Date: Fri Mar 11 10:49:43 2011 +0100
Added dictionary from Moonshot project
Files changed:
share/dictionary | 2 ++
share/dictionary.ukerna | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
======================================================================
commit df9dfae2c1949514894e4e36a7172402714406e5
Author: Alan T. DeKok <aland at freeradius.org>
Date: Sun Mar 13 10:14:30 2011 +0100
Added duplicate names for simplicity
byte == uint8
short == uint16
integer == uint32
signed == int32
Files changed:
src/lib/dict.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
======================================================================
More information about the Freeradius-Devel
mailing list