commit c9f214ce85827f112b20cfed653d4307136a706a Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Dec 2 12:16:57 2009 +0100 Use intermediate buffer for error messages. This prevents the messages from getting mangled Files changed: src/lib/dict.c | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) ====================================================================== commit 7dd6f6da22c78a0f8dffb6fcedc1aa47d7c571ae Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Dec 2 11:37:33 2009 +0100 Removed erroneous 'break' Files changed: src/main/util.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ====================================================================== commit c9d93a30f83b85746181d49a4e20b6df4d15bc6b Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Dec 2 08:51:27 2009 +0100 Fixed string copying in sub variable. Apparently the only reason this worked before is that no one used it. The decode_attribute() function did the string copying itself, and therefore avoided this. Files changed: src/main/util.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ====================================================================== commit af8e311d1c1351cf618684ac39fc798ea96f9fd5 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Dec 1 10:49:18 2009 +0100 Fixed typo Files changed: src/main/listen.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit ebeb716dbecce65e6fac7731f66257460fb57a92 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Dec 1 10:21:48 2009 +0100 Simplify use of fr_event_now Files changed: src/main/event.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) ======================================================================