New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Add triggers to the exfile API Arran Cudbard-Bell@2016-03-02T22:47:40Z Files modified: * share/dictionary.freeradius.internal * src/include/exfile.h * src/main/exfile.c * src/modules/rlm_detail/rlm_detail.c * src/modules/rlm_linelog/rlm_linelog.c * src/modules/rlm_sql/sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4ac4be0b6f20df2f7b9b6... ====== Merge enable_triggers and trigger_args functions Arran Cudbard-Bell@2016-03-02T21:48:04Z Files modified: * src/include/connection.h * src/main/connection.c * src/main/modules.c * src/modules/rlm_redis/cluster.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8d8674d550d3bbea3f1f5... ====== Add fr_cursor_prepend Arran Cudbard-Bell@2016-03-02T21:47:43Z Files modified: * src/include/libradius.h * src/lib/cursor.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1133c34a3a35ae7d1958b... ====== make note on TCP sockets for originate CoA It would be nice if CoA packets did fail-over in the same way that normal proxied packets did fail-over Alan T. DeKok@2016-03-02T17:46:52Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d27357868ad3f3ac870f8... ====== move decode of proxy reply to functions that need it Alan T. DeKok@2016-03-02T17:38:13Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a02c961b8901260e5b26b... ====== Move test for no proxy listener to socket state machine functions Alan T. DeKok@2016-03-02T17:32:39Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ed61efe22eb29f42308ac... ====== Remove dead code the function starts off by checking request->proxy->listener, so there's no need to check for it again Alan T. DeKok@2016-03-02T17:18:20Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/62147990bce31f45d0bce... ====== Move post-proxy reply code out of process_proxy_reply because the "originate CoA" code calls the function too, and that code doesn't reply to the NAS Alan T. DeKok@2016-03-02T17:16:17Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/35ce8a4c462dd741733f4... ====== Merge pull request #1550 from herwinw/json_fixes_v3.1 Deprecate dependency on libjson0 in Debian build Alan DeKok@2016-03-02T16:15:34Z Files modified: * debian/control Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/93f0315e474e4eb82a22f... ====== Deprecate dependency on libjson0 in Debian build This package is a transitional package in Debian stable, but still includes a few files that will be used if they exist on the file system. Prefer the newer packages. Builds with the older packages are still possible, Travis-CI doesn't have the new ones available. Herwin Weststrate@2016-02-27T12:58:46Z Files modified: * debian/control Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/395df9d718bc3786f7429... ====== Merge pull request #1552 from alextwl/v3.1.x Fix wrong inner EAP type in src/tests/eapol_test/peap-eap-gtc.conf. Alan DeKok@2016-03-02T16:15:10Z Files modified: * src/tests/eapol_test/peap-eap-gtc.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4bd0ac093936bed1c092f... ====== Fix wrong inner EAP type in src/tests/eapol_test/peap-eap-gtc.conf. Inner EAP type should be GTC for PEAPv0/EAP-GTC, and phase2 param field should be "auth" for EAP-PEAP while "autheap" is for EAP-TTLS as mentioned in the example of wpa_supplicant.conf. Wei-Li Tang@2016-02-28T17:33:39Z Files modified: * src/tests/eapol_test/peap-eap-gtc.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/02207058b91f853335bff... ====== Handle NO_DATA. Fixes #1551 Alan T. DeKok@2016-03-02T16:14:44Z Files modified: * src/modules/rlm_sql/drivers/rlm_sql_oracle/rlm_sql_oracle.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e6e4ef0c5e5634c1c3ba7... ====== Don't create response if it's do_not_respond. As a bug fix to commit 7ef12be8 Alan T. DeKok@2016-03-02T02:21:39Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/25e29f2851d610b434286... ====== -- This commit summary was generated @2016-03-03T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).