commit 25d1d87ceb5ea8eb768ace208fd6144c3409d89e Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 18:02:09 2008 +0200 Loads more commands for clients && home servers Files changed: src/main/command.c | 120 +++++----------------------------------------------- 1 files changed, 11 insertions(+), 109 deletions(-) ====================================================================== commit 5b9890e59cbf6960476f65a3f4998514caf639f4 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 18:01:15 2008 +0200 Dump config as-read to FILE* Files changed: src/include/conffile.h | 2 - src/main/conffile.c | 84 +---------------------------------------------- 2 files changed, 2 insertions(+), 84 deletions(-) ====================================================================== commit 7bacf8bb77bfc7ac3fb38e67219d9c485a541674 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 18:00:53 2008 +0200 Added more 'const' Files changed: src/include/libradius.h | 2 +- src/lib/print.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit 83ef8941d600305f62f1cdd256c6af3f81e01312 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 16:53:12 2008 +0200 Removed "show config". It's a duplicate Files changed: src/main/command.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ====================================================================== commit 5d3ed4882964d6a7229e38aed8593bb996ac1aa1 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 16:29:43 2008 +0200 added many more commands Files changed: src/main/command.c | 188 +--------------------------------------------------- 1 files changed, 2 insertions(+), 186 deletions(-) ====================================================================== commit 5456bdf49040d18de88ce662bd30f14f7f41cf38 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 16:29:18 2008 +0200 Added declaration for proxy stats Files changed: src/include/stats.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) ====================================================================== commit 755442a71b029447487f5133a03bf1ddfed828b3 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 16:29:04 2008 +0200 Added API to manage home servers by internal number Files changed: src/include/realms.h | 5 --- src/main/realms.c | 85 -------------------------------------------------- 2 files changed, 0 insertions(+), 90 deletions(-) ====================================================================== commit 431c50afea2f1cc56a7e3f9595fba61487dae1c8 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 10:08:01 2008 +0200 Document mode Files changed: raddb/sites-available/control-socket | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) ====================================================================== commit f1127c6f9aeb700c1abe889bc7c29ac056d091d7 Author: Alan T. DeKok <aland@freeradius.org> Date: Sat Sep 13 10:02:56 2008 +0200 Set r/w mode, and mark commands as read or write Files changed: src/main/command.c | 110 +++++++++++++++------------------------------------- 1 files changed, 32 insertions(+), 78 deletions(-) ======================================================================