GIT Log for 2011-03-16 00:33 GMT
aland
aland at deployingradius.com
Wed Mar 16 01:33:01 CET 2011
commit 7968925c95795767ee89a2b8663b0ebcfe4865fc
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 17:23:22 2011 +0100
Fix compilation errors
Files changed:
src/main/modcall.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
======================================================================
commit 65c08416da75f9b1c607bd58f1827f3a639eead1
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 15:22:47 2011 +0100
VP encoding routines now take "const" VP.
This means that the API is just a little cleaner..
Files changed:
src/include/libradius.h | 11 ++--
src/lib/radius.c | 138 +++++++++++++++++++++++++++--------------------
src/main/radattr.c | 7 +--
3 files changed, 88 insertions(+), 68 deletions(-)
======================================================================
commit 0df697522d306234d902415c3876b8c4d4be4f23
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 15:22:17 2011 +0100
Id is unsigned for printing
Files changed:
src/main/event.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
======================================================================
commit 748472c8f43df54d4bc9851dc2bb4c2db538e263
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 15:19:27 2011 +0100
Added more "const" to functions.
This won't make a difference in practice, but it's cleaner.
Files changed:
src/include/libradius.h | 12 ++++++------
src/lib/filters.c | 2 +-
src/lib/misc.c | 2 +-
src/lib/print.c | 8 ++++----
4 files changed, 12 insertions(+), 12 deletions(-)
======================================================================
commit 6ecd67c51cd73f69656bf5adef85021381df1f20
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 14:52:20 2011 +0100
Quiet compiler warning
Files changed:
src/lib/valuepair.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
======================================================================
commit 2f1e11482d5f148f76d150e08414f6ce5cb2b91b
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 11:40:55 2011 +0100
Update encoder/decode to use new wimax flags
Files changed:
src/lib/radius.c | 34 +++++++++++++++++++++-------------
1 files changed, 21 insertions(+), 13 deletions(-)
======================================================================
commit 37ee1cef27e85d3a5603dff03fad7fc989fa94b2
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 11:31:42 2011 +0100
Add a "wimax" format flag to the attributes.
This is in preparation for horrible Alvarion hacks
Files changed:
src/include/libradius.h | 1 +
src/lib/dict.c | 9 +++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
======================================================================
commit 390f6efd70ad2a4172bc63d7373a4e0064280d6c
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 11:27:47 2011 +0100
Fix build error
Files changed:
src/modules/rlm_sqlcounter/rlm_sqlcounter.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
======================================================================
commit 0b2727f7e85e3f904c6a2a8c3a291656e604462f
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 09:45:11 2011 +0100
If select() returns an error, show it to the user.
Helps to address bug #149
However, the underlying issue still isn't fixed. It isn't clear
why select() returns an error. An alternate solution might be
to simply re-do all of the FD_SET stuff, in the hope that
the cached version was wrong.
Files changed:
src/lib/event.c | 4 +++-
src/main/radiusd.c | 12 +++++++++---
2 files changed, 12 insertions(+), 4 deletions(-)
======================================================================
commit 3161e60705e553789d421c70b7f3e4f3b6c27b95
Author: Alan T. DeKok <aland at freeradius.org>
Date: Tue Mar 15 09:34:54 2011 +0100
Note bad configuration
The sqlcounter module does it's own expansion. This doesn't
seem to work.
Files changed:
raddb/modules/sqlcounter_expire_on_login | 15 ++++++++++++++-
src/modules/rlm_sqlcounter/rlm_sqlcounter.c | 2 ++
2 files changed, 16 insertions(+), 1 deletions(-)
======================================================================
commit 497465d96daa19805d7926cd0732144f321d6723
Author: Alan T. DeKok <aland at freeradius.org>
Date: Mon Mar 14 14:15:21 2011 +0100
Updated command list
radmin -e "help -r" | perl -ne 's/^(.*) - /\n/;$foo = $1; $foo =~ s/\ /\\ /g;print ".IP ", $foo;print;' > foo
Files changed:
man/man8/radmin.8 | 26 ++++++++++++++++++++++----
1 files changed, 22 insertions(+), 4 deletions(-)
======================================================================
More information about the Freeradius-Devel
mailing list