Commit report for v3.0.x 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: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/923bd285825683113ae6cd0546e81687a4504adb
====== 
Indent lists of attributes we're adding in rlm_ldap

Arran Cudbard-Bell at 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/3c5611a3df2e90b841d3b3afa37410e24f4a0716
====== 
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/32f601f51feb638d331862ae4872165892bd8348
====== 
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:14Z
Files modified:
	* src/modules/rlm_sql/rlm_sql.c

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

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

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2266c651a1d46af80e43d8f1311f01d6c36f29ff
====== 
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: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/7e17e9cd395996fecf07e52ab8f5de75895b2621
====== 
Make uninitialised cursors behave sensibly

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

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5fa1df358e1bfb8994ca9e3e239c2b8d63096662
====== 
-- 
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