New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Merge pull request #410 from theY4Kman/patch-2 PySys_SetPath must go after Py_Initialize Arran Cudbard-Bell@2013-08-20T23:14:37Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7e69d9fd66b1f88efcd73... ====== PySys_SetPath must go after Py_Initialize I believe (but have not confirmed) it is because PySys_SetPath calls PySys_SetObject, which retrieves the sysdict from the Python thread state, which is not initialized until Py_Initialize. Cheers! Zach Kanzler@2013-08-20T23:03:48Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/625fcb5e76410c31d6247... ====== Merge pull request #409 from theY4Kman/patch-1 Fix braces in rlm_python Arran Cudbard-Bell@2013-08-20T22:24:41Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/16cda528408d3158fbe32... ====== goto your corner Braces around multiple statements in an if block. Naughty, naughty! :) Zach Kanzler@2013-08-20T22:10:18Z Files modified: * src/modules/rlm_python/rlm_python.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/be189e4a8f9968242f835... ====== Fix segv in rlm_expiration vp_strvalue no longer available for none string attributes Arran Cudbard-Bell@2013-08-20T15:10:55Z Files modified: * src/modules/rlm_expiration/rlm_expiration.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f66d41109ad4798f76f55... ====== -- This commit summary was generated @2013-08-21T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).