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:32Z Files modified: * raddb/sites-available/challenge Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b0f2052bf89461f40ecdf... ====== Don't put state vps until we're in post-auth Alan T. DeKok@2015-03-04T23:05:52Z Files modified: * src/main/auth.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1acaca563f79ba0899a3d... ====== 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:29Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f9c26518946d1dd030a7b... ====== TYPDEF_HIDES_STRUCT breaks the doc build on Linux Arran Cudbard-Bell@2015-03-04T16:29:44Z Files modified: * doc/source/Doxyfile Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/26de79ba79e75ff8902ca... ====== note recent changes Alan T. DeKok@2015-03-04T16:29:31Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/810f4650416b6d4b9ea92... ====== Update assertions Alan T. DeKok@2015-03-04T16:07:33Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b9efc48dea858a686108a... ====== Merge pull request #918 from nchaigne/3.0.x-fb2 Allow to set DHCP packet code from input VPs Alan DeKok@2015-03-04T16:02:30Z Files modified: * src/modules/proto_dhcp/dhcpclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ca24201660f5e4e3c5237... ====== 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@2015-03-04T11:30:07Z Files modified: * src/modules/proto_dhcp/dhcpclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5225e55171af044c0116e... ====== 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:51:57Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0b5ea1fa1863f35b23401... ====== 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:47:06Z Files modified: * src/include/tls-h * src/main/listen.c * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fe52c3c1b13061b13042f... ====== Pass "sock" as talloc ctx instead of stealing to sock Alan T. DeKok@2015-03-04T15:46:36Z Files modified: * src/main/tls_listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7ce23530ddafc1ee26ab7... ====== -- This commit summary was generated @2015-03-05T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).