New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Make tls_new_client_session set a destructor, too. So that ssn->ssl gets freed Alan T. DeKok@2015-03-05T18:27:15Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e4dcf8c962e0f2e6ff8dc... ====== No need for these functions to be exported Alan T. DeKok@2015-03-05T18:23:59Z Files modified: * src/include/tls-h * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1727234870e4a5c545fe9... ====== Don't use 0 for any value. It's reserved for the default section Alan T. DeKok@2015-03-05T17:36:29Z Files modified: * share/dictionary.freeradius.internal Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d9a9d594e666d70b9762c... ====== More doc fixes Arran Cudbard-Bell@2015-03-05T17:22:41Z Files modified: * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/71c4361b6acc316c5d324... ====== Limit talloc report depth So that we don't blow up on talloc loops. Which shouldn't happen. Alan T. DeKok@2015-03-05T15:07:46Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c00210cb32efa1e59018b... ====== use separate definitions and declarations for mod_* functions in rlm_sql Arran Cudbard-Bell@2015-03-05T05:56:14Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cf1529ec894cecee0a358... ====== rlm_sql should return noop if we can't find a matching query section Arran Cudbard-Bell@2015-03-05T05:45:51Z Files modified: * src/main/conffile.c * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fc294bc82c908290cf8f6... ====== Only print cleanup messages if a message about the request was logged Arran Cudbard-Bell@2015-03-05T04:44:37Z Files modified: * src/include/radsniff.h * src/main/radsniff.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0fc782a609681ec300cf8... ====== Fix @return in tmpl_*expand Arran Cudbard-Bell@2015-03-05T04:33:48Z Files modified: * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b09b10b1819b43d474c82... ====== Return int not bool for all tmpl functions Arran Cudbard-Bell@2015-03-05T02:35:24Z Files modified: * src/include/tmpl.h * src/main/map.c * src/main/modcall.c * src/main/parser.c * src/main/tmpl.c * src/modules/rlm_cache/serialize.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d60a54f16b69bd278510c... ====== Minor corrections Arran Cudbard-Bell@2015-03-05T01:43:04Z Files modified: * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2e3188751bfed12d29ed9... ====== Complete documentation for templates Arran Cudbard-Bell@2015-03-05T01:13:29Z Files modified: * src/include/tmpl.h * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/422c3b4744e3ee28f4d8e... ====== tmpl_free function is no longer needed, as value_pair_tmpl_t have an internal buffer for storing unknown attributes. Arran Cudbard-Bell@2015-03-05T01:11:31Z Files modified: * src/include/tmpl.h * src/main/modcall.c * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/626114ab37064ee6d55ca... ====== -- This commit summary was generated @2015-03-06T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).