commit 4c0d5e3474fc821e47645a21541326e9b7da1452 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon May 23 16:06:50 2011 +0200 Print, parse, and encode, decode "long" attributes Files changed: src/include/radius.h | 2 + src/lib/print.c | 5 +++- src/lib/radius.c | 12 +++++++++- src/lib/valuepair.c | 52 +++++++++++++++++++++++++++++++++---------------- 4 files changed, 51 insertions(+), 20 deletions(-) ====================================================================== commit 3fae677915aead04b8e9ca53824d683438a32816 Author: Alexander Clouter <alex@digriz.org.uk> Date: Mon May 23 11:43:04 2011 +0100 debian/patches/dialupadmin-help.diff wrong filename 'dpkg-buildpackage -b -us -uc -rfakeroot' grumbles as the following file no longer exists. The patch fixes things, but it might be worth 'resync'ing as the large upstream Debian resync was Dec 2009 (5ed6809a). Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Files changed: debian/patches/dialupadmin-help.diff | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit 1ed057699787ffe64786d4f42fe72d8f6b2cfa9e Author: Alan T. DeKok <aland@freeradius.org> Date: Mon May 23 12:15:09 2011 +0200 Set limits on string/octet attributes Files changed: src/lib/valuepair.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) ====================================================================== commit 2f61484e06dc17dc44788aae4c252d607aa53326 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon May 23 11:32:44 2011 +0200 Added dependencies so "make attrs" will automagically make radattr Files changed: src/tests/Makefile | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ====================================================================== commit 3a33739872bf68276b5872807587e9e051903a26 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat May 21 08:53:19 2011 +0200 Catch more corner cases Memory leak in esoteric circumstances. "long" data wasn't handled properly. Files changed: src/lib/radius.c | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com