Commit Graph

5025 Commits (2021.3)

Author SHA1 Message Date
pedro ab6fd69c81 Advanced: DHCP/DNS: always show the 'Prevent client auto DoH' option regardless of whether the image is built with or without Stubby 4 years ago
pedro a27b998b73 rc: services.c: add missing code for commit 11d2a78 4 years ago
pedro 749ab38f5d Status: Device List: fix display 'name' of device in case it's a gateway and it has been added (MAC/Name only) on 'DHCP Reservation' page 4 years ago
pedro 11d2a78ed2 Advanced: DHCP/DNS: Add option to generate a name for DHCP clients which do not otherwise have one
- useful for e.g. Device List page
4 years ago
pedro c540e172e3 Advanced: DHCP/DNS: fix visibility of 'DNSSEC validation method' radio group 4 years ago
pedro bb5f268043 Status: Overview: fix displaying of static DNS when in AP mode 4 years ago
M_ars c49f5275a2 build: add Asus RT-AC1900U support (almost the same like RT-AC66U B1 / RT-AC67U)
Note: add support based on latest asus src (same router case like RT-AC66U B1)
4 years ago
M_ars f44b343f9c build: add Asus RT-AC1750 B1 support (almost the same like RT-AC66U_B1)
THX to user ClixTrix from linksysinfo.org

Detection Infos:
boardtype=0x0646
boardrev=0x1103
boardnum=00
boardflags=0x00000110
boardflags2=0x00000000
odmpid=RT-AC1750_B1
model=RT-AC68U
cpurev=c0
4 years ago
M_ars 84e834e9eb router: shared: id.c -cosmetic for RT-AC67U detection details/infos 4 years ago
pedro 5a9c102b86 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro ab8488bbee busybox: update to 1.33.1
- refresh patches
4 years ago
pedro 92e4c53dcd miniupnpd: patches: remove SO_REUSEPORT option for SSDP - causing build error 4 years ago
pedro be8702e700 miniupnpd: update to 2.2.2
- refresh patches
4 years ago
pedro 996605a5fc rp-pppoe: update to 3.15 4 years ago
pedro f62ca559a1 tor: update to 0.4.5.8 4 years ago
pedro 21434a101a nano: update to 5.7 4 years ago
M_ars 090b86969d kernel SDK7: drivers: net: ppp_generic.c: -check pointer first
Note: also sync to latest GPL
4 years ago
M_ars 1db3adade5 kernel SDK6: drivers: net: ppp_generic.c: -check pointer first
Note: also sync to latest GPL
4 years ago
pedro e128bf65da httpd: nvram.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro c770d3ba45 httpd: devlist.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro a641679b2f httpd: config.c: code optimization and clean-up. One version for ARM and MIPS branch. Use mkstemp() instead of buggy mktemp()
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 9e71c00196 httpd: ctnf.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 71dbd16360 httpd: cpuinfo.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro a61ff17746 httpd: upgrade.c: erase flash file when it's not needed anymore to release more memory; clearly specify the directory from which the (www) files used later are copied - also in some color schemes .png files are needed; a few minor changes in .asp files 4 years ago
pedro efacd944b5 httpd: webio.c: cosmetic 4 years ago
pedro d804faa874 httpd: parser.c use logmsg(); clean-up 4 years ago
pedro 38d5a2b0fb rc: init.c: kill all instances of pppd/xl2tpd on reboot/halt 4 years ago
pedro ba945a0329 www: admin*.asp: fix typos 4 years ago
pedro 96ec4b5915 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro c1a879b1e0 rc: services.c: fix typo
- thanks to @M_ars for pointing this out
4 years ago
pedro 2e8de2673b rc: led.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 0eff6105b9 rc: usb.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 7bc80c6bc6 www: at*.css: align "About" description to the left 4 years ago
pedro a43e11bbb0 httpd: httpd.c: use logmsg(); add 'X-Frame-Options' in httpd response headers for better protection; more verbose logging; code improvements 4 years ago
pedro c629e4a6ee Admin: Upgrade: change default behaviour for remote upgrade to enabled (as before) 4 years ago
pedro 31aa5d14ff www: admin-upgrade.asp: fix typo 4 years ago
pedro 9cae5792e9 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro ae7d77f609 rc: usb.c: small correction to the order of removing modules in remove_usb_storage_module() 4 years ago
pedro 391a06e58d rc: introduce new functions that remove kernel modules (grouped by type), used when disabling/removing USB support or on reboot/upgrade the router
- release more memory during updating by stopping more services

 before:
$free -f
              total        used        free      shared  buff/cache   available
Mem:         255392       51180      161976           0       42236           0
-/+ buffers/cache:        51180      204212
Swap:             0           0           0

 after:
$free -f
              total        used        free      shared  buff/cache   available
Mem:         255392       16256      198356           0       40780           0
-/+ buffers/cache:        16256      239136
Swap:             0           0           0

