New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Fix handling of proxying to virtual servers. Fixes #596 The downside is that there isn't really any parent/child relationship between the real request and the fake one. So if the fake one blocks for 60s, the real one will be told to stop, and the fake one with happily continue. We'll need a separate commit to fix that issue. Alan T. DeKok@2014-04-23T23:45:22Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b1098496529ebdad6d602... ====== Mark NO_CHILD_THREAD on forcible STOP_PROCESSING Alan T. DeKok@2014-04-23T23:45:21Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a52cced14ba7ef180a52b... ====== assert that we don't open sockets to virtual servers Alan T. DeKok@2014-04-23T23:45:20Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/039353bae2204e7efcfe2... ====== Client retransmits don't get sent to a virtual server. Alan T. DeKok@2014-04-23T23:45:18Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b1cd0ef481727f8ef238a... ====== Return may be smaller than zero Alan T. DeKok@2014-04-23T23:45:15Z Files modified: * src/modules/rlm_sqlcounter/rlm_sqlcounter.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b6c3987e9cd380e6f2a12... ====== Fix talloc error when using certain virtual attributes Arran Cudbard-Bell@2014-04-23T20:12:47Z Files modified: * src/main/xlat.c * src/tests/keywords/virtual-attr Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0e67931f977fb8bed186a... ====== -- This commit summary was generated @2014-04-24T00:00:23Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).