Commit Graph

5025 Commits (2021.2)
 

Author SHA1 Message Date
kille72 6ae21c2f82 openssl: update to 1.0.2s 6 years ago
pedro 0043f78de4 OpenVPN: Client/Server: add tls-crypt as an option - encrypt and authenticate all control channel packets with the key
- change the name of the option from "Extra HMAC authorization (tls-auth)" to "TLS control channel security (tls-auth/tls-crypt)"
- add warnings if exported client file will require OpenVPN 2.4.0 or newer
- cosmetics
6 years ago
pedro 72c59de3c0 OpenVPN: Client: also run up/down script for Static Key auth 6 years ago
pedro fdf52a8b60 switch4g: cosmetics and fix minor display bug 6 years ago
pedro b553c4f6f9 www: basic-time.asp: fix javascript error caused by commit #04d6def 6 years ago
Frédéric Bourqui 3f40c18179 OpenVPN "Manage Client-Specific Options" Fix bug when more than one subnet per client is defined in ccd (only the last one was stored in ccd). 6 years ago
pedro b3f7c6b2b6 OpenVPN: Client/Server: add tls-crypt as an option - encrypt and authenticate all control channel packets with the key
- change the name of the option from "Extra HMAC authorization (tls-auth)" to "TLS control channel security (tls-auth/tls-crypt)"
- add warnings if exported client file will require OpenVPN 2.4.0 or newer
- cosmetics
6 years ago
pedro 0067425964 OpenVPN: Client: also run up/down script for Static Key auth 6 years ago
pedro 6b06cf0bd7 switch4g: cosmetics and fix minor display bug 6 years ago
pedro 2797f2fd79 www: basic-time.asp: fix javascript error caused by commit #04d6def 6 years ago
Frédéric Bourqui b709314a67 OpenVPN "Manage Client-Specific Options" Fix bug when more than one subnet per client is defined in ccd (only the last one was stored in ccd). 6 years ago
kille72 8658d50ae5 libcurl: Updated to 7.65.0 6 years ago
kille72 02e39e6020 libcurl: Updated to 7.65.0 6 years ago
kille72 be396d9382 Merge branch 'shibby-arm' into shibby-arm7 6 years ago
pedro 3ce63584b1 www: vpn-client.asp: fix missing </div> from commit #6703e43 6 years ago
M_ars 610c638f28 shared: shared.h: - remove not used define LED_BLINK (and cosmetic) 6 years ago
M_ars bbb5664042 shared: led.c: - do call get_model() only once (only cosmetic / optimization)
tested with RT-N18U, working

Hint: right now we call get_model() every time we turn on/off a LED.
It is enough to detect the router model once and then stick with it.
Especially if we use blink, do_led() will be called many times --> save cpu work/load.
In case the router model is new/unknown, call get_model() every time.
6 years ago
M_ars 1d55867fe5 rc: led.c: - add/show a note if stealth mode is turned ON (and some cosmetic)
Hint: led command can not be used (right now) with stealth mode on
6 years ago
M_ars 86aef8c73c rc: blink_br.c: - do call get_model() only once (only cosmetic / optimization) 6 years ago
pedro d966dde24b OpenVPN: fix the visibility of the Routing Policy table and when the rules are to be applied
- not working from the very beginning
6 years ago
pedro 7630cc97d2 OpenVPN: configurable inbound allow/drop firewall policy for clients 6 years ago
pedro 141bfbb279 OpenVPN: Routing Policy: copy routes from the main table to the alternate routing table
- it was missing from the very beginning in Tomato
- thanks to eibgrad: https://www.linksysinfo.org/index.php?threads/routing-policy-bug-fixes-tomato-routing-policy-fix-v2.74602/
6 years ago
pedro 14a0e705c8 OpenVPN: use of the OpenVPN scripting engine
- thanks to Phil Wiggum <p1mail2015@mail.com> for general idea
6 years ago
pedro 6455d9e180 OpenVPN: key generation: add also "key-direction" in the second case 6 years ago
pedro dbdb60aafb www: vpn-server.asp: cosmetics 6 years ago
pedro 9b7ffd37b0 router: Remove unused variables
- httpd: tomato.c, shared: defaults.c
6 years ago
pedro 53770f0081 www: vpn-client.asp: fix missing </div> from commit #6703e43 6 years ago
M_ars fd1f1b710c shared: shared.h: - remove not used define LED_BLINK (and cosmetic) 6 years ago
M_ars f6d4bf784b shared: led.c: - do call get_model() only once (only cosmetic / optimization)
tested with RT-N18U, working