- remove no more needed nvram variables
- httpd/upgrade.c: one version for ARM/MIPS routers
- rc/init.c: one version for SDK6/SDK7
- rc/wan.c: use logmsg()
- due to changes (WAN is down during upgrade) and inability to remotely (really??) upgrade FW now, add the option restoring old behaviour
4 years ago
M_ars cf5525e7cd router: httpd: wl.c - align country list code/way and sync SDK7 to newer SDK6 code
Note: clean-up and remove the "old" code/way, not needed any more (and also provide more countrys)
4 years ago
M_ars bfce50f9be router: httpd: wl.c - align country list code/way and sync SDK7 to newer SDK6 code
Note: clean-up and remove the "old" code/way, not needed any more (and also provide more countrys)
4 years ago
pedro cb59bcea39 rc: usb.c: clean-up, cosmetic 4 years ago
pedro ae0e9d1d0a www: basic-static.asp: small fix for iptraffic checkbox
- thanks to @edrikk
4 years ago
pedro 8bab59b5b3 www: admin-config.asp: cosmetic 4 years ago
pedro f10f4e9e86 GUI: Advanced: DHCP/DNS: add option to force minimum acceptable TLS version to 1.3 for Stubby (required OpenSSL >= 1.1.1) 4 years ago
pedro 7aa5e9f69c build: config: add dependency for Stubby 4 years ago
pedro 7b640e4842 GUI: Advanced: DHCP/DNS: when built with stubby add option to choose between dnsmasq and stubby for DNSSEC validation 4 years ago
pedro a92f887c87 GUI: Advanced: DHCP/DNS: exclude ipv6 only servers if ipv6 not enabled 4 years ago
pedro f93c0ae2f1 rc: do not stop inactive services, also mute unwanted log messages about it 4 years ago
pedro 3066aada42 rc: add g_upgrade global variable - used to skip several unnecessary delay and redundant steps during upgrade procedure 4 years ago
pedro 43173edabe rc: init.c: give at least 30 secs instead of only 20 secs before enforcing a system reset during reboot 4 years ago
M_ars 3d17125b08 rc: firewall: cosmetic update for rate limit ipv6 ping
Note:
- check allowed icmpv6 first (flip checks)
- increase hard coded limit a little bit (multiple lans)
4 years ago
pedro cee1193bf7 rc: firewall: rate limit ipv6 ping when allow ping request disabled 4 years ago
pedro 79136ebd46 GUI: Status: Device List: some fixes for pppoe/pptp/l2tp proto 4 years ago
pedro a7acba5557 GUI: DHCP Reservation: update Notes 4 years ago
pedro 80bfb8dccb GUI: Bandwidth: WAN Bandwidth - Daily: flip from/to dates 4 years ago
pedro 801cc3db25 GUI: DHCP Reservation: allow definition of hostnames for devices without static DHCP assignment (resolves #127)
- allow the page to enable the definition of a host without an IP but with a MAC address only - allowing this option would be a good improvement to have an healty Device List page without having to manage custom configuration manually
4 years ago
pedro c461dca358 httpd: devlist.c: also add hostname to devlist() 4 years ago
pedro f1a947c696 Merge branch 'arm-master' into arm-sdk7 4 years ago
M_ars 1f3ee744da build: add Asus RT-AC68U V3 support 4 years ago
pedro fe7e146a88 www: update, how asp_bandwidth (httpd/bwm.c) is called from .asp scripts; also use checkStats() for both rstats/cstats 4 years ago
pedro bdf60ffea0 www: bwm.c: extend allowed size of restored cstats/rstats backup file 4 years ago
pedro dca6d671bd tinc: update to d100eb0 (2021.04.15) snaphot 4 years ago
pedro 11a566a0d3 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro f1d0a59117 www: basic-ddns.asp: clean-up 4 years ago
pedro f5c8ffd415 GUI: Virtual Wireless: add frequency to interface drop down list 4 years ago
pedro 299824609c www: basic-network.asp: fix page when WL module is removed 4 years ago
pedro a3d555f1b1 www: advanced-wlanvifs.asp: clean-up 4 years ago
pedro 331f79d1b3 build: Makefile: switch to tinc instead of SNMP for 'e' (VPN) image 4 years ago
Richtig Falsch 3c66a65b9f admin-config.asp edited online with Bitbucket
Hello!
I just changed the little text in the Backup feature from .gz to .cfg, because Tomato actually saves .cfg files and not .gz
Regards
4 years ago
pedro 93a5174a0b switch4g: add search for every possible visible usb device as a last resort when vendor/product is not available 4 years ago
pedro b37bcc0fba switch3g: add search for every possible visible usb device as a last resort when vendor/product is not available 4 years ago
pedro 9faa2b69b9 OpenVPN: implement kill-switch for routing policy 4 years ago
pedro 8c48fc69e8 rc: services.c: do not log when stopping inactive igmpproxy 4 years ago
pedro 975b4690c9 httpd: bwm.c: fix problems with static ptr 4 years ago
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