Commit report for v2.x.x branch
The git bot
announce at freeradius.org
Mon Sep 30 00:00:06 CEST 2013
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
Fix crazy indentation
Arran Cudbard-Bell at 2013-09-29T16:41:20Z
Files modified:
* src/modules/rlm_perl/rlm_perl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b883c29f495d8cdd7dd4e9ea7073b697f8a790ed
======
Segfault in libperl when doing perl_xlat(). Fix by kvainkainen. Closes #436
In rlm_perl.c Perl interpreter cloning is controlled by #ifdef USE_ITHREADS.
However, for some unknown reason in perl_xlat() #ifndef WITH_ITHREADS is
used instead. At least my Perl does not have WITH_ITHREADS compile option,
meaning all perl_xlat() calls are handled by same Perl instance.
If you run Freeradius in multithread mode, this causes segfault in libperl
when two threads do perl_xlat() simultaneously.
Arran Cudbard-Bell at 2013-09-29T16:38:52Z
Files modified:
* src/modules/rlm_perl/rlm_perl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/9ef3b496e4c2964151c54401137c1798af2445e9
======
Whitespace fixes in rlm_perl.c
Arran Cudbard-Bell at 2013-09-29T16:35:17Z
Files modified:
* src/modules/rlm_perl/rlm_perl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/fbf419a3921174ec0016effc59fb56aa34b99373
======
Minor change to use update actions
Alan T. DeKok at 2013-09-29T15:07:51Z
Files modified:
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/eeca81d55ce82958e848fa3693cd7248cb935133
======
Initialize actions for UPDATE sections
Alan T. DeKok at 2013-09-29T15:07:40Z
Files modified:
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d6e44dc1d7b0be3ee2463721563f09e1ba2b4cba
======
Add missing close brace
Alan T. DeKok at 2013-09-29T02:03:30Z
Files modified:
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/703acb839cce6ac96b64e12213276042f0d6d33c
======
--
This commit summary was generated @2013-09-30T00:00:06Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list