Hint: right now we call get_model() every time we turn on/off a LED.
It is enough to detect the router model once and then stick with it.
Especially if we use blink, do_led() will be called many times --> save cpu work/load.
In case the router model is new/unknown, call get_model() every time.
6 years ago
M_ars e51c168876 rc: led.c: - add/show a note if stealth mode is turned ON (and some cosmetic)
Hint: led command can not be used (right now) with stealth mode on
6 years ago
M_ars e0a21185fb rc: blink_br.c: - do call get_model() only once (only cosmetic / optimization) 6 years ago
pedro 9e3fb88424 OpenVPN: fix the visibility of the Routing Policy table and when the rules are to be applied
- not working from the very beginning
6 years ago
pedro 17182e51ac OpenVPN: configurable inbound allow/drop firewall policy for clients 6 years ago
pedro 6703e4366d OpenVPN: Routing Policy: copy routes from the main table to the alternate routing table
- it was missing from the very beginning in Tomato
- thanks to eibgrad: https://www.linksysinfo.org/index.php?threads/routing-policy-bug-fixes-tomato-routing-policy-fix-v2.74602/
6 years ago
pedro a51530f221 OpenVPN: use of the OpenVPN scripting engine
- thanks to Phil Wiggum <p1mail2015@mail.com> for general idea
6 years ago
pedro a1f9fd58fa OpenVPN: key generation: add also "key-direction" in the second case 6 years ago
pedro 7ae366cbd3 www: vpn-server.asp: cosmetics 6 years ago
pedro f1a36f54ab router: Remove unused variables
- httpd: tomato.c, shared: defaults.c
6 years ago
M_ars 3914c2b0fc RT-AC3200: extend LED table - assign return value 254 (non GPIO) for 2.4/5.0/5.0(second) GHz WLAN LEDs - add the ability to control/set all WLAN LEDs on/off (Example: led wlan on OR led wlan off AND/OR led 5g on/off AND/OR led 52g on/off) - extend stealth mode and turn off WLAN LEDs (was missing so far) 6 years ago
kille72 a338118fc4 Merge branch 'shibby-arm' into shibby-arm7 6 years ago
M_ars fe5451d5d6 RT-AC68U: extend LED table - assign return value 254 (non GPIO) for 2.4/5.0 GHz WLAN LEDs - add the ability to conrol/set both WLAN LEDs on/off (Example: led wlan on OR led wlan off AND/OR led 5g on/off) - with this commit we have full LED support for RT-AC68U - extend stealth mode and turn off WLAN LEDs (was missing so far) 6 years ago
M_ars 17ebc6335e RT-N18U: extend LED table - assign WLAN return value 254 (non GPIO) - add the ability to conrol/set the WLAN LED on/off - full stealth mode now and turn off the WLAN LED finally :-)
tested with RT-N18U, working!

Hint: WLAN LED did already work and was turned on/off with WLAN radio. Now we can use cmd line to turn on/off all six LEDs (WLAN LED was missing so far... )
Example: led wlan on OR led wlan off
6 years ago
M_ars 8b9a7d9209 shared: led.c - cosmectic for function do_led() - add some comments - prepare for non GPIO LEDs 6 years ago
M_ars af290edd4a rc: button.c - do some clean-up/cosmetic - use LED_ON and LED_OFF - call get_model() only once - add some comments 6 years ago
M_ars a759b65867 DIR868L: Use LED Diag (toggle green / amber) for feedback if a button is pushed (and some cosmetic) 6 years ago
pedro 16ff7a07ad Makefile: save space in NVRAM for routers with 32k NVRAM
Build images without:
  - adblock rules,
  - example entries in FW,
  - example entries in Access Restriction,
  - all entries (except one) in QoS

Thanks to @M_ars for noticing that commit is also needed for ARM.
6 years ago
pedro 55fe24c16a router: clean-up of unused files and variables 6 years ago
kille72 4f1c15964e Merge branch 'shibby-arm' into shibby-arm7 6 years ago
pedro 292e6f8c2d router: config: config.in: cosmetics 6 years ago
pedro 0cb30d6003 router: shared: defaults.c: cosmetics 6 years ago