New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Don't dlclose() modules on "radiusd -m" It's a bit counter-intuitive to the meaning of "-m", but it means that the libraries hang around, so that valgrind can find symbols in them. Alan T. DeKok@2013-03-07T15:57:41Z Files modified: * src/include/radiusd.h * src/main/modules.c * src/main/radiusd.c * src/modules/rlm_eap/eap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6776032099268a2d327ba... ====== Merge pull request #212 from jahir/master don't count status server requests in internal stats Alan DeKok@2013-03-07T15:43:59Z Files modified: * src/main/stats.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8beed8a171c7475079ae1... ====== don't count status server requests in internal stats Requests to to status server should not be added to the internal counters, notably the Access-Accept replies. See also the thread in http://lists.freeradius.org/pipermail/freeradius-devel/2013-March/007801.htm... Jakob Hirsch@2013-03-06T18:34:52Z Files modified: * src/main/stats.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7c0c2a2483bd325d0d35e... ====== -- This commit summary was generated @2013-03-08T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).