New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Rename xlat function typedefs Arran Cudbard-Bell@2015-05-02T15:27:04Z Files modified: * src/include/map_proc.h * src/include/tmpl.h * src/include/xlat.h * src/main/map_proc.c * src/main/tmpl.c * src/main/xlat.c * src/modules/rlm_detail/rlm_detail.c * src/modules/rlm_linelog/rlm_linelog.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a1bd8fa3ca9ce2686233b... ====== Typo Arran Cudbard-Bell@2015-05-02T03:46:48Z Files modified: * src/main/map_proc.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/959edcf62509f3d92b011... ====== Doxygen Arran Cudbard-Bell@2015-05-02T02:21:38Z Files modified: * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/26858c2c090e30dec49e4... ====== Fix tab indentation also don't need to memset expanded... Arran Cudbard-Bell@2015-05-02T02:20:37Z Files modified: * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9c1d6536c6b117a0f05fc... ====== Add ldap map_proc Arran Cudbard-Bell@2015-05-02T02:06:51Z Files modified: * src/modules/rlm_ldap/ldap.h * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/94a4f3e1dd5f8ba817015... ====== Expose rlm_ldap_map_getvalue Arran Cudbard-Bell@2015-05-02T02:06:31Z Files modified: * src/modules/rlm_ldap/attrmap.c * src/modules/rlm_ldap/ldap.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6cdb1c3e614d6e9e20397... ====== Simplify map_proc interface In almost all cases instance data passed to escape functions is the module instance. In all cases map_proc contexts should be hung off the module that registered them. Simpler to use a similar instantiation system as we do for modules, where the memory is allocated by the server, then passed to the instantiate callback. Arran Cudbard-Bell@2015-05-02T01:42:07Z Files modified: * src/include/map_proc.h * src/main/map_proc.c * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4cc3237b2bbfa6f2a20ab... ====== Using += to control whether multiple rows will be processed won't work well, so remove it We'll need something based on containers to process result sets correctly Arran Cudbard-Bell@2015-05-02T01:11:02Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/94b7d255605be12a800f4... ====== -- This commit summary was generated @2015-05-03T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).