GIT Log for 2011-05-28 23:33 GMT

aland aland at deployingradius.com
Sun May 29 01:33:01 CEST 2011


commit 55d659874d1330011e960c96bdf6131606f87561
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Sat May 28 17:58:09 2011 +0200

    Added support for "break"

Files changed:
 man/man5/unlang.5  |    8 +++++-
 src/main/modcall.c |   58 ++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 58 insertions(+), 8 deletions(-)

======================================================================
commit de60e732c576f7cbceb1a96741abef70059f014c
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Sat May 28 12:48:25 2011 +0200

    Make copy of "foreach" variable
    
    This lets it be deleted or modified in the loop, without changing
    the value of the variable being looped over.
    
    i.e. the variable being looped over can't be modified.  But the
    underlying attribute can be deleted or free'd, and the server
    won't crash

Files changed:
 src/main/modcall.c |   37 +++++++++++++++++++++++++++++--------
 src/main/xlat.c    |   13 +++++++------
 2 files changed, 36 insertions(+), 14 deletions(-)

======================================================================
commit ba18f024b15e40420cde5006e7d3c7540b489983
Author: Alan T. DeKok <aland at freeradius.org>
Date:   Sat May 28 10:36:11 2011 +0200

    Make debug output easier to read.
    
    Print group names, value of "foreach" variables, and change
    punctuation to whitespace (which is easier to read)

Files changed:
 src/main/log.c     |    2 +-
 src/main/modcall.c |   51 ++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 41 insertions(+), 12 deletions(-)

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



More information about the Freeradius-Devel mailing list