Commit report for master branch

The git bot announce at freeradius.org
Fri Jul 12 00:00:02 CEST 2013


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

======
Add libpcre3-dev to .travis.yml

Arran Cudbard-Bell at 2013-07-11T17:20:14Z
Files modified:
	* .travis.yml

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/67a2b4c511be8aa263d188162bba64bd5fa7342c
====== 
inst->xlat_name not needed for debug messages in rlm_redis

Arran Cudbard-Bell at 2013-07-11T17:09:02Z
Files modified:
	* src/modules/rlm_redis/rlm_redis.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/82961d74ffcbf1ec4a4f13b6cc79ddc35d7e656d
====== 
-lregex is required for mingw, but is apparently not available on other systems

Arran Cudbard-Bell at 2013-07-11T17:07:17Z
Files modified:
	* configure
	* configure.ac

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d6b4f43eb394b7314c55b476b1fac5c96c343911
====== 
inst->xlat_name not needed for debug messages in rlm_krb5

Arran Cudbard-Bell at 2013-07-11T16:36:35Z
Files modified:
	* src/modules/rlm_krb5/rlm_krb5.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4715310cf9b01ee636157d84104637a9df7faceb
====== 
Notes on rlm_ruby

Arran Cudbard-Bell at 2013-07-11T16:34:03Z
Files modified:
	* src/modules/rlm_ruby/rlm_ruby.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a156edf61c03476504a6a862379e627ef1c39bb5
====== 
Fix invalid format strings and bugs revealed by the previous change

Arran Cudbard-Bell at 2013-07-11T16:15:53Z
Files modified:
	* src/modules/rlm_eap/eap.c
	* src/modules/rlm_exec/rlm_exec.c
	* src/modules/rlm_ldap/groups.c
	* src/modules/rlm_replicate/rlm_replicate.c
	* src/modules/rlm_ruby/rlm_ruby.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a4d1d5aff780f76ff53c7fe34cff0ef9c7bf646a
====== 
Enable format string validation for module_failure_msg

Arran Cudbard-Bell at 2013-07-11T16:09:10Z
Files modified:
	* src/include/radiusd.h
	* src/main/valuepair.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/7b079d6afa82abf6510d2a22f06de6940127ea8f
====== 
Use <INVALID> instead of ¿unknown? to be consistent with the rest of the server

Arran Cudbard-Bell at 2013-07-11T15:57:48Z
Files modified:
	* src/main/conffile.c
	* src/main/map.c
	* src/main/util.c
	* src/main/valuepair.c
	* src/modules/rlm_cache/rlm_cache.c
	* src/modules/rlm_ldap/attrmap.c
	* src/modules/rlm_ldap/rlm_ldap.c
	* src/modules/rlm_replicate/rlm_replicate.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/49c0ba4227b13decb50ce3aab44b167a7c2a50e5
====== 
We don't skip, we just stop processing the update section

Arran Cudbard-Bell at 2013-07-11T15:57:48Z
Files modified:
	* src/main/valuepair.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/344529b9c0377b09da37e99b41eeb912573b051c
====== 
Fix typo

Alan T. DeKok at 2013-07-11T14:46:25Z
Files modified:
	* raddb/all.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f826c7b971fece4fb2660ca1d6d63cc0dcef2f42
====== 
Installed links depend on the installation dir.  Closes #360

Through the simple expedient of having the rules for the links
active ONLY when the directory doesn't exist.  If the directory
exists, the rules aren't active, and no links are created

Alan T. DeKok at 2013-07-11T14:05:44Z
Files modified:
	* raddb/all.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4783873eb740a2dc3b9c1c0764bfd77af646c7f2
====== 
Don't echo if we do nothing

Alan T. DeKok at 2013-07-11T14:05:25Z
Files modified:
	* raddb/all.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b2fd92b8433ab6c7806cfc3221804f9352a506b5
====== 
Re-enable [n] [#] and [*].  Closes #354.

This code was deleted during the change to cursors.

Alan T. DeKok at 2013-07-11T09:38:09Z
Files modified:
	* src/main/xlat.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4b9be42a2f1b45e97ee12de0d412a4f65c750074
====== 
Buffer may be NULL.  Closes #358

Alan T. DeKok at 2013-07-11T09:38:09Z
Files modified:
	* src/main/evaluate.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/25be6e05b0974a08a6e31e41de16ad60df9bfeec
====== 
Restructure map2request and dependencies to return a status code instead of VALUE_PAIRs

Arran Cudbard-Bell at 2013-07-11T01:01:07Z
Files modified:
	* src/include/radiusd.h
	* src/main/modcall.c
	* src/main/valuepair.c
	* src/modules/rlm_ldap/attrmap.c
	* src/modules/rlm_ldap/rlm_ldap.c

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


More information about the Freeradius-Devel mailing list