| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
|\
| |
| | |
openfortivpn: use standard 'peerdns' config option on netifd script
|
| |
| |
| |
| | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
mwan3: update to version 2.8.11
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| |/ /
|/| | |
squid: update to version 4.12 (security update)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
|\ \ \
| |_|/
|/| | |
mwan3: clean up ipv4/ipv6 duplicated code and misc. improvments
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
[aaronjg@stanford.edu: fix syntax error]
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | |
| | |
| | | |
silencing failing rules makes debugging more difficult
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix issue #11826
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| |/
| |
| |
| | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
|\ \
| | |
| | | |
openfortivpn: add host up test back
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
apinger: fix compilation with GCC 10
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
bfdd: fix compilation with GCC 10
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
fping: update to 4.3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes compilation with GCC 10.
Backported upstream patch to fix compilation without IPv6.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
memcached: update to 1.6.6
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes compilation with GCC 10.
Added PKG_BUILD_PARALLEL for faster compilation.
Simplified configure var.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Uppercase NB_PARM if mdns option is not set
* filter commented lines
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It seems this is still needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
radsecproxy: fix compilation with GCC10
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
ngircd: update to 26
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes compilation with GCC10.
Added random mirror since the normal website has issues at this time.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
update to latest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \ \
| | | |
| | | | |
kcptun: bump to v20200701
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Chao Liu <expiron18@gmail.com>
|
|\ \ \
| |/ /
|/| | |
davfs2: update to 1.5.6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
zerotier: fix compilation with GCC10
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Patch taken from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
update to newest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|