New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Max pending should be unsigned Arran Cudbard-Bell@2015-01-19T15:02:42Z Files modified: * src/main/connection.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8e7815a160b1a3401a62b... ====== Fix weird indentation in connection.c Arran Cudbard-Bell@2015-01-19T14:49:28Z Files modified: * src/main/connection.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1353932aeea4f372cfc58... ====== Rate-limit new connections after a failed attempt. If we fail to open a connection, we don't want N child threads to block on opening new connections. Instead, allow one connection through. If that succeeds, allow 2, then 3, etc. Alan T. DeKok@2015-01-19T14:41:23Z Files modified: * src/main/connection.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c1dfdaecd900c9c71a04e... ====== Use chmod permissions macros Arran Cudbard-Bell@2015-01-19T05:03:05Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f8998b166e6a2903bc950... ====== Fix coverity issues Arran Cudbard-Bell@2015-01-19T03:02:18Z Files modified: * src/main/command.c * src/main/tmpl.c * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bcd58699a6dfcfb53abf9... ====== -- This commit summary was generated @2015-01-20T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).