commit 5ec5315e8b69b6dfcc7edec6a6859496c41d5c93 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Feb 13 21:49:22 2009 +0100 Command to print debugging from a running server. Very useful! Files changed: scripts/Makefile | 1 - scripts/raddebug | 106 ------------------------------------------------------ 2 files changed, 0 insertions(+), 107 deletions(-) ====================================================================== commit a304396710dd348c67f356e5e16e218933682e17 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Feb 13 16:08:27 2009 +0100 Fix handling of "debug file [filename]" Make filename optional, which means "no debug file". Re-arrange how we handle the pointers, to avoid threading issues Files changed: src/main/log.c | 3 +- src/main/mainconfig.c | 2 + src/modules/frs_control/frs_control.c | 37 ++++++++++---------------------- 3 files changed, 15 insertions(+), 27 deletions(-) ====================================================================== commit 87f846f0da715b112c6cce42322a67373347d6dd Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Feb 13 16:06:07 2009 +0100 Suppress LF's if there's no output Files changed: src/main/radmin.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) ====================================================================== commit b503aa58292cf7bcecc90b98b2879bd6d208385c Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Feb 13 15:08:14 2009 +0100 Change detail polling interval from 1s to 10s This lowers the noise in debugging mode. It shouldn't affect performance. Files changed: src/main/event.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ====================================================================== commit 1424d541fa9e13a09bd8bf464cf5b4e168f31a51 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Feb 11 18:39:21 2009 +0100 Fixed typo Files changed: share/dictionary.xedia | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 4232b637fc9f86dc501a0b928a0d2f270d6f5ed8 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Feb 10 09:48:17 2009 +0100 More instructions on DHCP Files changed: raddb/sites-available/dhcp | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ====================================================================== commit 04a3c32f5cfaa5a80ed96a62fe9b4de3d31b3e5f Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Feb 10 09:08:13 2009 +0100 Moved otp.conf to modules/otp Files changed: raddb/modules/otp | 78 ------------------------------------------------- raddb/radiusd.conf.in | 4 ++ 2 files changed, 4 insertions(+), 78 deletions(-) ====================================================================== commit 89d550682c2c78e2f87498325dff277af3b00868 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 5 16:22:10 2009 +0100 Add "require message authenticator" config to home servers Files changed: raddb/proxy.conf | 11 ----------- src/include/realms.h | 1 - src/main/realms.c | 14 -------------- 3 files changed, 0 insertions(+), 26 deletions(-) ====================================================================== commit 144f21d3a892a6999818e2d5f3af570a9df12fb0 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 5 16:11:06 2009 +0100 Move "allocate request->proxy" to home_server_ldb In preparation for other work Files changed: src/main/event.c | 40 ++++++++++++++++++++++++++++++++ src/main/realms.c | 65 +++++++--------------------------------------------- 2 files changed, 49 insertions(+), 56 deletions(-) ====================================================================== commit f4ea2ec42465dacc681af06653f93742022d6ba5 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 5 12:05:38 2009 +0100 Moved checks for detail to home_server_ldb Rather than proxying to a home server, and THEN deciding it wasn't a good idea, we simply skip that home server during the process of trying to find one. Files changed: src/main/event.c | 15 +++++++++++++++ src/main/realms.c | 13 ------------- 2 files changed, 15 insertions(+), 13 deletions(-) ======================================================================