commit a660c5fc4f758b0594dd00d86e56878977725342 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 17:02:08 2009 +0100 Added sample ntlm_auth module Files changed: raddb/modules/ntlm_auth | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) ====================================================================== commit b693342ff902b3c29683c8d4fbe043afcc824e0a Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:54:14 2009 +0100 Use case insensitive comparison. Closes #36 Files changed: src/modules/rlm_ldap/rlm_ldap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 9cf4a047ce57722f5b1a64a5f379e66c61f7b274 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:51:01 2009 +0100 Portability fixes, as noted by bug #33 Files changed: raddb/certs/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 610ef72016c441f136c75e9cddcc2d252fe7636b Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:48:14 2009 +0100 IP pools require a transactional back-end So we used InnoDB Files changed: raddb/sql/mysql/ippool.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 2e7f4b4792ddd0b31549df6c06d9475f9c476dcf Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:43:59 2009 +0100 Remove notes on unsupported configuration items Files changed: doc/rlm_ldap | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ====================================================================== commit 110b39598e5842dec6f20f80433fb50806f23bfe Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:39:00 2009 +0100 Be more specific about which detail files we suppress Don't write packets back to the same detail file, but allow them to be written to different detail files Files changed: src/modules/rlm_detail/rlm_detail.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ====================================================================== commit e46965240d38d3222219f080d139e7dec5ba211c Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:37:13 2009 +0100 Removed re-definition of detail structure Files changed: src/main/event.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ====================================================================== commit 1821dcca208ee5f5d742477cdd0fd26c3e101df9 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Dec 6 13:36:28 2009 +0100 Moved detail structure defs to a public header file Files changed: src/include/detail.h | 34 ++++++++++++++++++++++++++++++++++ src/modules/frs_detail/frs_detail.c | 35 ----------------------------------- 2 files changed, 34 insertions(+), 35 deletions(-) ====================================================================== commit 558c51a711d7a326604eda0fc51040cbda2b77a8 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Dec 5 15:58:19 2009 +0100 Fix code so that corner cases of %{%{foo}:-%{bar}} work The previous code was odd... this code is simpler, and works. Files changed: src/main/xlat.c | 364 ++++++++++++++++++++----------------------------------- 1 files changed, 131 insertions(+), 233 deletions(-) ======================================================================