aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | travelmate: update to 0.9.3Dirk Brenken2017-08-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | * backend/frontend: supports a Connection Limit ('trm_maxretry') of '0', to disable this feature (unlimited retries) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | shadowsocks-libev: rewrite ss-rulesYousong Zhou2017-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New UCI options ifnames, dst_default - UCI options src_ips_xxx now accept cidr as their values - Export ipset names as part of the interface so that it can be depended on and used by other programs - Bypass only remote servers used ss-redir instances, so that it's possible to let other servers to go through existing re-redir instances Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | shadowsocks-libev: Update AEAD cipher names.Leong Hui Wong2017-08-19
| | | | | | | | | | | | | | | | Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
* | | | cgi-io: fix stray semicolonJo-Philipp Wich2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an improperly placed semicolon in order to solve the following compiler error: .../main.c:144:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL)); ^~ .../main.c:145:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return NULL; ^~~~~~ cc1: all warnings being treated as errors Fixes #4723. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #4683 from pprindeville/bind-build-deprecatedNoah Meyerhans2017-08-17
|\ \ \ \ | | | | | | | | | | bind: patch unneeded if openssl is build w/ deprecated
| * | | | bind: patch unneeded if openssl is build w/ deprecatedPhilip Prindeville2017-08-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #4713 from philjohn/patch-1Hannu Nyman2017-08-17
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: add support for dynu.com IPv6 update
| * | | | | ddns-scripts: update PKG_RELEASE in MakefilePhil John2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested, bumping the PKG_RELEASE Signed-off-by: Phil John <philjohn@gmail.com>
| * | | | | ddns-scripts: add support for dynu.com IPv6 updatePhil John2017-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynu.com already support IPV6 updates using the parameter myipv6, adding to services_ipv6 to enable support in OpenWRT/LEDE Signed-off-by: Phil John <philjohn@gmail.com>
* | | | | | mwan3: fix bugs introduced in 815e83d4Marcin Jurkowski2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following bugs introduced in commit 815e83d4: - hotplug: invalid parameter order when initial interface state is "online", mwan3track expects initial state to be the third argument - hotplug: missing source ip address when initial interface state is "offline" - mwan3track: source ip address should be the fourth argument Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | memcached: bump to version 1.5.0Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | apache: update to 2.4.47Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes security issues CVE-2017-7679, CVE-2017-7668, CVE-2017-7659, CVE-2017-3169 CVE-2017-3167, CVE-2017-9788, CVE-2017-9789 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | haproxy: update to 1.7.8 and pending patchesThomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes reload issue with hanging process Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | nginx: update lua-nginx to cdd2ae921f67bf396c743406493127be496e57ceThomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes lua compilation issue Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | Merge pull request #4706 from donvipre/nginx_1.12.1Thomas Heil2017-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | nginx: update to 1.12.1
| * | | | | | nginx: update to 1.12.1Uwe Arnold2017-08-13
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2017-7529 remove PKG_MD5SUM as it is deprecated Signed-off-by: Uwe Arnold <donvipre@gmail.com>
* | | | | | Merge pull request #4719 from TDT-GmbH/mwan3-add-mmx-configHannu Nyman2017-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | net/mwan3: add mmx config option over uci
| * | | | | | net/mwan3: update versionFlorian Eckert2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | net/mwan3: make mwan3 mask configurable over uciFlorian Eckert2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new global config option mmx_mask. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | mosquitto: properly use localhost instead of ipv4Karl Palsson2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some environments, connecting to localhost was resolving to ::1, which didn't match the bind to the explicit 127.0.0.1. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | mosquitto: support more config options in UCIKarl Palsson2017-08-16
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added many more UCI config options, particularly for bridge connections The recently introduced username/password options for bridges are kept, even though they have been deprecated upstream for a while. In keeping with this, while support is kept in UCI, the generated mosquitto.conf file will always generate the "modern" remote_username/remote_password options preferred by mosquitto instead. Likewise for bridge clientid and remote_clientid options. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | Merge pull request #4714 from neheb/mastertripolar2017-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | ssh: Add umdns entry to the init script.
| * | | | | | ssh: Add umdns entry to the init script.Rosen Penev2017-08-15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is usefull for hosts to discover the ssh server, especially on macOS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #4709 from kdarbyshirebryant/nlbwmontweakJo-Philipp Wich2017-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | nlbwmon: preserve protocols mapping across sysupgrade
| * | | | | | nlbwmon: preserve protocols mapping across sysupgradeKevin Darbyshire-Bryant2017-08-14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define package config files to preserve /usr/share/nlbwmon/protocols across sysupgrade Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | | | | | ntpd: move ntpq to ntp-utilsPeter Wagner2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | acme: Make sure postrm script doesn't failToke Høiland-Jørgensen2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | gnurl: update to version 7.55.0Daniel Golle2017-08-15
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | shadowsocks-libev: setting mode with default value tcp_onlyYousong Zhou2017-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the default value taken by ss-server and ss-redir. After this change ss_rules section can still use those ss-redir instances who do not have mode explicitly specified. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #4695 from dibdot/patch-1champtar2017-08-12
|\ \ \ \ \ | | | | | | | | | | | | dnscrypt-proxy: change start priority
| * | | | | dnscrypt-proxy: change start priorityDirk Brenken2017-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adapt start priority to the new trigger based setup Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #4696 from dibdot/travelmateHannu Nyman2017-08-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | travelmate: update to 0.9.2
| * | | | | | travelmate: update to 0.9.2Dirk Brenken2017-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backend: fix typo in log message * frontend: add/modify input datatypes in 'extra' section * frontend: add support to edit/change wpa enterprise key phrases * frontend: various small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #4690 from val-kulkov/subversion-packageHannu Nyman2017-08-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | subversion: update to 1.9.7
| * | | | | | | subversion: update to 1.9.7Val Kulkov2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a straightforward update to the latest version that fixes a security issue per CVE-2017-9800: http://subversion.apache.org/security/CVE-2017-9800-advisory.txt Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | git: update to 2.14.1Peter Wagner2017-08-11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2017-1000117 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #4688 from TDT-GmbH/mwan3-featuresHannu Nyman2017-08-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | net/mwan3: add new feature and bug fixes
| * | | | | | | net/mwan3: update versionFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: add hotplug script for hidden self interface generationFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new globals config section with option local_source. With this config option the self interface generation will be done now automatically on hotplug event. You can specify which interface (ip) sould be used for router traffic. To replace the self intereface in the config set local_source to "lan". The default option is none, so it will not change default behavior if a "self" interface is configured in the network section. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: add Makefile postinst and postrm for rpcdFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restart rpcd on package install/remove Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: fix ipset generation in hotplug script with an lockFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix critical section during hotplug events. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: fix ubus json datatypFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: expand ubus to show when last mwan3track check was doneFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To know how old the ubus output is, add an age parameter which indicats how old the check informations on the interface are. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: on startup mark interface online only if track_ip are reachableFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new interface config option "inital_state". If interface comeing up the first time(mwan3 start, boot), there are now two option for interface behaviour: - online (default as is now) Set up interface regardless wether tracking ip are reachable or not. - offline Set up interface first to ping tracking ip and if they are reachable set up the interface completely. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: fix ping issue if last interface recovers from failureFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though error was fixed the interface checks still fails, if last_resort was set to blackhole or unreachable. To fix this issue do not remove failure interface from iptables change on down event. Reported-by: Colby Whitney <colby.whitney@luxul.com> Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: move mwan3track clean up to mwan3 cmdFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is usefull to see the last state of the interface with ubus. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: remove unused global definitionFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: fix mwan3track kill executionFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If two interface have the same prefix "wan" for example "wan" and "wan1" pgrep returns the PID for wan1 also "pgrep -f mwan3track wan". Before this fix "wan1" was also killed! This is not what we want. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: fix ubus output for mwan3track running stateFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ubus output for mwan3track running state Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | net/mwan3: change logging output on hotplug interface eventFlorian Eckert2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change logging output on hotplug interface event Signed-off-by: Florian Eckert <fe@dev.tdt.de>