New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Document order Alan T. DeKok@2016-03-18T22:20:49Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d6811f9632ffbf46ec6cb... ====== Better terminology Arran Cudbard-Bell@2016-03-18T16:54:52Z Files modified: * src/modules/rlm_eap/rlm_eap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/eec455b9bf4cf9eebfa2e... ====== Save/Restore request->module, request->component in indexed_modcall Presence of request->module determines which indent specifier to increment/decrement, so if it's set to NULL as we walk back up the modcall stack (when it was not NULL going down the modcall stack), bad things happen and text ends up everywhere. Arran Cudbard-Bell@2016-03-18T16:51:41Z Files modified: * src/main/modules.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a6ed8650e15e32dea0f95... ====== For PEAP too... Arran Cudbard-Bell@2016-03-18T16:28:08Z Files modified: * src/modules/rlm_eap/types/rlm_eap_peap/peap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/69e2afbaa7856baf69fd3... ====== Remove duplicate code Arran Cudbard-Bell@2016-03-18T16:26:30Z Files modified: * src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a2a5a503523b5f692fcd... ====== Remove support for setting a default inner EAP method in EAP-TTLS This seems vestigial and actively breaks things We always require an inner-tunnel virtual server The contents of the inner tunnel are essentially the body of a diameter packet. If we do EAP, then the inner tunnel EAP module, processing the EAP-Message attributes should take care of negotiating the inner EAP type. Arran Cudbard-Bell@2016-03-18T16:25:02Z Files modified: * src/modules/rlm_eap/types/rlm_eap_ttls/rlm_eap_ttls.c * src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bdd8661ab0d894dc4f719... ====== -- This commit summary was generated @2016-03-19T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).