Commit report for master branch

The git bot announce at freeradius.org
Tue Feb 11 00:00:01 CET 2014


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

======
fixes to cf_section_sub_find_name2

Short-circuit the answer where we can.
Expand the code to make it clearer what's going on.
So that more cases can be short-circuited

Alan T. DeKok at 2014-02-10T18:45:14Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e37223337150343773b625f1cc3aa8ea064d31d6
====== 
Use /dev/urandom for randomness, if it exists

Alan T. DeKok at 2014-02-10T18:45:13Z
Files modified:
	* raddb/certs/Makefile
	* raddb/certs/bootstrap

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8b6d6426338007937df24c126cd717d6c13a481f
====== 
Load 10K of randomness, rather than 1M.

Alan T. DeKok at 2014-02-10T18:45:12Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f9de769097950437fce9f6949ee6f1e6a8442ef8
====== 
TLS clients and non-TLS listeners are forbidden

Alan T. DeKok at 2014-02-10T14:57:54Z
Files modified:
	* src/main/client.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a050c372cc610ef7e1064759733863e226d14d29
====== 
WARN for old-style client configuration

so we don't have surprises

Alan T. DeKok at 2014-02-10T14:57:53Z
Files modified:
	* src/main/client.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6339fbbf6739d8b979bf57a4876210cfb8272e29
====== 
Re-arrangement for ifdef WITH_TLS

Alan T. DeKok at 2014-02-10T14:57:52Z
Files modified:
	* src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b9c01e09270c0d857effbb5806934b560015116e
====== 
Proper encapsulation of information

the function to load dh params should check for a NULL filename.
The callers shouldn't care

Alan T. DeKok at 2014-02-10T14:57:51Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1cc1373ccf847200791b235cff4bc2107e62bb5c
====== 
Merge pull request #519 from matsimon/equallogic-dict

Add Equallogic dictionary

Arran Cudbard-Bell at 2014-02-10T10:41:49Z
Files modified:
	* share/dictionary.equallogic

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/90f95e3dfde8380e2fc9afd1d244d949fd0cfdd2
====== 
Add Equallogic dictionary

Add a dictionary for Equallogic devices. Although part of
Dell since 2008 the vendor ID still points to Equallogic.

The values were obtained from publicly available
"Dell Equallogic Group Manager Online Help, PS Series Firmware
Version 6.0 / FS Series Firmware Version 2.0"

Mathieu Simon at 2014-02-09T20:44:14Z
Files modified:
	* share/dictionary.equallogic

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b29728b4f70db0f3690977c0a6653c4561f2b1e7
====== 
If inst->output is NULL, don't request output pairs from radius_exec_program

Arran Cudbard-Bell at 2014-02-10T10:36:36Z
Files modified:
	* src/modules/rlm_exec/rlm_exec.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c19a337205c218555c5cb495d4068943f8f53289
====== 
Merge pull request #520 from matsimon/altiga-dict-new

Update the Altiga dictionary with new values

Arran Cudbard-Bell at 2014-02-10T10:22:08Z
Files modified:
	* share/dictionary.altiga

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5fccecca60811210542c004f3205e1543397451b
====== 
Update the Altiga dictionary with new values

Add new attributes and values to the Altiga networks dictionary
as found in the Cisco Prime 6.0 Access Registrar User Guide.

Add historical note about Altiga's aquisition in case someone is
(still) looking for Altiga-related documentation.

Mathieu Simon at 2014-02-10T10:15:33Z
Files modified:
	* share/dictionary.altiga

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/09cece1cc6a42a85226d386459cb78ad16664006
====== 
Output why we couldn't open the file 'does not exist' is not the reason in all cases

Arran Cudbard-Bell at 2014-02-10T08:30:01Z
Files modified:
	* src/main/conffile.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6fb025849d35e18c79042f9366c0019a250e40c0
====== 
Don't try and load dh_params if no dh file provided

Arran Cudbard-Bell at 2014-02-10T08:29:49Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/9bab2963da0051cf683d6fb75532cdaf719d2925
====== 
Set secret to radsec for tcp+tls home servers

Arran Cudbard-Bell at 2014-02-10T08:29:43Z
Files modified:
	* src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/718541fc80bb73b418707c6dce0f2e2b8e40eee5
====== 
Formatting

Arran Cudbard-Bell at 2014-02-10T08:29:36Z
Files modified:
	* src/include/realms.h

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1c3d99f209818dc90540277a56f6433dd9d0b091
====== 
Fix double free on error in home_server_add

Fix potential issue with wrong free function being used in home_server_add

Arran Cudbard-Bell at 2014-02-10T08:29:29Z
Files modified:
	* src/main/realms.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/9e8cd7653f3bf1c94fab9887b38564959ca0f785
====== 
Don't segfault in rlm_unix if attributes are missing from the main dictionary

Arran Cudbard-Bell at 2014-02-10T08:29:20Z
Files modified:
	* src/modules/rlm_unix/rlm_unix.c

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


More information about the Freeradius-Devel mailing list