GIT Log for 2011-03-26 00:33 GMT

aland aland at deployingradius.com
Sat Mar 26 01:33:01 CET 2011


commit be83cc6f00e9e623df86fd65452e1d520e63a605
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Mar 25 15:26:53 2011 +0100

    Fix for 3.0 API

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

======================================================================
commit 92caaa4aa5233fde81c6b13669b2982b025f8255
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Mar 25 13:53:10 2011 +0100

    Correct debug log for internal proxied requests

Files changed:
 src/main/auth.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

======================================================================
commit 3b644ab186218ca9e31d47f24ec33d927737c178
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Mar 25 10:21:07 2011 +0100

    Fix generation of autoheader, and re-build it

Files changed:
 Makefile                  |   10 ++--------
 src/include/autoconf.h.in |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 8 deletions(-)

======================================================================
commit 6d6fa321e8c5457b46ab4e86612811f88423c3b9
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Mar 25 10:14:57 2011 +0100

    Fix typo in last commit

Files changed:
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

======================================================================
commit 47def5e27cfb10e32fb9dea4bb93ed92f7c9d68b
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Mar 25 10:09:33 2011 +0100

    Re-build more on reconfig

Files changed:
 Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

======================================================================
commit cefb78d4c57b5ac446bbc7936d3e4bdc59de088c
Author: John Dennis <jdennis at redhat.com>
Date:   Thu Mar 24 11:59:37 2011 -0400

    Fix autogen.sh
    
    The script is invoked with -e which causes the script to exit
    immediately if a subshell command enclosed in parentheses
    has a non-zero exit status. The command
    
      grep "^AC_CONFIG_HEADER" configure.in > /dev/null
    
    returns non-zero for many of the subdirs which causes the autogen.sh
    script to immediately exit. In fact it exits on the very first
    subdirectory (src/modules/rlm_sql) prematurely aborting the entire
    operation.

Files changed:
 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

======================================================================
commit 5b35e0ca9db32ea715b359efc79adb0f3f48274f
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Fri Mar 25 11:10:25 2011 +0100

    Removed many VP_TRACE macros
    
    The new method of printing the hex version of the attributes
    is much better.
    
    Also added a "debug_pair" to the hard-coded Message-Authenticator

Files changed:
 src/lib/radius.c |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

======================================================================
commit a45678ac7bd24176d89c5275eb3a50fceece42be
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Mar 24 15:25:42 2011 +0100

    Fixed "encode TLV" API.
    
    We need to track the START vp, and the NEXT vp.  Previously,
    we were tracking the *current* VP and the next one, which didn't
    work.  The issue was that if the TLV encoding recursed twice,
    it would not back up twice, and instead encode the next level 1
    TLV as part of the current one.
    
    Also updated the location of "debug_pair", to put it into
    vp2data_any, which is really where it should go.

Files changed:
 src/lib/radius.c |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)

======================================================================
commit 6468fa17314d2f75dd03ec64625bb578e532daf7
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Thu Mar 24 14:57:46 2011 +0100

    Fix typos.
    
    Classifer -> ClassifIer

Files changed:
 share/dictionary.wimax.alvarion |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

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



More information about the Freeradius-Devel mailing list