New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Make sockets blocking. There's really no reason for them to be non-blocking. If the socket closes, we'll get an error returned. Alan T. DeKok@2015-02-03T23:21:48Z Files modified: * src/main/radmin.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/235311def30a612a3a0c4... ====== Add channels to radmin. there is now stdin, stdout, and stderr for radmin. radmin writes to the server on stdin. The server responds with data on stdout or stderr. the server also responds with a status of the command So that errors from the server go to the right place, and radmin can exit with the status of the commands Alan T. DeKok@2015-02-03T20:35:16Z Files modified: * man/man8/radmin.8 * src/include/channel.h * src/main/channel.c * src/main/command.c * src/main/radiusd.mk * src/main/radmin.c * src/main/radmin.mk Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/78984a68e874d806d0a6a... ====== Set -DCPPCHECK on cppcheck builds Alan T. DeKok@2015-02-03T20:34:07Z Files modified: * scripts/boiler.mk Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/572cdeeea111a47cf178b... ====== Deal with 0 retries in radeapclient Possibly fixed a bad path flagged by clang analyzer Arran Cudbard-Bell@2015-02-03T19:06:13Z Files modified: * src/modules/rlm_eap/radeapclient.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1bc97f8a856f56ab14e40... ====== Run clang static analyzer for at least one build in the matrix Arran Cudbard-Bell@2015-02-03T17:15:35Z Files modified: * .travis.yml Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/58ba789a4eaed3d59b161... ====== another redundant declaration Arran Cudbard-Bell@2015-02-03T17:11:14Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/aa3384f81ac87ab5ea00a... ====== Add command to get queue stats Arran Cudbard-Bell@2015-02-03T16:48:06Z Files modified: * src/main/command.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5610330650b96b4265e43... ====== Formatting Arran Cudbard-Bell@2015-02-03T16:48:01Z Files modified: * src/modules/rlm_ldap/ldap.c * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a0d070089a1080b222a4... ====== Remove duplicate declaration Arran Cudbard-Bell@2015-02-03T07:05:37Z Files modified: * src/modules/rlm_sometimes/rlm_sometimes.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/77cc919859a4557ec43b4... ====== The dynamic client server can return updated too. We probably want to at least warn when it's not OK and not UPDATED Arran Cudbard-Bell@2015-02-03T06:17:17Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6b2fb85cff899ee004f73... ====== Formatting Arran Cudbard-Bell@2015-02-03T06:17:17Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e0693fea0191214f6eef5... ====== Move "extern const FR_NAME_NUMBER mod_rcode_table[];" to modules.h Arran Cudbard-Bell@2015-02-03T06:17:17Z Files modified: * src/include/modcall.h * src/include/modules.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/693697677b93dae13a048... ====== -- This commit summary was generated @2015-02-04T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).