New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Normalise group check DNs and LDAP DNs Some special characters can be escaped such as ',' can be escaped either as \2c or \2C or \, We don't care about case, because we do case insensitive matches on DNs, which isn't entirely correct, but it's good enough. We do care about format. Wherever we find the \xx version of a special char, we need to convert it to the \special form, so strcmps work as expected. Arran Cudbard-Bell@2014-11-20T20:26:40Z Files modified: * src/modules/rlm_ldap/clients.c * src/modules/rlm_ldap/groups.c * src/modules/rlm_ldap/ldap.c * src/modules/rlm_ldap/ldap.h * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/923bd285825683113ae6c... ====== Indent lists of attributes we're adding in rlm_ldap Arran Cudbard-Bell@2014-11-20T20:06:14Z Files modified: * src/modules/rlm_ldap/attrmap.c * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3c5611a3df2e90b841d3b... ====== Typo fix in comment in rlm_rest fundtion => function Herwin Weststrate (via Arran Cudbard-Bell)@2014-11-20T12:53:07Z Files modified: * src/modules/rlm_rest/rest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/32f601f51feb638d33186... ====== Escape \n \r \t in the sql module escape function (now the xlat won't do it for us) Arran Cudbard-Bell@2014-11-20T05:29:14Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/dc66c5baa0b5feec7acab... ====== don't escape attribute values if we were passed an escape function Arran Cudbard-Bell@2014-11-20T05:20:20Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2266c651a1d46af80e43d... ====== Rewrite xlat_getvp to take tmpls, and allow state attributes to be references in xlats Because *someone* forgot to add the state list to xlat_getvp. What was that about too much abstraction? Arran Cudbard-Bell@2014-11-20T05:19:55Z Files modified: * src/include/tmpl.h * src/main/tmpl.c * src/main/xlat.c * src/tests/keywords/xlat-attr-index Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7e17e9cd395996fecf07e... ====== Make uninitialised cursors behave sensibly Arran Cudbard-Bell@2014-11-20T04:48:12Z Files modified: * src/lib/cursor.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5fa1df358e1bfb8994ca9... ====== -- This commit summary was generated @2014-11-21T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).