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@2014-02-10T18:45:14Z Files modified: * src/main/conffile.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e37223337150343773b62... ====== Use /dev/urandom for randomness, if it exists Alan T. DeKok@2014-02-10T18:45:13Z Files modified: * raddb/certs/Makefile * raddb/certs/bootstrap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8b6d6426338007937df24... ====== Load 10K of randomness, rather than 1M. Alan T. DeKok@2014-02-10T18:45:12Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f9de769097950437fce9f... ====== TLS clients and non-TLS listeners are forbidden Alan T. DeKok@2014-02-10T14:57:54Z Files modified: * src/main/client.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a050c372cc610ef7e1064... ====== WARN for old-style client configuration so we don't have surprises Alan T. DeKok@2014-02-10T14:57:53Z Files modified: * src/main/client.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6339fbbf6739d8b979bf5... ====== Re-arrangement for ifdef WITH_TLS Alan T. DeKok@2014-02-10T14:57:52Z Files modified: * src/main/realms.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b9c01e09270c0d857effb... ====== Proper encapsulation of information the function to load dh params should check for a NULL filename. The callers shouldn't care Alan T. DeKok@2014-02-10T14:57:51Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1cc1373ccf847200791b2... ====== Merge pull request #519 from matsimon/equallogic-dict Add Equallogic dictionary Arran Cudbard-Bell@2014-02-10T10:41:49Z Files modified: * share/dictionary.equallogic Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/90f95e3dfde8380e2fc9a... ====== 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@2014-02-09T20:44:14Z Files modified: * share/dictionary.equallogic Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b29728b4f70db0f369097... ====== If inst->output is NULL, don't request output pairs from radius_exec_program Arran Cudbard-Bell@2014-02-10T10:36:36Z Files modified: * src/modules/rlm_exec/rlm_exec.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c19a337205c218555c5cb... ====== Merge pull request #520 from matsimon/altiga-dict-new Update the Altiga dictionary with new values Arran Cudbard-Bell@2014-02-10T10:22:08Z Files modified: * share/dictionary.altiga Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5fccecca60811210542c0... ====== 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@2014-02-10T10:15:33Z Files modified: * share/dictionary.altiga Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/09cece1cc6a42a85226d3... ====== Output why we couldn't open the file 'does not exist' is not the reason in all cases Arran Cudbard-Bell@2014-02-10T08:30:01Z Files modified: * src/main/conffile.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6fb025849d35e18c79042... ====== Don't try and load dh_params if no dh file provided Arran Cudbard-Bell@2014-02-10T08:29:49Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9bab2963da0051cf683d6... ====== Set secret to radsec for tcp+tls home servers Arran Cudbard-Bell@2014-02-10T08:29:43Z Files modified: * src/main/realms.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/718541fc80bb73b418707... ====== Formatting Arran Cudbard-Bell@2014-02-10T08:29:36Z Files modified: * src/include/realms.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1c3d99f209818dc905402... ====== 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@2014-02-10T08:29:29Z Files modified: * src/main/realms.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9e8cd7653f3bf1c94fab9... ====== Don't segfault in rlm_unix if attributes are missing from the main dictionary Arran Cudbard-Bell@2014-02-10T08:29:20Z Files modified: * src/modules/rlm_unix/rlm_unix.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/590468799e04030fbcd7a... ====== -- This commit summary was generated @2014-02-11T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).