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
163f19ae68
Merged in Richtig-Falsch/adminconfigasp-edited-online-with-bitbuc-1619878126973 (pull request #56 )
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