Commit Graph

5495 Commits (2021.7)
 

Author SHA1 Message Date
pedro 18f00f6803 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 0ebf463534 Update CHANGELOG to 2021.7 4 years ago
pedro e583d8d136 Bump version to 2021.7 4 years ago
pedro 2a00351844 GUI: Status: Overview: fix javascript error caused by the lack of 'wanX_ifnames' nvram values 4 years ago
pedro 60da4460df dnscrypt-proxy: update resolvers csv file 4 years ago
pedro 225fb5c5c4 libcurl: update CA certificate bundle as of 2021-09-30 4 years ago
pedro b47cb733d5 GUI: correct display (center) of some checkbox in tables 4 years ago
pedro 007f354f9f www: admin-*.asp: cosmetic 4 years ago
pedro 9bdc184d16 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 84483ae71d rc: dhcp.c: start_dhcpc(): use _eval() with pid to start udhcpc 4 years ago
pedro f5d4fe1317 httpd: dhcp.c: wo_dhcpc(): correct number of args 4 years ago
pedro d858b9f6b5 rc: service: start_ntpd(): fix start of ntpd if Events Logged -> NTP is checked on Admin -> Logging page 4 years ago
pedro a0f0fa4002 rc: services.c: start_ntpd(): fix commit 09856db 4 years ago
pedro 8c0d748be5 httpd: openvpn.c: fix adding correct keys for client config file 4 years ago
pedro 2b5ceb1968 rc: services.c: add 'force' to dnsmasq dhcp-option 42 4 years ago
pedro 625f3b05ac www: tomato.js: fix createFieldTable() function 4 years ago
pedro 902614f2d9 rc: firewall.c: change condition for source in 'Intercept NTP/DNS client traffic' FW rules
- discussion: https://www.linksysinfo.org/index.php?threads/ft-intercept-client-traffic-ntp-dns-discussion.76338/
4 years ago
pedro 1916767634 GUI: add blinking to Time status when it's unavailable 4 years ago
pedro 4ae16ef4dd GUI: Status: Overview: fix minor problem with reported multiWAN status 4 years ago
pedro 78b3f9244b www: admin-config.asp: also replace '/' to '_' in filename 4 years ago
pedro 67ed7cc8e8 rc: dhcp.c: buffer overflow protection (snprintf) + cosmetic 4 years ago
pedro dd6002bdc0 busybox: update to 1.34.1
- refresh patches
- there is no '-H NAME' option, so use correct '-x hostname:NAME'
4 years ago
pedro 53334815dc GUI: Status: Overview: display 'Click to view SMS' link also for hw-ether (MIPS) module modem type 4 years ago
pedro 245cb760e9 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 829a9c1bc0 Update CHANGELOG to 2021.6 4 years ago
pedro 68c9198792 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 291a8d461f Bump version to 2021.6 4 years ago
pedro 2a7e96b76a Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 63711f9581 OpenVPN: Server: add generated keys for client also to .ovpn configuration file 4 years ago
pedro 64a7a73d7f Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro f9f82d916f build: fix libexif compilation 4 years ago
M_ars 214f9d0b43 ipv6: send only one NEWLINK when RA causes changes
see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2053aeb69a53224717296db31b13d5b45b4f1a0e

Signed-off-by: Marius Tomaschewski <mt@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
4 years ago
M_ars fb135d43c5 ipv6: send NEWLINK on RA managed/otherconf changes
see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a394eef562d781f37a50d99cf1dfe596dc1ed96d

The kernel is applying the RA managed/otherconf flags silently and
forgets to send ifinfo notify to inform about their change when the
router provides a zero reachable_time and retrans_timer as dnsmasq
and many routers send it, which just means unspecified by this router
and the host should continue using whatever value it is already using.
Userspace may monitor the ifinfo notifications to activate dhcpv6.

Signed-off-by: Marius Tomaschewski <mt@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
4 years ago
M_ars 3b0c343559 ipv6: send only one NEWLINK when RA causes changes
see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2053aeb69a53224717296db31b13d5b45b4f1a0e

Signed-off-by: Marius Tomaschewski <mt@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
4 years ago
M_ars a68fd317f8 ipv6: send NEWLINK on RA managed/otherconf changes
see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a394eef562d781f37a50d99cf1dfe596dc1ed96d

The kernel is applying the RA managed/otherconf flags silently and
forgets to send ifinfo notify to inform about their change when the
router provides a zero reachable_time and retrans_timer as dnsmasq
and many routers send it, which just means unspecified by this router
and the host should continue using whatever value it is already using.
Userspace may monitor the ifinfo notifications to activate dhcpv6.

Signed-off-by: Marius Tomaschewski <mt@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
4 years ago
pedro 9f2a69c491 ebtables: libebtc: fix malloc usage
Rule insertion may fail on systems where libc doesn't provided zeroed
memory via malloc (which is legal).

IOW, this was never guaranteed to work correctly.
Add a xzalloc wrapper to do error checking and zeroing and then
use it in libebtc.

Reported-and-tested-by: Senthil Kumar Balasubramanian <senthilb@qubercomm.com>
Diagnosed-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>

- fix from upstream: https://git.netfilter.org/ebtables/commit/?id=3af72f100ad783b0204ce519de26a639f920b558
4 years ago
pedro f0e02d9185 openvpn: update to 2.5.4 4 years ago
pedro 664b1918ac libexif: update to 0.6.23 4 years ago
pedro 7073bdbba7 libcurl: update to 7.79.1 4 years ago
pedro dc054e6008 build: allow to build dnssec and stubby independently
- Note: due to changes in variable names, the correctness of the settings on the 'Advanced -> DHCP/DNS' page should be checked
4 years ago
pedro f610de550c shared: misc.c: small fix for commit 8a1ce0f 4 years ago
pedro 73ee7b1f83 build: Makefile: dnsmasq: switch to nettle for crypto backend 4 years ago
pedro e521ffa4ae dnsmasq: update to 2.86
- refresh patches
4 years ago
pedro 3f044f20a1 build: Makefile: nettle: compile with --disable-fat 4 years ago
pedro 09856db47c rc: services.c: start_ntpd(): eval() will wait until process quits, so use _eval() with pid; otherwise, start_ntpd() never returns 4 years ago
Don Bushway 606b633155 Merged in arm-master (pull request #73)
Correct JFFS R6400/R6400v2
4 years ago
snowman58 8f8049df81 Correct JFFS and crash memory storage R6400/R6400v2 NVRAM_128K 4 years ago
M_ars 314204de90 SDK7: use prebuilt 4 years ago
M_ars 9b9b282939 SDK6: use prebuilt 4 years ago
pedro 72fe5f485b GUI: Status: Logs: fix minor issue when hitting enter reloads the page 4 years ago