aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* openfortivpn: don't report error if symlink already existsAaron Goodman2020-07-28
| | | | | | | | If two openfortivpn scripts are started at the same time, a race condition can occur where the conditional evaluates to true, but the symlink exists by the time the other script tries to create it Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* openfortivpn: minor formatting changesAaron Goodman2020-07-28
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* openfortivpn: block restart after authentication failureAaron Goodman2020-07-28
| | | | | | | | Block restart of the interface if the openfortivpn fails to authenticate. Without this check, with a bad password, netifd will continually hit the VPN endpoint with connection attempts Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* openfortivpn: Only start autostart interfaces on hotplug eventAaron Goodman2020-07-21
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* Merge pull request #12799 from aaronjg/openfortivpn/netifdRosen Penev2020-07-21
|\ | | | | openfortivpn: use standard 'peerdns' config option on netifd script
| * openfortivpn: use standard 'peerdns' argument on netifd scriptAaron Goodman2020-07-19
| | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | gnunet: update to version 0.13.1Daniel Golle2020-07-22
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #12879 from TDT-AG/pr/20200720-mwan3Rosen Penev2020-07-20
|\ \ | | | | | | mwan3: update to version 2.8.11
| * | mwan3: update version to 2.8.11Florian Eckert2020-07-20
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: add online and uptime to detail outputFlorian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | | Add also online time value and uptime time value from netifd to the detail output view. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: add workaround for procd changeFlorian Eckert2020-07-20
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: also cleanup lock on mwan3 stopFlorian Eckert2020-07-20
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: fix rtmon routing table function generationFlorian Eckert2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the uci option family is not set in the interface section, then there is no default value set as in the `config_load / config_get` API. The problem here is that if the family is not set, the default value ipv4 is normaly assumed. But the comparison fails here because the value is empty and therefore the dedicated routing table for this interface is not compared with the other routes from the main table and so not updated. To fix this set the default value for this config option which is`false` for enabled and `ipv4` for family. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #12848 from BKPepe/squidRosen Penev2020-07-20
|\ \ \ | |/ / |/| | squid: update to version 4.12 (security update)
| * | squid: update to version 4.12Josef Schlehofer2020-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes CVEs: CVE-2019-12519 CVE-2019-12520 CVE-2019-12521 CVE-2019-12523 CVE-2019-12524 CVE-2019-12525 CVE-2019-12526 CVE-2019-12527 CVE-2019-12528 CVE-2019-12529 CVE-2019-12824 CVE-2019-12854 CVE-2019-13345 CVE-2019-18676 CVE-2019-18677 CVE-2019-18678 CVE-2019-18679 CVE-2020-8449 CVE-2020-8450 CVE-2020-11945 CVE-2020-14058 CVE-2020-15049 - Remove patch for cross-compilation The patch should not be included in the OpenWrt at all without any commit message/description. Is not needed and there should be used HOST variables instead of BUILD variables (e.g. HOSTCXX) However, the BUILDCXX is set in Makefile to HOSTCXX - Renumber glibc patch and refresh it Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #12814 from aaronjg/improvements/mwan3-misc-improvements-rbFlorian Eckert2020-07-20
|\ \ \ | |_|/ |/| | mwan3: clean up ipv4/ipv6 duplicated code and misc. improvments
| * | mwan3: fix IPv6 routing add handlingFlorian Eckert2020-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes routing handling. Introduced with the last version update. The following message disappears on the shell when mwan3 is called with 'mwna3 restart`. `Error: Invalid gateway address.` Signed-off-by: Florian Eckert <fe@dev.tdt.de> [aaronjg@stanford.edu: fully unset variable and handle ipv4 as well] Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: fix idx calculationFlorian Eckert2020-07-19
| | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de> [aaronjg@stanford.edu: fix syntax error] Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: version bumpAaron Goodman2020-07-19
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: cleanup duplicate ipv4 and ipv6 logicAaron Goodman2020-07-19
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: don't send iptable setup failures to /dev/nullAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | silencing failing rules makes debugging more difficult Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: add default rule for ipv6 in example configAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | | | | default rule only applied to ipv4 with dest_ip 0.0.0.0/0 and error was hidden when trying to apply it in ip6table Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: don't try to use ipv6 if not installedAaron Goodman2020-07-19
| | | | | | | | | | | | | | | | | | fix issue #11826 Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: be more efficient with sleep after killing trackersAaron Goodman2020-07-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: don't add single ipv4 to connected list if already covered by a cidrAaron Goodman2020-07-16
| |/ | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | Merge pull request #12864 from aaronjg/bugfix/openfortivpn-pingRosen Penev2020-07-19
|\ \ | | | | | | openfortivpn: add host up test back
| * | openfortivpn: add option to use ither curl or ping to test host statusAaron Goodman2020-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow use of curl rather than ping to test if a host is up since a host may not respond to ping, but an https request is part of the openfortivpn connection, so this is a more reliable test also clean up overly verbose logging Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | Merge pull request #12861 from neheb/apiRosen Penev2020-07-19
|\ \ \ | | | | | | | | apinger: fix compilation with GCC 10
| * | | apinger: fix compilation with GCC 10Rosen Penev2020-07-17
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12860 from neheb/bfddRosen Penev2020-07-19
|\ \ \ \ | | | | | | | | | | bfdd: fix compilation with GCC 10
| * | | | bfdd: fix compilation with GCC 10Rosen Penev2020-07-17
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12856 from neheb/fpiRosen Penev2020-07-18
|\ \ \ \ | | | | | | | | | | fping: update to 4.3
| * | | | fping: update to 4.3Rosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC 10. Backported upstream patch to fix compilation without IPv6. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12854 from neheb/radsRosen Penev2020-07-18
|\ \ \ \ \ | | | | | | | | | | | | memcached: update to 1.6.6
| * | | | | memcached: update to 1.6.6Rosen Penev2020-07-17
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC 10. Added PKG_BUILD_PARALLEL for faster compilation. Simplified configure var. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | / / / wsdd2: Uppercase NB_PARMAndy Walsh2020-07-18
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | * Uppercase NB_PARM if mdns option is not set * filter commented lines Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | davfs2: fixup gettext-version againRosen Penev2020-07-17
| | | | | | | | | | | | | | | | | | | | | | | | It seems this is still needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12858 from neheb/radseToke Høiland-Jørgensen2020-07-18
|\ \ \ \ | | | | | | | | | | radsecproxy: fix compilation with GCC10
| * | | | radsecproxy: fix compilation with GCC10Rosen Penev2020-07-17
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12855 from neheb/ngiRosen Penev2020-07-17
|\ \ \ \ | | | | | | | | | | ngircd: update to 26
| * | | | ngircd: update to 26Rosen Penev2020-07-17
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / rsyslog: update to 8.2006.0Rosen Penev2020-07-17
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10. Added random mirror since the normal website has issues at this time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uwsgi: update to version 2.0.19.1Peter Stadler2020-07-17
| | | | | | | | | | | | | | | | | | update to latest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #12846 from expiron/kcptun-updatesRosen Penev2020-07-17
|\ \ \ | | | | | | | | kcptun: bump to v20200701
| * | | kcptun: bump to v20200701Chao Liu2020-07-17
| |/ / | | | | | | | | | Signed-off-by: Chao Liu <expiron18@gmail.com>
* | | Merge pull request #12842 from neheb/dav2Rosen Penev2020-07-17
|\ \ \ | |/ / |/| | davfs2: update to 1.5.6
| * | davfs2: update to 1.5.6Rosen Penev2020-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split musl patch into multiple small ones. Much easier to reason about. Removed stack protector patch. This is not an issue anymore. Removed NLS support. There seems to be a linking issue as libiconv-stub does not have a shared library component. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12843 from neheb/zerRosen Penev2020-07-16
|\ \ \ | | | | | | | | zerotier: fix compilation with GCC10
| * | | zerotier: fix compilation with GCC10Rosen Penev2020-07-16
| |/ / | | | | | | | | | | | | | | | Patch taken from upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / nginx: update to version 1.19.1Peter Stadler2020-07-16
|/ / | | | | | | | | | | update to newest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>