GIT Log for 2009-05-10 23:33 GMT
commit c77acbc4582b4c9c89ab50bacf2337cb04478c29 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun May 10 19:33:32 2009 +0200 Moved verifiation of proxy responses to earlier in the packet handling This slows down the main server thread a bit, but means that we catch attackers earlier, i.e. before pushing a request to a child thread. Files changed: src/main/event.c | 23 +++++++++++++++++------ src/modules/frs_proxy/frs_proxy.c | 7 +++---- 2 files changed, 20 insertions(+), 10 deletions(-) ====================================================================== commit c615bd540c1d91292235b9a3c6cb09ca0f768270 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun May 10 19:26:57 2009 +0200 Added event wrapper around request_free This function takes care of removing the request from the various hashes && event lists Files changed: src/main/event.c | 81 ++++++++++++++++++++++++++++++++--------------------- src/main/util.c | 3 +- 2 files changed, 51 insertions(+), 33 deletions(-) ====================================================================== commit 50463ff397c776e87952c869134db1caecd04ec9 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun May 10 12:49:33 2009 +0200 Don't touch request after it was proxied Files changed: src/main/event.c | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com