Commit Graph

5643 Commits (2021.8)
 

Author SHA1 Message Date
pedro cbe933b3f6 GUI: Admin: Configuration: add current date to backup file (closes #156)
- thanks @rs232
4 years ago
pedro b431e5affa Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 8a1ce0f01f watchdog/multiwan: fix a whole bunch of problems
- rc: misc.c: check_wanup(): add checking for content of WAN state file; fix fopen/fclose; sprintf -> snprintf
- others: watchdog: fix hanging at nslookup in some cases
- www: basic-network.asp: add possibility to disable watchdog for given WAN if needed
4 years ago
M_ars b3ad6e2b27 SDK6: update bcmcrypto and build from src now (keep old prebuild for backup)
Note: sync to GPL 40558
4 years ago
M_ars fd227b6fc3 SDK7: build bcmcrypto from src now (keep old prebuild for backup)
Note: no changes needed for the files / latest GPL 52545
4 years ago
M_ars afe5157bd7 SDK7: prepare for merge with SDK6 to support Protected Management Frames 4 years ago
pedro ff0602e5e6 GUI: Advanced: DHCP/DNS: move some options from Client to Server section
- thanks @rs232 for pointing this out
4 years ago
pedro 011b6bf17a GUI: Advanced: MAC Address: shorten description of one of the buttons 4 years ago
M_ars d49b1cbf95 GUI: advanced-wireless - add Protected Management Frames option
Note: only for ARM branch

Info / Warning: Not all wireless clients like/support that wl option --> default Off (no change)

Request / Discussion at linksysinfo
https://www.linksysinfo.org/index.php?threads/protected-management-frames-pmf.76715/
4 years ago
M_ars 3a87943174 Wireless Client Mode (only for SDK5 RT and RT-N): bring up wan interface after wl restart
fix for: wan connection will not work anymore after wireless restart (old problem)

Note: no change for arm; sync arm and mips
4 years ago
M_ars 84d8dd02f7 rc: network.c - repair function restart_wl() and do not start radio join (again)
Note: start radio join only once at function wlconf(); this fix effects (mainly) wet and psta

tested with wet, sta and psta - working correct now

fix for / NOK Example:
root@Tomato-Router:/tmp/home/root# service wl restart (5x times; Router in wet or psta mode)
...

  PID  PPID USER     STAT   VSZ %VSZ CPU %CPU COMMAND
 2069     1 root     S     1632  0.6   1  0.1 blink eth2 5g 10 8192
 1098     1 root     S     3632  1.4   0  0.0 httpd
    1     0 root     S     1636  0.6   0  0.0 /sbin/preinit
 1880     1 root     S     1628  0.6   0  0.0 radio join 0
 2015     1 root     S     1628  0.6   1  0.0 radio join 0
 2070     1 root     S     1628  0.6   0  0.0 radio join 0
 1950     1 root     S     1628  0.6   1  0.0 radio join 0
 1780     1 root     S     1628  0.6   1  0.0 radio join 0
 2076     1 root     S     1628  0.6   0  0.0 radio join
 ...
4 years ago
pedro 0f3c43fff5 GUI: Status: Logs: add possibility to use negative filters syntax e.g "-something"; add debounce to event used on search keyup to avoid invoking function every key release; use concat() to copy logs array to the local variable 4 years ago
pedro 791c30caa8 GUI: Status: Logs: add timestamp of last refresh, format urls in the table, make search case insensitive, fix some issues with ajax, cosmetic
- thanks @rs232 for suggestions
4 years ago
pedro 133f39b5b3 Revert "nocat: fix intercept traffic also also on port 443"
This reverts commit 954ba23cd9.
4 years ago
pedro 76a77c454c adblock: correct url of DOH servers list 4 years ago
pedro b212088ccc nocat: cosmetic, clean-up 4 years ago
pedro 954ba23cd9 nocat: fix intercept traffic also also on port 443 4 years ago
pedro 77de6524bf www: status-log.asp: retrieve only necessary number of lines from syslog, to reduce load when not all are needed 4 years ago
pedro dbe45dddba httpd: misc.c: fix check_connect(), causing problems (time-out) on Status->Ovrview page 4 years ago
Michał Obrembski 00782eb58f Merged in restore_old_plain_log_view (pull request #72)
GUI: Restored plain view of syslog, as an option to new improved log viewer
4 years ago
Michał Obrembski be35564f2d GUI: Restored plain view of syslog, as an option to new improved log viewer 4 years ago
pedro 09b5b38768 www: status-devices.asp: add Media Bridge mode (psta) to be recognized as a WAN device 4 years ago
M_ars 7c37484945 Media Bridge Mode (SDK6 and up): add send keep alive and remove event (to keep up the connection after "longer" inactivity time)
Note: small fix/update for commit
b5f9f02a44
4 years ago
pedro f14c3a59e4 www: status-log.asp: fix regexp 4 years ago
M_ars b5f9f02a44 Add Media Bridge Mode (for SDK6 and up)
Note: offer an extra/new operation mode for SDK6 and up! (--> Can replace wireless ethernet bridge mode for SDK7 [probably broken ...])

tested with arm dual-core, working correct! :)
4 years ago
pedro a85dfb6213 www: move functions searchOUI() and displayOUI() to tomato.js, they are used more than once 4 years ago
pedro 81a40855f1 GUI: Status: Overview: fix WL label issue on some routers 4 years ago
pedro 84e8419ac3 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro ebf75881b7 GUI: Basic: Network: fix javascript freezing when more than 1 WAN has been set 4 years ago
pedro 15d80e7aed miniupnpd: update to 2.2.3
- refresh patches
4 years ago
pedro 3e361afc86 tor: update to 0.4.6.7 4 years ago
pedro 93fda2850f ntfs-3g: update to 2021.8.22 4 years ago
pedro 5e4e1a9ae2 nginx: update to 1.21.3 4 years ago
pedro a198d95ed8 e2fsprogs: update to 1.46.4 4 years ago
pedro 592c419d17 GUI: Status: Logs: make it 100% compatible even with older browsers (ex. IE9, Safari 5.1.7) 4 years ago
pedro 59cf0b2f8c GUI: Status: Logs: fix javascript error when the search result is null 4 years ago
Michał Obrembski 1faee04a5e Merged in remove_loge_from_status_log_asp (pull request #70)
GUI: Removed logEntry class from status-log.asp
4 years ago
Michał Obrembski 3ea5a80495 GUI: Removed logEntry class from status-log.asp 4 years ago
pedro 791237936d GUI: Status: Logs: fix coloring log levels for some themes 4 years ago
Michał Obrembski d3fb4a85e6 New, improved log viewer
[ fixes & corrections - @pedro ]
4 years ago
pedro 51911ae503 www: tomato.js: remove unused code 4 years ago
M_ars 5463e6d643 WL SDK (RT-N branch and up): turn On wl setting STBC RX
Note: default On
4 years ago
pedro 1f48fc227e www: advanced-wlanvifs.asp: fix bug causing js error 4 years ago
Michał Obrembski b220580312 GUI: Admin: Debugging: rename console log level into Kernel printk log level (it has better meaning); add a reboot after changing log level, since we setup klogd only at init,
so it is required to reboot; add Notes

[ fixes & corrections - @pedro ]
4 years ago
Michał Obrembski 251bb7a88c GUI: Admin: Logging: add minimum log level watched for syslogd 4 years ago
Michał Obrembski 898a903968 httpd: log.c: fix a bug not showing all logs when external log is configured 4 years ago
pedro e8afe0a585 build: add WiFi QR Code generator to all targets 4 years ago
Michał Obrembski 870e134289 GUI: add WiFi QR Code generator to 'z' (AIO) targets
Thanks @rs232!

[ fixes & corrections - @pedro ]
4 years ago
Michał Obrembski 069eaed80a GUI: Improvements to Advanced MAC page; closes #125
- Add Notes
- Add possibility to randomize only BurnIn address (UAA)
- Take care of Unicast bit while randomizing
4 years ago
pedro 9c872eb65a GUI: Status: Overview: fix toggle of WAN and Virtual Wireless nodes 4 years ago