Commit report for master branch

The git bot announce at freeradius.org
Fri Nov 21 00:00:02 CET 2014


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 at 2014-11-20T20:26:19Z
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/86495f29f5d6cec228e4654aa967dbd3afeff624
====== 
Indent lists of attributes we're adding in rlm_ldap

Arran Cudbard-Bell at 2014-11-20T20:11:49Z
Files modified:
	* src/modules/rlm_ldap/attrmap.c
	* src/modules/rlm_ldap/rlm_ldap.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/ae0caea3f6b28c1717a87811e6388cf28ec65dd8
====== 
Merge pull request #838 from qnet-herwin/documentation

Typo fix in comment in rlm_rest

Arran Cudbard-Bell at 2014-11-20T12:52:29Z
Files modified:
	* src/modules/rlm_rest/rest.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/313f6f444d4cca29692d9112b530ed7b474de3d3
====== 
Typo fix in comment in rlm_rest

fundtion => function

Herwin Weststrate at 2014-11-20T10:23:15Z
Files modified:
	* src/modules/rlm_rest/rest.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/cae1fc659a08cc750ea0a88e32839ac49e995f9e
====== 
Escape \n \r \t in the sql module escape function (now the xlat won't do it for us)

Arran Cudbard-Bell at 2014-11-20T05:29:06Z
Files modified:
	* src/modules/rlm_sql/rlm_sql.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e0d48e21c4997345df19a8c5fbcf5c56f237c6b2
====== 
don't escape attribute values if we were passed an escape function

Arran Cudbard-Bell at 2014-11-20T05:20:10Z
Files modified:
	* src/main/xlat.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/de5905ef028e5173ae520d5fe9a5f356e1a91d62
====== 
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 at 2014-11-20T05:20:10Z
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/e34acc724607678819f39fb7c85f8ca26362648b
====== 
Make uninitialised cursors behave sensibly

Arran Cudbard-Bell at 2014-11-20T04:52:48Z
Files modified:
	* src/lib/cursor.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6b1699f0648b13438c03b3c5faf1b7a0d3f6be6c
====== 
-- 
This commit summary was generated @2014-11-21T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list