New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Typo Arran Cudbard-Bell@2016-07-19T22:53:55Z Files modified: * src/main/radiusd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d5d944fd46e54f6069aeb... ====== Don't leak rest handles on connection errors‽ Arran Cudbard-Bell@2016-07-19T22:52:28Z Files modified: * src/modules/rlm_rest/rlm_rest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0f5dacd6cd4bb9683a2f3... ====== Put doxygen header on radiusd.c Arran Cudbard-Bell@2016-07-19T21:47:26Z Files modified: * src/main/radiusd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ef8a1dd0be7bd4a8b6180... ====== rlm_winbind: use pre-4.0 function name Matthew Newton@2016-07-19T15:13:27Z Files modified: * src/modules/rlm_winbind/rlm_winbind.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1680af087badddbc32322... ====== Merge pull request #1660 from qnet-herwin/v3.1.x_rlm_winbind_compile Added mapping for char const * in PW_TYPE_FROM_PTR Matthew Newton (via GitHub)@2016-07-19T15:06:35Z Files modified: * src/include/tmpl.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c2b745281e3ee38cf3883... ====== Added mapping for char const * in PW_TYPE_FROM_PTR Without this, my build failed with the following message: src/freeradius-devel/tmpl.h:347:11: error: ‘_Generic’ selector of type ‘const char **’ is not compatible with any association _Generic((_ptr), \ src/freeradius-devel/tmpl.h:362:77: note: in expansion of macro ‘PW_TYPE_FROM_PTR’ _tmpl_to_atype(_ctx, (void *)(_out), _request, _vpt, _escape, _escape_ctx, PW_TYPE_FROM_PTR(_out)) src/modules/rlm_winbind/rlm_winbind.c:101:10: note: in expansion of macro ‘tmpl_aexpand’ slen = tmpl_aexpand(request, &domain, request, inst->wb_domain, NULL, NULL); Herwin Weststrate@2016-07-19T14:46:10Z Files modified: * src/include/tmpl.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7d52121b9263c159687fe... ====== -- This commit summary was generated @2016-07-20T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).