New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Merge pull request #271 from alanbuxey/master small fixup as cannot have GCC fixup pragma inside function Arran Cudbard-Bell@2013-04-21T21:32:29Z Files modified: * raddb/mods-available/cache_eap * share/dictionary * src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/38c3a590058cc7f0de431... ====== DHCP module needs its dictionary default install fails with this: Cannot open /etc/raddb/dictionary.dhcp: dict_init: Couldn't open dictionary "/etc/raddb/dictionary.dhcp": No such file or directory /etc/raddb/mods-enabled/dhcp[18]: Instantiation failed for module "dhcp" dictionary file not loaded up as its not in dictionary. added as include (but note that the error message isnt right..the path is not printed correctly!) Alan Buxey@2013-04-21T21:13:18Z Files modified: * share/dictionary Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f326065ec9200c3d188b1... ====== fix for default config small fixup to remove the following warnings: WARNING: /etc/raddb/mods-enabled/cache_eap[10]: Please add '&' for attribute reference 'reply: = &reply:' WARNING: /etc/raddb/mods-enabled/cache_eap[11]: Please add '&' for attribute reference 'control:State = &request:State' Alan Buxey@2013-04-21T20:53:40Z Files modified: * raddb/mods-available/cache_eap Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4412c0b504bc8cca0c328... ====== small fixup as cannot have diagnostic in function # make CC src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c: In function ‘fb_error’: src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c:112: error: #pragma GCC diagnostic not allowed inside functions src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c:113: warning: ‘isc_interprete’ is deprecated (declared at /usr/include/ibase.h:787) src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c:114: error: #pragma GCC diagnostic not allowed inside functions src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c:117: error: #pragma GCC diagnostic not allowed inside functions src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c:118: warning: ‘isc_interprete’ is deprecated (declared at /usr/include/ibase.h:787) src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c:119: error: #pragma GCC diagnostic not allowed inside functions make: *** [build/objs/src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.lo] Error 1 Alan Buxey@2013-04-21T20:46:33Z Files modified: * src/modules/rlm_sql/drivers/rlm_sql_firebird/sql_fbapi.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f7550099c5655e47c0b8b... ====== -- This commit summary was generated @2013-04-22T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).