Commit report for master branch

The git bot announce at freeradius.org
Tue Nov 25 00:00:02 CET 2014


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

======
Update cache

Arran Cudbard-Bell at 2014-11-24T23:50:12Z
Files modified:
	* raddb/mods-available/cache

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/203f2741d7555e0ed82807fb8c7ebeac3d9b73bd
====== 
Ignore .ok files

Arran Cudbard-Bell at 2014-11-24T23:38:03Z
Files modified:
	* src/tests/.gitignore

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/79399d1bdb9cdd3968b06c4c9c958e6646cc17a1
====== 
Allow "if" etc. in the "instantiate" section

Alan T. DeKok at 2014-11-24T23:18:32Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0f4e60bcce27bab973fd99cf15e82e1bb7b4b808
====== 
Update documentation for += and [#] [*]

Arran Cudbard-Bell at 2014-11-24T23:01:16Z
Files modified:
	* man/man5/unlang.5

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1df84d6fed3638fbfdc8d374ebe986745f9364a8
====== 
Prefix some examples with '&' in man unlang

Arran Cudbard-Bell at 2014-11-24T23:01:16Z
Files modified:
	* man/man5/unlang.5

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/cb65d14a160c74c66af940e214cdfc68e97299b7
====== 
Run PEAP and TTLS tests if eapol_test exists

Alan T. DeKok at 2014-11-24T23:00:28Z
Files modified:
	* src/tests/Makefile
	* src/tests/config/test.conf

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3160a620e0fafdf6717d94b9aa4e742c86ca82e7
====== 
Relax restrictions on modules in instantiate

We can have "files.authorize", for example...

Alan T. DeKok at 2014-11-24T23:00:27Z
Files modified:
	* src/main/modules.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8cb334c9835b392e306fdd31556d44e7e6f09d00
====== 
Make it the same as other tests

Alan T. DeKok at 2014-11-24T23:00:24Z
Files modified:
	* src/tests/eap-ttls-pap.conf

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/19c48616fa871cafb66c828a7abdac3cf2d51eca
====== 
Set the prefix in the ip address we use to locate the home server

Arran Cudbard-Bell at 2014-11-24T22:45:02Z
Files modified:
	* src/main/process.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3103d5097551a997aa2bae110d09a7cbf283fddc
====== 
Document &Attribute-Name[*]

Alan T. DeKok at 2014-11-24T21:45:59Z
Files modified:
	* man/man5/unlang.5

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b19676a49789b7ae5c2ca0c361c89f3c22f8f3b8
====== 
Fix raddebug so it exits on condition parse error

Arran Cudbard-Bell at 2014-11-24T21:42:35Z
Files modified:
	* scripts/raddebug
	* src/main/command.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e1bdb520aa03d188818a66b00cafbcd77f52ced5
====== 
Typo

Arran Cudbard-Bell at 2014-11-24T21:42:35Z
Files modified:
	* src/main/radmin.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/45ae0ebe78542af61b336c96c2cb95585163372e
====== 
Allow "group" in instantiate

Alan T. DeKok at 2014-11-24T21:28:30Z
Files modified:
	* src/main/modules.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2b35499ba093cc22e419074e7749025e536c24cd
====== 
Write condition parsing errors back to radmin so we know when they've failed

Arran Cudbard-Bell at 2014-11-24T21:05:14Z
Files modified:
	* src/main/command.c
	* src/main/parser.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c561f047e928100595d3635a1ebc4d0eaf674a77
====== 
Fix issues from previous commit

Arran Cudbard-Bell at 2014-11-24T21:05:10Z
Files modified:
	* src/main/radmin.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c9f52fc5ac5fc66d0f9bde3c82e4e0bfe46dff35
====== 
Implement auto-reconnect in radmin (if the server goes away we re-establish the socket on the next command)

Arran Cudbard-Bell at 2014-11-24T20:18:47Z
Files modified:
	* src/main/radmin.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f29b9e209cb73ab1cfa6c346df36e897d008a593
====== 
Tidy up preprocessor stuff in radmin.c

Arran Cudbard-Bell at 2014-11-24T20:18:47Z
Files modified:
	* src/main/radmin.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6634cfb29599fb3c8fef179723a7992a96b4e68b
====== 
Forbid "users" file from doing regex compares of non-string attrs

Alan T. DeKok at 2014-11-24T19:49:58Z
Files modified:
	* src/main/files.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2ad5fac6434be425d6b585333b81289be60f0beb
====== 
Fix PEAP.  This is mostly a revert of 22c9033c07e4e

With log.lvl changed back to options for things which use
options, but don't want to muck with the log levels

Alan T. DeKok at 2014-11-24T19:49:57Z
Files modified:
	* src/include/radiusd.h
	* src/modules/rlm_eap/eap.c
	* src/modules/rlm_eap/rlm_eap.c
	* src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c
	* src/modules/rlm_eap/types/rlm_eap_peap/peap.c
	* src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5d118b9f8a92ce40cf9e68ad5ba9816987970099
====== 
Depend on the modules, not on the non-existent config files

Alan T. DeKok at 2014-11-24T18:21:41Z
Files modified:
	* src/tests/keywords/all.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/319197877cfb30dad7640bb29b2d2a94e5251712
====== 
Look at request->proxy, not fake->packet

Alan T. DeKok at 2014-11-24T14:10:51Z
Files modified:
	* src/modules/rlm_eap/types/rlm_eap_peap/peap.c

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


More information about the Freeradius-Devel mailing list