New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Add additional validation to rlm_cache We never checked what list or request was set on the LHS, and there were asserts in the code to catch unsupported lists... Arran Cudbard-Bell@2015-04-14T19:15:43Z Files modified: * src/modules/rlm_cache/rlm_cache.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4f67d2d0c9e111e27e770... ====== Add support for caching session-state So when we do session resumption, the session-state can be pulled from the session-cache Arran Cudbard-Bell@2015-04-14T19:15:38Z Files modified: * raddb/mods-available/cache * src/modules/rlm_cache/rlm_cache.c * src/modules/rlm_cache/rlm_cache.h * src/modules/rlm_cache/serialize.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6dc0801453f2bbd04e4f2... ====== Check for libpthread, we need to pass -lpthread to the compiler if it's a separate library, before doing the memcached checks Arran Cudbard-Bell@2015-04-14T00:03:40Z Files modified: * src/modules/rlm_cache/drivers/rlm_cache_memcached/configure * src/modules/rlm_cache/drivers/rlm_cache_memcached/configure.ac Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/945e15acb57b0fc96a6d8... ====== -- This commit summary was generated @2015-04-15T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).