New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Example virtual server which does challenge / response Alan T. DeKok@2015-03-04T23:08:54Z Files modified: * raddb/sites-available/challenge Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cdc28d66687bc4eef6bfd... ====== Don't put state vps until we're in post-auth Alan T. DeKok@2015-03-04T23:08:53Z Files modified: * src/main/auth.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/65dc7ac54eb23d9a4f3f5... ====== Clean up proxy state machine Encode the proxied packet && debug print it before changing request->process or request->child_state. set request->process = proxy_wait_for_reply just prior to proxying the packet. Clean up the timer code to not muck with request->process in PROXIED state. It MUST be already set to a useful value. When we get PROXY_REPLY in wait_for_reply, we queue up the "running" function. Alan T. DeKok@2015-03-04T19:23:38Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9c3575912c491c9ffc364... ====== TYPDEF_HIDES_STRUCT breaks the doc build on Linux Arran Cudbard-Bell@2015-03-04T16:29:29Z Files modified: * doc/source/Doxyfile Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d8cb1a7631e24dfa199a6... ====== Update assertions Alan T. DeKok@2015-03-04T16:11:06Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/019414767c994c4dfdae1... ====== Allow to set DHCP packet code from input VPs The command argument is now optional, and can also be 'auto'. In this case, the packet code must be specified in the value pairs provided as input (either from DHCP-Message-Type, or Packet-Code). (This also fixes the segfault that occured if command was ommited) Nicolas C (via Alan T. DeKok)@2015-03-04T16:02:45Z Files modified: * src/modules/proto_dhcp/dhcpclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d60e87b2e9d9c1f025a07... ====== Convert explicit frees to asserts that the parents are correct Because the talloc hierarchy should be correct, which means that talloc should clean everything up Alan T. DeKok@2015-03-04T15:52:17Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b43a4d052345e505d4b73... ====== Make tls_new_client_session() take talloc_ctx and pass in correct ctx so we don't leak memory Alan T. DeKok@2015-03-04T15:52:17Z Files modified: * src/include/tls-h * src/main/listen.c * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f6f05ba6a944ceeab5046... ====== Pass "sock" as talloc ctx instead of stealing to sock Alan T. DeKok@2015-03-04T15:52:16Z Files modified: * src/main/tls_listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6da0ad6c6ab5328716c2e... ====== -- This commit summary was generated @2015-03-05T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).