Commit report for v3.1.x branch

The git bot announce at freeradius.org
Sat Jun 6 00:00:02 CEST 2015


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

======
Cache FILE_INPUT from modules, too.

So that we can do HUP if a file changes for a module, but
avoid HUP if all of the files remain the same

Alan T. DeKok at 2015-06-05T20:41:38Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bcd081569e23fc7de5a58f08d6a74742db2d7eb3
====== 
Allow the same config file to be read twice

Because it's sometimes useful, and as an error, it rarely happens

Alan T. DeKok at 2015-06-05T20:41:37Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e3bffd3851c8816c495fb91bf11327aeb3b8bf07
====== 
re-open log file even if no config was changed

Alan T. DeKok at 2015-06-05T20:41:35Z
Files modified:
	* src/main/mainconfig.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/656f399cd0689557f1e31c995c9cc0d782ac35c3
====== 
Ignore HUP if no config files have changed

Alan T. DeKok at 2015-06-05T20:41:34Z
Files modified:
	* src/include/conffile.h
	* src/main/conffile.c
	* src/main/mainconfig.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/dbf37cc5d176337826a0a108cc5cc3f2fd465d78
====== 
Make an rbtree of files we've included

And track the dev / inode, instead of the filename.  It's better
and easier.

Alan T. DeKok at 2015-06-05T20:41:34Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/19290b1258afea2543ce27ab1f6cad5ccd45ad15
====== 
cf_file_include() is private.

And no one outside of conffile.c calls it.  Everyone else should
call cf_file_read()

Alan T. DeKok at 2015-06-05T20:41:33Z
Files modified:
	* src/include/conffile.h
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6b524a4121b31ff8ed61c1fcdaa6bbf592a98bab
====== 
Track include files at the top level, instead of each section

So that when we're asked to include the same file twice, but
from different sub-sections, we can track that.

Alan T. DeKok at 2015-06-05T20:41:32Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c5ce3b3094812ca92c6b39aa5b4f07169f46fdda
====== 
Whitespace

Alan T. DeKok at 2015-06-05T20:41:31Z
Files modified:
	* src/main/unittest.mk

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c711c96bb6219a0ccd2a013a84a28aefab2ce47d
====== 
OCSP messages should go to the request log, not the global log

Arran Cudbard-Bell at 2015-06-05T20:12:42Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6ece2bd141cf2701315566a789a4dffe6b02479f
====== 
Check if eaptls_prev is NULL

Arran Cudbard-Bell at 2015-06-05T19:47:59Z
Files modified:
	* src/modules/rlm_eap/libeap/eap_tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/76159ec1921245f9d87b802b3cd6efcb60d6ad08
====== 
Fix indentation for some messages, lower priority of others to make EAP-TLS debug cleaner

Reword yet more log messages, so they make sense for mortals

Arran Cudbard-Bell at 2015-06-05T19:38:11Z
Files modified:
	* src/main/tls.c
	* src/modules/rlm_eap/eap.c
	* src/modules/rlm_eap/libeap/eap_tls.c
	* src/modules/rlm_eap/types/rlm_eap_peap/peap.c
	* src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/12306526676bb198c6ab8a67e390834a53026a5d
====== 
Move tls_status_table outside of ENABLE_OPENSSL_VERSOIN_CHECK Closes #1030

Arran Cudbard-Bell at 2015-06-05T17:40:07Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/624d1b2e1ffbb3060428d1466beaef3de2ffb72c
====== 
Doxygen

Arran Cudbard-Bell at 2015-06-05T06:29:49Z
Files modified:
	* src/include/log.h

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4eb1e2ab592e41ab51205b2b6efc5f6c6641a063
====== 
Fix ROPTIONAL in sasl.c

Arran Cudbard-Bell at 2015-06-05T06:06:48Z
Files modified:
	* src/modules/rlm_ldap/sasl.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/16ea7d6e25447a32acacbf27c6809091471a1b45
====== 
Use common prefix for all TLS log messages

Arran Cudbard-Bell at 2015-06-05T05:59:29Z
Files modified:
	* src/include/log.h
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/cb1653ada29978b0e9eca137f5e2cb1f42ca16da
====== 
More logging fixes

Arran Cudbard-Bell at 2015-06-05T04:38:38Z
Files modified:
	* src/include/log.h
	* src/main/tls.c
	* src/modules/rlm_sql/sql.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bc86dc3a1a896956efbfcd8b818dba0da435d8a1
====== 
Define a prefix for ROPTIONAL global messages

Arran Cudbard-Bell at 2015-06-05T02:01:47Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f0f33fd25835778cea9dcc9aaa3a5923eef54571
====== 
Request may be null

Arran Cudbard-Bell at 2015-06-05T01:33:58Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/cbb4321be399e32e84b7ab1ed6e83515851e0fb2
====== 
More minor message tweaks

Arran Cudbard-Bell at 2015-06-05T01:21:36Z
Files modified:
	* src/modules/rlm_eap/eap.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2a07391a389999764d433047196006bf1bcfb0e9
====== 
Typos

Arran Cudbard-Bell at 2015-06-05T00:57:58Z
Files modified:
	* src/modules/rlm_eap/libeap/eap_tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4dc104047afcb7379a752a4b5c13e47a2d7e0159
====== 
Clearer debugging for EAP-TLS peer fragmentation

Arran Cudbard-Bell at 2015-06-05T00:43:20Z
Files modified:
	* src/modules/rlm_eap/libeap/eap_tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2ba75bd253958e20fe793ab313d2bc51c8345d3a
====== 
int_ssl_status_check should log to the request log

Arran Cudbard-Bell at 2015-06-05T00:42:36Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0a958c6bb35dea9f061c0aede09fbc547310a895
====== 
These aren't global errors, so should be REDEBUG not RERROR

Arran Cudbard-Bell at 2015-06-05T00:42:32Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2a1c27507638710b3c9543a613af1a7628330d0b
====== 
Use standard return code message format

Arran Cudbard-Bell at 2015-06-05T00:42:28Z
Files modified:
	* src/modules/rlm_eap/libeap/eap_tls.c
	* src/modules/rlm_eap/types/rlm_eap_peap/rlm_eap_peap.c
	* src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c
	* src/modules/rlm_eap/types/rlm_eap_ttls/rlm_eap_ttls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/22ec7818e10d193e72aa4c05ab8f577138ce82db
====== 
-- 
This commit summary was generated @2015-06-06T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list