New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Take max_sessions from max_requests. It's a little high, but it means that a busy server will automatically be able to handle more EAP sessions. Otherwise, the server will start ignoring EAP sessions, or discarding "old" ones that are still in process Alan T. DeKok@2014-04-16T20:29:03Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9c1ee87b0f1485f9eb2af... ====== Issue warning when we have invalid syntax In the future, "User-Name !* ANY" will be required. For now, "User-Name !* bob" will cause a warning message to be printed in debugging mode. Alan T. DeKok@2014-04-16T18:07:53Z Files modified: * src/main/map.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/503b6f34d096b67d560a6... ====== Fix radius_map2request() to handle "head == NULL" Which is now always valid. The side-effect is that the operators now *always* behave as defined, even if that means unexpected behavior: Filter-Id := &Blah if "Blah" attribute doesn't exist, Filter-Id is deleted. That's because you're setting it to the value of Blah. Which is nothing. Alan T. DeKok@2014-04-16T18:07:52Z Files modified: * src/main/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/eee56181eddb3089117be... ====== radius_map2vp() returns 0 on not found, not -2 Because not finding a VP isn't an error. It just means that we can't do the requested action Alan T. DeKok@2014-04-16T18:07:51Z Files modified: * src/main/valuepair.c * src/tests/keywords/update-operator Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7ab7bdf619a23e780b170... ====== The LHS of -= may not exist in a list Alan T. DeKok@2014-04-16T18:07:49Z Files modified: * src/main/valuepair.c * src/tests/keywords/update-operator Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2133b598c6cef88b2d952... ====== Use !* which is better than -= Alan T. DeKok@2014-04-16T18:07:48Z Files modified: * raddb/policy.d/cui Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c8fe5384ca64dfce67cf2... ====== -- This commit summary was generated @2014-04-17T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).