commit abe780f34a75af292fd501e7d9329b4403c62648 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon May 9 19:37:46 2011 +0200 Fix typo If we're making a directory, make sure it's from the '/', and not from the whole filename. Files changed: src/modules/rlm_detail/rlm_detail.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ====================================================================== commit 7e0222fef06bba7d32cd4dab0204f820af9c8ef2 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon May 9 19:33:41 2011 +0200 Track / print CoA && Disconnect stats Files changed: src/include/radiusd.h | 4 +++ src/main/command.c | 56 +++++++++++++++++++++++++++++++++++++----------- src/main/stats.c | 50 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 13 deletions(-) ====================================================================== commit bc64b2d29c27c5ef174e890acd5111aea9596701 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon May 9 13:16:04 2011 +0200 Call fnmatch only if the packet was read from the detail file. And re-arranged the logic to make sense. If the packet was read from the detail file AND will be written back to the same directory (glob match), then do NOOP. Otherwise, just go make the directory Files changed: src/modules/rlm_detail/rlm_detail.c | 67 +++++++++++++--------------------- 1 files changed, 26 insertions(+), 41 deletions(-) ====================================================================== commit 8706985ff92596c27fb411a110c9393e44309ec4 Author: Alexander Clouter <alex@digriz.org.uk> Date: Mon May 9 11:15:16 2011 +0100 fix lower->tolower typo in policy.conf git commit abc96955 contains a typo that this patch fixes. As the module 'lower' does not exist calling this policy always results in a reject. Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Files changed: raddb/policy.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com