M_ars
4cb9c8fbd3
rc: led.c: - small optimization for led_main(), compare (full) led name only once
6 years ago
M_ars
e935313175
DIR868L: enable 5 GHz WLAN radio after full NVRAM erase
...
tested with DIR868L rev C1, working (2.4 GHz & 5.0 GHz WLAN radio is working now after full NVRAM erase)
see for example / reference:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1006726&sid=11c4785fb29a8383037182308368757c
https://www.linksysinfo.org/index.php?threads/d-link-dir-868l-another-great-arm-router-supported-by-tomato.70489/#post-275410
https://github.com/observative/D-Link_DIR-868L-A1/wiki/DD-WRT
6 years ago
M_ars
e398853e97
DIR868L: add supported rev (A1/B1/C1) to README
...
see for example:
https://www.linksysinfo.org/index.php?threads/d-link-dir-868l-another-great-arm-router-supported-by-tomato.70489/
2019-2 final and current FT branch tested with rev C1, working
Hint:
To enable 5 GHz Wlan radio, telnet in and issue the following commands:
nvram unset devpath1
nvram commit
reboot
--> After a full erase of NVRAM, 5 GHz radio will disappear again!
6 years ago
M_ars
7c17abb535
shared: led.c: -remove/clean-up MIPS Router at function do_led() (--> not needed at ARM branch) and make LED table much smaller (--> save space/memory)
6 years ago
pedro
25d5a54e14
GUI: OpenVPN Client: extend password field to 70 characters
6 years ago
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