aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | xinetd: add support for UCI configurationHelge Mader2020-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | | | | | Merge pull request #12324 from aaronjg/openfortivpn/netifdRosen Penev2020-06-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openfortivpn: Use netifd for script rather than init script
| * | | | | | | openfortivpn: avoid flash writes on pppd scriptAaron Goodman2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | openfortivpn: Use netifd for script rather than init scriptAaron Goodman2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using the netifd for open fortivpn we are able to set up multiple VPN connections and manage them through the netifd toolset. This also adds support for binding an openfortivpn client to a given interface, in which case when that interface comes online, the vpn will be initiated via a hotplug script. This is a breaking commit and configurations will need to be migrated from openfortivpn.config into the /etc/config/networks. Example configuration via /etc/config/network: config interface 'ftvpn' option proto 'openfortivpn' option server 'example.com' option username 'USERNAME' option password 'PASSWORD' # optional arguments follow option local_ip '192.0.5.1' option port '443' option iface_name 'wan' option trusted_cert 'CERT_HASH' option set_dns '0' option pppd_use_peerdns '0' option metric '10' Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | openfortivpn: version bump to 1.14.1Aaron Goodman2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | | | Merge pull request #12388 from neheb/dnsdRosen Penev2020-06-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dnsdist: fix compilation with libcxx 10
| * | | | | | | | dnsdist: fix compilation with libcxx 10Rosen Penev2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string_view is available with both boost and std. Backported extra patch getting rid of using namespace std. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | simple-adblock: remove obsolete dshield.org links from configStan Grishin2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | dawn: fix network packet format to be host-agnosticDavid Woodhouse2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried Dawn and it whined at me because it didn't understand its own packets from a different-endian host. Mon Jun 8 10:49:12 2020 daemon.err dawn[19742]: not complete msg, len:308, expected len:872480768 Mon Jun 8 10:49:12 2020 daemon.err dawn[19742]: not complete msg, len:708, expected len:3288465408 https://github.com/berlin-open-wireless-lab/DAWN/issues/92 Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | | | | | gnurl: update to version 7.70.0Daniel Golle2020-06-07
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #12096 from tohojo/sqm-scripts-dep-fixHannu Nyman2020-06-06
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | sqm-scripts: Switch sch_cake dependency to new virtual package
| * | | | | | | sqm-scripts: Switch sch_cake dependency to new virtual packageToke Høiland-Jørgensen2020-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported in https://github.com/openwrt/packages/issues/12072, the imagebuilder fails due to a dependency resolution error when the userspace packages are built using a target that has a different kernel version than that which is being run. To resolve this, move the sqm-scripts dependency to a new virtual package, which hopefully should be consistent with the actual kernel module being built. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | Merge pull request #12295 from neheb/ola2Rosen Penev2020-06-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ola: fix compilation with GCC4
| * | | | | | | | ola: replace gnu++11 patch with a configure varRosen Penev2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #12236 from ja-pa/tor-0.4.3.5Rosen Penev2020-06-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tor: update to version 0.4.3.5
| * | | | | | | | | tor: update to version 0.4.3.5Jan Pavlinec2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #12306 from d-bourdon/coova-enable-jsonRosen Penev2020-06-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | coova-chilli: Add json interface build option
| * | | | | | | | | | coova-chilli: Update pkg_releaseDylan Bourdon2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dylan Bourdon <dbourdon@student.42.fr>
| * | | | | | | | | | coova-chilli: Add json interface build optionDylan Bourdon2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dylan Bourdon <dbourdon@student.42.fr>
* | | | | | | | | | | dawn: update to latest versionNick Hainke2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - ubus: fix wrong parsing policy Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | Merge pull request #12360 from rs/nextdns-1.6.4-masterRosen Penev2020-06-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextdns: Update to version 1.6.4
| * | | | | | | | | | | nextdns: Update to version 1.6.4Olivier Poitrey2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the package so init script is installed from the binary instead of an init script embedded in the package. Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | | | | | | Merge pull request #12405 from peter-stadler/nginx-versionRosen Penev2020-06-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nginx: update to version 1.19.0
| * | | | | | | | | | | | nginx: update to version 1.19.0Peter Stadler2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump to newest version Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | | | | | | | dawn: fix x86 compilingNick Hainke2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #12410 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | | | Merge pull request #12400 from EricLuehrsen/masterRosen Penev2020-06-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | unbound: suggest matched domain option for dnsmasq link
| * | | | | | | | | | | | unbound: suggest matched domain option for dnsmasq linkEric Luehrsen2020-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | | | | unbound: bump PKG_RELEASEDavid Bauer2020-06-04
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes commit da76aeb24c1b ("unbound: expose interface-auto to UCI") Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | | | | | Merge pull request #12395 from tru7/knxdHannu Nyman2020-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | knxd: backport fix for usblowlever.cpp from upstream
| * | | | | | | | | | | knxd: backport fix for usblowlever.cpp from upstreamOthmar Truniger2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | | | Merge pull request #12362 from PolynomialDivision/feature/dawn_bumpHannu Nyman2020-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | dawn: bump to latest version
| * | | | | | | | | | | | dawn: bump to latest versionNick Hainke2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - ubus/datastorage: don't repeatedly ask devices for beacon reports if don't support it - uci: fix loading of config - utils/ubus: fix memory leak at blobmsg_format_json - ubus: add local flag to network overview - ubus: fix network overview - network/tcpsocket: make sure every msg is complete before handle - datastorage: refactor to support scalability testing - network/tcpsocket: make sure every msg is complete before handle - ubus: fix network overview - ubus: add local flag to network overview Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | | | | Merge pull request #12333 from stangri/master-simple-adblockHannu Nyman2020-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | simple-adblock: bugfix: proper error reporting on failed downloads; lists update script
| * | | | | | | | | | | | simple-adblock: bugfix: proper error reporting on failed downloads; lists ↵Stan Grishin2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update script Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | | | | Merge pull request #12386 from neheb/kismeRosen Penev2020-06-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | kismet: fix compilation with libcxx 10
| * | | | | | | | | | | | | kismet: fix compilation with libcxx 10Rosen Penev2020-06-02
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems a bind call is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | unbound: expose interface-auto to UCIDavid Bauer2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exposes the interface-auto option to UCI. By default, interface-auto is disabled. This leads to the DNS reply possibly originating from a different address then the request was sent to. Devices with a packet filter might not receive the reply in this case. Enabling interface-auto ensures the reply is sent with the source-address the request was sent to. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | | | | | | nmap: fix compilation with libcxx 10Rosen Penev2020-06-03
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems nmap's time header logic is broken. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | net/mosquitto: bump to 1.6.10Karl Palsson2020-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog at: https://mosquitto.org/blog/2020/05/version-1-6-10-released/ Fixes openssl 3.0 support, Minor fixes, nothing standout as applicable specifically to OpenWrt. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | | Merge pull request #12373 from dengqf6/ksmbdHannu Nyman2020-06-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ksmbd: update
| * | | | | | | | | | | | ksmbd-tools: update to 3.2.6DENG Qingfang2020-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | | | | knxd: bump to upstream version 0.14.38Othmar Truniger2020-06-01
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | | | Merge pull request #12281 from dl12345/bindRosen Penev2020-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | bind: add nslookup alternative to busybox nslookup
| * | | | | | | | | | | bind: add nslookup alternative to busybox nslookupIan Cooper2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add alternative to busybox nslookup. Busybox throws an error when the host does not have an AAAA record. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | | | | | | | | | ola: fix compilation with GCC4Rosen Penev2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script confusingly sets CXXFLAGS to gnu++11 but does not use that to check the important stuff. Fix that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #12369 from gladiac1337/haproxy-2.1.5Rosen Penev2020-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.1.5
| * | | | | | | | | | | | haproxy: Update HAProxy to v2.1.5Christian Lachner2020-05-31
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - This version introduces backtrace-support via backtrace(), however, it must be disabled because neither MUSL nor UCLIBC support it (build fails because of missing execinfo.h) - Our previous UCLIBC patch is now obsolete and has been removed. We now only disable libcrypt support. - A new patch was backported from the haproxy dev-branch which fixes an IFDEF which should only allow GLIBC to use dladdr1 and make builds fall back to dladdr when using other c-libs. The previous logic was bogus and broke the build on UCLIBC. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | | adblock: update 4.0.5-4Dirk Brenken2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove dumb list cache * start adblock processing after adding/removing list sources via CLI * add regional list source for france Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | Merge pull request #12346 from wt/acme_cron_improvementToke Høiland-Jørgensen2020-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | acme: remove cron entry on package removal
| * | | | | | | | | | | | acme: remove cron entry on package removalWren Turkal2020-05-30
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>