Commit report for master branch
The git bot
announce at freeradius.org
Thu Feb 13 00:00:01 CET 2014
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
Hack to work around previous "(condition)"
Alan T. DeKok at 2014-02-12T21:19:33Z
Files modified:
* src/main/command.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/57d9cdd6a3186f112f927d616877d46196c40a5e
======
Fix command parser and debug_condition.
The command parser no longer crushes "foo" --> foo
Instead, it leaves everything as-is. This shouldn't affect
anything but the debug condition. All other commands should
not be taking quoted strings.
Fix the debug_condition code to use *all* of it's arguments.
(User-Name=="bob") was OK. (User-Name == "bob") was parsed
as 3 arguments, and the second 2 were ignored
Alan T. DeKok at 2014-02-12T20:12:19Z
Files modified:
* src/main/command.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b40ffdde59aa76b673d461a7f10f07dc5a27ae4e
======
Free debug_condition on clean exit
Alan T. DeKok at 2014-02-12T20:12:08Z
Files modified:
* src/main/process.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/287187631356be7d342a9be1f2bf6864d8eff8b0
======
"group" is now in the "security" section
Alan T. DeKok at 2014-02-12T20:11:33Z
Files modified:
* scripts/raddebug
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0406df674b0eecc277ffd9520e6b874ca35ad695
======
Fix typo in dict_addattr error messages
Arran Cudbard-Bell at 2014-02-12T14:45:05Z
Files modified:
* src/lib/dict.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/502048ef1bab0310c524d2d56de12b33c87aa212
======
Fix a few minor issues in tests
Arran Cudbard-Bell at 2014-02-12T12:11:26Z
Files modified:
* Makefile
* src/tests/Makefile
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/90ce9e7ed09d0fcd4dc28ad3cf05e30663d78646
======
Fix more crappy rlm_rest code...
Arran Cudbard-Bell at 2014-02-12T11:56:08Z
Files modified:
* src/modules/rlm_rest/rest.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e54c2ad168f8b1ba291e6f57ee3d00e6f4815817
======
Tie the names of the states to the enums
Alan T. DeKok at 2014-02-12T00:29:03Z
Files modified:
* src/include/radiusd.h
* src/main/process.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bad28922a569692d3913d973a97fad1682a6453e
======
Use names for states when debugging
Alan T. DeKok at 2014-02-12T00:28:58Z
Files modified:
* src/main/process.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7c5e50c71ab3d376606fba4864b9355f48ca82ad
======
Set child state appropriately
Alan T. DeKok at 2014-02-12T00:28:41Z
Files modified:
* src/main/process.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c6ed374ca7153b09430a99b35119b63cf69e67da
======
Use make -C instead of cd
Alan T. DeKok at 2014-02-12T00:28:13Z
Files modified:
* Makefile
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5091b4f58456619cedfa1d9c14de455dfefd5596
======
Use enums so gdb will print out state names instead of numbers for request->child_state and request->master_state
Arran Cudbard-Bell at 2014-02-12T00:00:41Z
Files modified:
* src/include/radiusd.h
* src/main/process.c
* src/main/unittest.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/052b59cf152744094ed3e27d9ddef02890f29666
======
--
This commit summary was generated @2014-02-13T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list