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:28:30Z Files modified: * raddb/mods-available/eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ef00c77bfebc337dd529e... ====== Clarify warning message Alan T. DeKok@2014-04-16T18:18:52Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/060c3085ce612d9c8b3c8... ====== 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:12Z Files modified: * src/main/map.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/546cc2e9c5ecaf24c6166... ====== 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:12Z Files modified: * src/main/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8a858167d098de53e7a42... ====== 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:12Z Files modified: * src/main/valuepair.c * src/tests/keywords/update-operator Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/777830a9df42d9f888e71... ====== The LHS of -= may not exist in a list Alan T. DeKok@2014-04-16T18:07:12Z Files modified: * src/main/valuepair.c * src/tests/keywords/update-operator Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9b6b516a5685efcd9977c... ====== Use !* which is better than -= Alan T. DeKok@2014-04-16T18:07:12Z Files modified: * raddb/policy.d/cui Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/71da08f94d0505d3ffd5f... ====== Merge pull request #590 from mcnewton/v3.0.x fix up some debian packaging issus for 3.0.3 Arran Cudbard-Bell@2014-04-16T15:40:16Z Files modified: * debian/copyright * debian/freeradius-config.postrm * debian/patches/disable-openssl-check.diff * debian/patches/radiusd-to-freeradius.diff * debian/patches/series * debian/rules * debian/shlibs.local Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/39eeee56021c4974fb476... ====== update copyright year Matthew Newton@2014-04-16T15:22:03Z Files modified: * debian/copyright Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b14d5324d4c263cae55be... ====== force debian pkg to use patched openssl, and disable version check Matthew Newton@2014-04-16T15:00:50Z Files modified: * debian/patches/disable-openssl-check.diff * debian/patches/series * debian/rules * debian/shlibs.local Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d3e517f313222ae27b0dc... ====== refresh debian patch Matthew Newton@2014-04-16T15:00:05Z Files modified: * debian/patches/radiusd-to-freeradius.diff Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5cb0a24eaaa7af7272212... ====== debian pkg: tidy up statoverride on purge Matthew Newton@2014-04-16T14:59:59Z Files modified: * debian/freeradius-config.postrm Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/64b14e4a2dbb1bc7c1812... ====== -- This commit summary was generated @2014-04-17T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).