GIT Log for 2009-01-03 00:33 GMT
commit 6b364fbbf1e6f535b90aa0d90280da9480d1fb3a Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jan 2 19:43:53 2009 +0100 Corrected typo Files changed: src/main/event.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ====================================================================== commit b557db5fe35af220c1808978d64d5df2354fbae5 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jan 2 16:44:24 2009 +0100 Enable the server to originate CoA-Request && Disconnect-Request This is a fairly large change in the server, but is protected by WITH_COA, so you can build without it, if you want to do that. Conflicts: src/include/radiusd.h src/main/listen.c Files changed: man/man5/unlang.5 | 17 +- raddb/proxy.conf | 42 -- raddb/sites-available/originate-coa | 190 --------- share/dictionary.freeradius.internal | 13 - src/include/radius.h | 3 - src/include/radiusd.h | 18 - src/include/realms.h | 13 - src/main/client.c | 23 -- src/main/evaluate.c | 89 +---- src/main/event.c | 719 +++++----------------------------- src/main/mainconfig.c | 8 +- src/main/modcall.c | 11 +- src/main/realms.c | 156 ++------ src/main/util.c | 28 -- src/modules/frs_proxy/frs_proxy.c | 52 --- 15 files changed, 153 insertions(+), 1229 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com