Commit report for master branch
The git bot
announce at freeradius.org
Thu Apr 17 00:00:03 CEST 2014
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 at 2014-04-16T20:29:03Z
Files modified:
* raddb/mods-available/eap
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/9c1ee87b0f1485f9eb2afffec0343c8800cacde5
======
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 at 2014-04-16T18:07:53Z
Files modified:
* src/main/map.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/503b6f34d096b67d560a68614f26c2dcbd68bc14
======
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 at 2014-04-16T18:07:52Z
Files modified:
* src/main/valuepair.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/eee56181eddb3089117be5ea25b96f2112acd7eb
======
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 at 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/7ab7bdf619a23e780b170c1fea0ac1d19592ee69
======
The LHS of -= may not exist in a list
Alan T. DeKok at 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/2133b598c6cef88b2d952b2847d3208dd6425011
======
Use !* which is better than -=
Alan T. DeKok at 2014-04-16T18:07:48Z
Files modified:
* raddb/policy.d/cui
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c8fe5384ca64dfce67cf2d136d574d0116925b73
======
--
This commit summary was generated @2014-04-17T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list