New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Merge pull request #1527 from herwinw/rlm_perl_robustness_v3.0.x Made rlm_perl less error-prone Arran Cudbard-Bell@2016-03-14T12:00:18Z Files modified: * src/modules/rlm_perl/rlm_perl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/69b360065dc458e2f2824... ====== Made rlm_perl less error-prone - If parsing an attribute failed when updating the list, don't ignore the other updates to that list. - Print an error when passing an undef value in the return list, instead of silently discarding it. This fixes the problems seen in #1524 Herwin Weststrate@2016-02-06T09:27:25Z Files modified: * src/modules/rlm_perl/rlm_perl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d626d4bac07e078c14b2d... ====== -- This commit summary was generated @2016-03-15T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).