New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Ignore dynamically generated rfc*.h files Arran Cudbard-Bell@2015-02-11T21:59:20Z Files modified: * src/include/.gitignore Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/38f469e480844d347ce57... ====== Rework LDAP cacheable groups code Adding groups to the control list is now only done after resolution has been completed, so we don't end up with a partial group list on error talloc_pool is no longer used, as there appears to be buggy a buggy codepath in some version of talloc, which prevents nested pools. Arran Cudbard-Bell@2015-02-11T21:59:15Z Files modified: * src/modules/rlm_ldap/groups.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2d4b2691ab195c8114099... ====== fr_cursor_merge should do nothing if add is NULL Arran Cudbard-Bell@2015-02-11T21:59:10Z Files modified: * src/lib/cursor.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/888fa537f43e196dfe50f... ====== Don't need to use pools in rlm_ldap now the REQUEST is a pool Arran Cudbard-Bell@2015-02-11T01:15:41Z Files modified: * src/modules/rlm_ldap/attrmap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f44cb2e3da16c38baf327... ====== Make pairfind() call the cursor functions. To avoid fr_cursor_next() Alan T. DeKok@2015-02-11T00:00:40Z Files modified: * src/lib/cursor.c * src/lib/pair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bfc078cc1cb6cb7e1cae6... ====== -- This commit summary was generated @2015-02-12T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).