New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Whitespace Alan T. DeKok@2014-02-28T21:37:37Z Files modified: * src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/197bec795537dfc1104e3... ====== track listener->sock->home->limit.num_connections So that the max_connections limit will be respected Alan T. DeKok@2014-02-28T21:37:37Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9f7d5dc50102dba77aa4e... ====== Added 'const' casts as necessary Alan T. DeKok@2014-02-28T21:37:37Z Files modified: * src/lib/missing.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c2e4b846144291e18bc38... ====== Zero out cbuf to stop complaints from valgrind Arran Cudbard-Bell@2014-02-28T20:05:28Z Files modified: * src/lib/udpfromto.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9bbb041077beb93d59c6d... ====== Update ChangeLog Arran Cudbard-Bell@2014-02-28T19:32:18Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9b9a76a94cb7683c89b5e... ====== Fix corner case in pairinsert/fr_cursor_insert If we previously inserted a value pair, with no next pointer, and iterated to the end of the list, then inserted another vp with a next pointer, pairnext would return NULL, even though there were more value pairs available. Arran Cudbard-Bell@2014-02-28T19:27:31Z Files modified: * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/24d8c7323933c9db46cca... ====== Fix bug in decoding DHCP sub TLVs Fixes #536 Arran Cudbard-Bell@2014-02-28T19:26:19Z Files modified: * src/modules/proto_dhcp/dhcp.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f38a1279261f4ea99032f... ====== Remove branch status heading Arran Cudbard-Bell@2014-02-28T11:03:52Z Files modified: * README.rst Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7d07e55bbd35285735775... ====== Coverity badge image URL apparently requires a ? on the end Arran Cudbard-Bell@2014-02-28T09:50:56Z Files modified: * README.rst Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4ef1f10362c8f4ff94260... ====== -imacros appears to cause issues with debugging symbol generation Arran Cudbard-Bell@2014-02-28T02:04:29Z Files modified: * Make.inc.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/edefb5692b200d3c0ec00... ====== On bigendian systems byte order macros should just expand to a set of parentheses Arran Cudbard-Bell@2014-02-28T00:16:48Z Files modified: * src/include/missing-h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2e5f2b45533682aa9c532... ====== -- This commit summary was generated @2014-03-01T00:00:04Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).