Commit report for v3.0.x branch

The git bot announce at freeradius.org
Sat Feb 20 14:18:04 CET 2016


New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)

======
Merge pull request #1484 from herwinw/rlm_python_fixes

Rlm python fixes

Alan DeKok at 2016-01-06T22:24:41Z
Files modified:
	* src/modules/rlm_python/prepaid.py
	* src/modules/rlm_python/radiusd.py
	* src/modules/rlm_python/rlm_python.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4acd54d3e22e11529be1db250fedf74fac138460
====== 
Allow strings as operator in rlm_python

Because ('Tmp-String-0', '!*', 'ANY') is just so more readable than ('Tmp-String-0', 21, 'ANY'). Plain integers still work for backwards compatibility. As a bonus, we get rid of the OP table in radiusd.py: this module was not supposed to be included in scripts running from FreeRADIUS, but was still referenced from prepaid.py. As a bonus, we get rid of a table that was no longer in sync with the definitions in tokens.h.

Herwin Weststrate at 2016-01-06T21:48:37Z
Files modified:
	* src/modules/rlm_python/prepaid.py
	* src/modules/rlm_python/radiusd.py
	* src/modules/rlm_python/rlm_python.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8d4893d3850dc7a2647f72a4b1e75e1f67a5537a
====== 
Show operator that is actually used instead of the default in rlm_python

So if we remove a certain attribute, display "!* ANY" instead of "= ANY"

Herwin Weststrate at 2016-01-06T21:48:13Z
Files modified:
	* src/modules/rlm_python/rlm_python.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a5c6c753982e03b5cf9efd4042764a799c87933f
====== 
Use other functions to update list after rlm_python call

Now we also support things like "!* ANY" to remove items.

Herwin Weststrate at 2016-01-06T21:25:04Z
Files modified:
	* src/modules/rlm_python/rlm_python.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/034b5b5d81ae22590024c9dc828bbd98db3076b0
====== 
Show list name in debug messages in rlm_python

The module has the possibility to update the reply and the control list. It is nice to know what list is updated or generates errors. The name of the parameter is based on the parameter with the same use in `rlm_perl`.

Herwin Weststrate at 2016-01-06T21:25:00Z
Files modified:
	* src/modules/rlm_python/rlm_python.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e2ffa39789fb40d2e4344d9a44c1e4d17f4ffe7f
====== 
Add --silent for jlibtool

Alan T. DeKok at 2016-01-06T22:23:52Z
Files modified:
	* src/tests/map/map_tests.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/09c3ae978ce1cd0c5c7f78c1aaf363b5480c8fb6
====== 
Use jlibtool when running local binaries.

It knows how to find the libraries

Alan T. DeKok at 2016-01-06T21:36:11Z
Files modified:
	* src/tests/map/map_tests.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0d94624228c1b6b814bf959a5ce21263c6d20385
====== 
Print out Cleartext-Password if comparison fails

Alan T. DeKok at 2016-01-06T15:30:33Z
Files modified:
	* src/modules/rlm_pap/rlm_pap.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/70fd787e3ed21005214a3d9e0f7b955b8597eb33
====== 
-- 
This commit summary was generated @2016-01-07T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list