New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Added support for Aptilo Controller Jorge Pereira (via Arran Cudbard-Bell)@2015-06-09T18:38:26Z Files modified: * share/dictionary * share/dictionary.aptilo Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3d4a5dfa900f05122b5d8... ====== More docs on stats memory Alan T. DeKok@2015-06-09T17:04:10Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/29bb1fe822997ddd235ea... ====== Add "stats memory" command Alan T. DeKok@2015-06-09T17:01:53Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8279b23d04638e29796ec... ====== Bump default max_requests. It's 2015. Memory is cheaper than 1999 Alan T. DeKok@2015-06-09T16:15:02Z Files modified: * raddb/radiusd.conf.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d06cec3b06b8db0c89fa1... ====== 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:31Z Files modified: * src/lib/cursor.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/98f2f65396709b9170f91... ====== -- This commit summary was generated @2015-06-10T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).