Commit Graph

5255 Commits (2021.4)
 

Author SHA1 Message Date
pedro 864a4d9208 httpd: bwm.c: fix typo 4 years ago
pedro f51d6c7eee Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro b871eb068a www: advanced-vlan.asp: encode HTML icons 4 years ago
pedro 082bec6b13 samba: enable pthread 4 years ago
pedro b010bf0f0d Admin: Bandwidth Monitoring: fix the availability of some forms when enabling/disabling 4 years ago
pedro 0895e6b17f Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 03cc485609 cstats: use logmsg(); universal Makefile for both ARM/MIPS; cosmetic; clean-up 4 years ago
pedro 68ef1e17a2 httpd: bwm.c: combine almost identical functions; use logmsg(); cosmetic and clean-up; changes in corresponding .c/.asp scripts 4 years ago
pedro efaf7880d3 rc: init.c: try to write all pending modifications/cache data before reboot 4 years ago
pedro bbfb6cfc09 rstats: use logmsg(); universal Makefile for both ARM/MIPS; cosmetic; clean-up 4 years ago
pedro 5eda5152f2 rstats: remove old history format 4 years ago
pedro 0f2f6fcd17 rc: services.c: remove non-existent preprocessor directive 4 years ago
pedro 1c7c876ecc cstats: replace date check with nvram ntp check instead 4 years ago
pedro 0d4f07c5ae httpd: upgrade.c: cosmetic, no code change 4 years ago
pedro 1ac3e188ac rc: init.c: a small correction of the location of the stop_syslog() 4 years ago
pedro 63b5b641ab rc: services.c: simplify use of logmsg() in two places 4 years ago
pedro e5fd77f42e rstats: replace date check with nvram ntp check instead 4 years ago
pedro f6b15d9108 sqlite: update to 3.35.5 4 years ago
pedro 1984974964 nginx: update to 1.19.10
- refresh patch
4 years ago
pedro 34291a112d nettle: update to 3.7.2 4 years ago
pedro 527bc681a4 libcurl: update to 7.76.1
- refresh patch
- fix lib name in Makefile
4 years ago
pedro a91ff36924 ebtables: fixes from upstream
- libebtc: Fix an issue that '--concurrent' doesn't work with NFS: https://git.netfilter.org/ebtables/commit/?id=d696eb94e1ed49b1fce8c2da47aedbe9972cbf86
- ebtables: Spewing an error if --concurrent isn't first argument: https://git.netfilter.org/ebtables/commit/?id=52f88f8c22aae3b33f08865f2de659f8a9c4fa5c
4 years ago
pedro c31fc0d982 libcurl: update CA certificate bundle as of 2021-04-13 4 years ago
pedro b8cf4e21f2 others: updown-client.sh: fix rmdir warning 4 years ago
pedro 8a7ec54224 GUI: Bandwidth: Last 24 Hours: fix bridge naming; cosmetic 4 years ago
pedro ed5bd4a502 rc: dhcpd: discard old format of dhcpd_static; some improvements when adding dhcp reservations 4 years ago
pedro 488c93a9a9 GUI: status-devices.asp: fix sorting by Media 4 years ago
pedro c2e66cc699 openvpn: update to 2.5.2
- refresh patches
4 years ago
pedro d186cf8a83 Merge branch 'arm-master' into arm-sdk7 4 years ago
M_ars 21654b0f47 PPPoE: Allow MTU up to 1500 for ISPs that support RFC 4638
Note: Jumbo frame needs to be enabled and supported (Gigabit-LAN) for the router. Clamping can be disabled manually via nvram value "tcp_clamp_disable"

nvram set tcp_clamp_disable=1
nvram commit

basic testing done, no problems/errors
4 years ago
notsure2 afeb747c9a BWL: fix bwlimit filter conflicts due to priority value 4 years ago
M_ars 5fd4039d1a GUI: status-devices.asp - extend IPv6 support (cosmetic update)
Note: show wifi qual also for IPv6 line (and completely align to IPv4 line/entry)

Looks good :)
4 years ago
M_ars 455984a762 GUI: status-devices.asp - extend IPv6 support
Note: IPv6 clients always had a disconnected icon for exmaple

tested, looks good :)
4 years ago
pedro 2b0a37af5a rc: services.c: dnsmasq: remove "dhcp-hostsfile" as we don't use it anymore; change the location and name of "addn-hosts" file 4 years ago
pedro 0d57f863b9 www: basic-static.asp: abandon the old nvram dhcpd_static format; cosmetic
Note: the allowed notation of the IP address also changes (one octet => full IP), ie "200" => "192.168.1.200" (to be synced with other places), so if using the old one, re-enter reservations again
4 years ago
pedro 558623388f rc: dnsmasq: add the ability to forward local domain queries to upstream DNS (default disabled) 4 years ago
pedro 8947961a91 rc: services.c: dnsmasq: disable negative caching 4 years ago
pedro e0b88c6a10 rc: services.c: distinguish subdirs with additional hosts/dhcp hosts files 4 years ago
pedro ed08735418 www: move mac_null to tomato.js as a global variable 4 years ago
pedro f9f14d02f5 build: Makefile: tune dnsmasq recipe 4 years ago
pedro 5c1bea40d7 www: advanced-dhcpdns.asp: fix javascript error in case when the image is built without IPv6 support 4 years ago
pedro 13ff2cf9d6 stubby: only include IPv6 resolvers if needed 4 years ago
pedro fd827ea3aa www: status-overview.asp: cosmetic 4 years ago
M_ars 191871c738 GUI: basic-ipv6.asp - show option tun ttl for case 6rd from DHCPv4 (Option 212)
Note: underlying code is using nvram value "ipv6_tun_ttl"
4 years ago
M_ars f89747ae67 GUI: basic-ipv6.asp - hide option tun mtu for case 6RD Relay (not used)
Note: underlying code is using nvram value "wan_mtu" (and not nvram value "ipv6_tun_mtu")
4 years ago
M_ars 400abb7734 IPv6: help IPv6 and advertise the link MTU in router advertisement messages
Example: the IPv6 MTU advertised on Ethernet interfaces should (or can) be 1492 (bytes) in PPPoE environments

tested with DHCPv6 PD (PPPoE), working correct
4 years ago
pedro ff4e2a69b1 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 5530fe4182 OpenVPN: Server: fix generating keys 4 years ago
pedro 1af3d6b9cb getdns: remove no more needed patch 4 years ago
pedro 89e1759e7b getdns: fixes from upstream part 2
- CMake libunbound fixups: f01e7188c8
- Fix install path for cmake build since we use GNUInstallDirs: 7c6188c53d
- Add system libraries when checking OpenSSL functions: c9072b2526
- build: fix naming of extension libraries: 03fc32984e
4 years ago