New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Merge pull request #1038 from jpereira/develop-dict-aptilo Add support for Aptilo Access Controller Arran Cudbard-Bell@2015-06-09T18:35:53Z Files modified: * share/dictionary * share/dictionary.aptilo Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1d9fa92e6ca289486c491... ====== Added support for Aptilo Controller Jorge Pereira@2015-06-09T18:34:11Z Files modified: * share/dictionary * share/dictionary.aptilo Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a7c022b03bcb24a25a325... ====== More docs on stats memory Alan T. DeKok@2015-06-09T17:03:52Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f9658fd904bdba7a74eb7... ====== Add "stats memory" command Alan T. DeKok@2015-06-09T17:00:57Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/788b746e2cf1ea764350c... ====== Bump default max_requests. It's 2015. Memory is cheaper than 1999 Alan T. DeKok@2015-06-09T16:14:39Z Files modified: * raddb/radiusd.conf.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fb0f8f94e774eb03e98ce... ====== Fix issue with fr_cursor_remove Caused unexpected behaviour removing attributes in an fr_cursor_next loop. cursor->current would be advanced past the VP we were deleting. Which meant fr_cursor_next would skip past the next attribute. Now we set current to be the vp before the one we're deleting, so fr_cursor_next works as expected. Arran Cudbard-Bell@2015-06-09T07:14:14Z Files modified: * src/lib/cursor.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/dfee6bc88ac0fc186fab5... ====== -- This commit summary was generated @2015-06-10T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).