New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Clean up the text before 2.2.1 And mention DHCP, too Alan T. DeKok@2013-03-06T16:21:45Z Files modified: * README.rst Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8850e1dd12c405c4e97a4... ====== Apparently -y is needed too Arran Cudbard-Bell@2013-03-06T15:59:33Z Files modified: * .travis.yml Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b4575f10b7b6738fc6215... ====== Fix userparse function Remove quadratic addition of vp to list. Instead, keep track of the current tail, insert it there, and then add the entire list in one swell foop. Also check if we're returning T_OP_INVALID, and if so, free the intermediate VPs. This ensures that we either return something, or an error and nothing else. It also means that the caller doesn't have to worry about freeing intermediate VPs if there's a parse error on later ones Alan T. DeKok@2013-03-06T15:05:56Z Files modified: * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/03a789e4f792da73203ca... ====== Fix Travis retardation Arran Cudbard-Bell@2013-03-06T03:56:35Z Files modified: * .travis.yml Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b9e089c07fd63c733b42a... ====== -- This commit summary was generated @2013-03-07T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).