New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Port fix for update sections from v2.x.x Alan T. DeKok (via Arran Cudbard-Bell)@2013-09-29T17:17:10Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e445676c7d2de048ac765... ====== Fix priority handling Alan T. DeKok (via Arran Cudbard-Bell)@2013-09-29T17:17:03Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/58cce8c52c066170b691f... ====== 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@2013-09-29T17:04:49Z Files modified: * src/modules/rlm_perl/rlm_perl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/52b39ae78d49ef7c18563... ====== -- This commit summary was generated @2013-09-30T00:00:11Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).