commit 82dee626bbd4dfa4b0540c4a1811415f1d1eed8b Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 18:15:11 2008 +0200 Added radconf2xml Files changed: src/main/Makefile.in | 6 +-- src/main/radconf2xml.c | 138 ------------------------------------------------ 2 files changed, 1 insertions(+), 143 deletions(-) ====================================================================== commit d320ffe3657193621523c5802129ca52c3931ec2 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 18:13:39 2008 +0200 Use new xml commands Files changed: src/main/command.c | 43 +------------------------------------------ 1 files changed, 1 insertions(+), 42 deletions(-) ====================================================================== commit abb024e32a66869e2cf6dec5e04d9237c5d4841a Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 18:13:15 2008 +0200 Make reconnect work Files changed: src/main/radmin.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ====================================================================== commit fbc08197ad0cb4a2bebeb3c343c3f23fb2e762e3 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 18:00:13 2008 +0200 Added simple pair/section to XML functions Files changed: src/include/conffile.h | 3 -- src/main/conffile.c | 65 ------------------------------------------------ 2 files changed, 0 insertions(+), 68 deletions(-) ====================================================================== commit 240620b6a47cb12d9a731d6305aa51998b22584a Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 17:11:47 2008 +0200 More documentation Files changed: man/man8/radmin.8 | 30 ++++-------------------------- 1 files changed, 4 insertions(+), 26 deletions(-) ====================================================================== commit 7c80e3827e6dd00280ab950816096d10cf6a4ed7 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 08:06:41 2008 +0200 Use new instance methods from SQL So that we don't have to link to rlm_sql, too. Files changed: src/modules/rlm_sqlippool/rlm_sqlippool.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ====================================================================== commit 4253b340ba5ea474979aef37af19c0d62bbc9403 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 08:05:54 2008 +0200 Exported methods in the instance data structure This should simplify rlm_sqlippool, and anything else that needs access to SQL get/release socket, and set_user_name Files changed: src/modules/rlm_sql/rlm_sql.c | 7 ------- src/modules/rlm_sql/rlm_sql.h | 10 ++-------- 2 files changed, 2 insertions(+), 15 deletions(-) ====================================================================== commit fd4118edaebddd0e6a6c7939d8db6b7b2d6527ee Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 08:03:30 2008 +0200 We don't need to initialize SQL any more This also leaked an SQL socket. Ugh. Files changed: src/modules/rlm_sqlippool/rlm_sqlippool.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) ====================================================================== commit b92e9d31490b5b11bfd3f7219ea9c223697a49f1 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 07:57:10 2008 +0200 Simplified API && code in preparation for next step Files changed: src/modules/rlm_sqlippool/rlm_sqlippool.c | 187 ++++++++++++++++------------- 1 files changed, 105 insertions(+), 82 deletions(-) ====================================================================== commit f4d1ac83ad03b78a38a9a7bfc14f64f64d81c005 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Sep 7 07:25:43 2008 +0200 Added '-e command' Files changed: src/main/radmin.c | 182 ++++++++++++++++++++++------------------------------- 1 files changed, 75 insertions(+), 107 deletions(-) ======================================================================