commit a7cd547f609ef3b3b0e1aaeca617a4c3528417fa Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Mar 1 08:41:22 2009 +0100 Fixed typo Files changed: raddb/radiusd.conf.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit a5bf96a7393a48b9fcfc738286bbeb41c5c4a3b6 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Mar 1 08:40:10 2009 +0100 Re-write documentation for people who don't read it Files changed: raddb/radiusd.conf.in | 30 +++++++++++------------------- 1 files changed, 11 insertions(+), 19 deletions(-) ====================================================================== commit c4f258f22c9e91d0626f6d17cf0b4da9e5db5ff8 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Feb 28 09:33:29 2009 +0100 Mark data to be freed Files changed: src/main/realms.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 03e1f48c4d1985a84dd577d6625f1a867481bd8e Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Mar 1 08:39:19 2009 +0100 These are no longer global variables. Don't rely on them until we fix the underlying code Files changed: src/modules/frs_control/frs_control.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit b6d6346654ca82a9e69f8370ce30b1ab4e2adcb8 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Feb 28 09:30:28 2009 +0100 Allow injection of packets via radmin inject to auth 127.0.0.1 1812 inject from 127.0.0.1 inject file input output Allows you to test policies by injecting packets as if they came from a particular client. This should ONLY be used in debugging mode. Files changed: src/include/radiusd.h | 1 - src/main/listen.c | 2 +- src/modules/frs_control/frs_control.c | 296 --------------------------------- src/modules/frs_status/frs_status.c | 26 +++ 4 files changed, 27 insertions(+), 298 deletions(-) ======================================================================