New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Fake unit_test server needs a name too! Arran Cudbard-Bell@2015-10-20T23:55:56Z Files modified: * src/main/unittest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/edca0e859e9cdde5a5803... ====== Move request functions out into a separate source file util.c is getting quite big Arran Cudbard-Bell@2015-10-20T23:54:49Z Files modified: * src/main/libfreeradius-server.mk * src/main/request.c * src/main/util.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2c8a0ffd168e2daaa694b... ====== Server sections must have a name Arran Cudbard-Bell@2015-10-20T21:14:22Z Files modified: * src/main/modules.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0bab826c75f80b677becc... ====== Emit error when we can find a module referenced in a redundant section v3.0.x already seems to do this, not sure why it was removed Arran Cudbard-Bell@2015-10-20T20:35:21Z Files modified: * src/main/modules.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/43003ddb0a17c38bbbd9d... ====== Fix DH size in example Alan T. DeKok@2015-10-20T15:48:42Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7f53a263f27c1195e7951... ====== Enable auto_chain. Fixes #1330 Alan T. DeKok@2015-10-20T15:48:31Z Files modified: * raddb/mods-available/eap * src/include/tls-h * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e60a9543a03152b77a5cd... ====== Move state structure allocation and population outside of the critical region Should help lower contention more. Only other optimisation we could make is to store EAP session pointer at the same time as the VPs. Arran Cudbard-Bell@2015-10-20T01:32:26Z Files modified: * src/main/state.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/430728328118085503e98... ====== Basic documentation for the state API Arran Cudbard-Bell@2015-10-20T01:32:26Z Files modified: * src/main/state.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5cfb44189a12fb7ca461d... ====== -- This commit summary was generated @2015-10-21T00:00:04Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).