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:03Z Files modified: * src/include/.gitignore Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1a0fdd2b4d66c2d19be7a... ====== 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:57:51Z Files modified: * src/modules/rlm_ldap/groups.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ffff9fc082ac81eb7443e... ====== fr_cursor_merge should do nothing if add is NULL Arran Cudbard-Bell@2015-02-11T21:54:12Z Files modified: * src/lib/cursor.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a7a523a9143313f86aa7b... ====== Don't need to use pools in rlm_ldap now the REQUEST is a pool Arran Cudbard-Bell@2015-02-11T01:15:18Z Files modified: * src/modules/rlm_ldap/attrmap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7dbd47b7f4fc50345493f... ====== -- This commit summary was generated @2015-02-12T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).