pedro
8e4adc3e85
router: rc: services.c: c: Add WPAD DHCP option for Win7/8 by default if dhcpd_auth >=0 is fixed in nvram
6 years ago
pedro
67280a7407
Merge branch 'arm-master' into arm-ng
6 years ago
Aditya Bhargava
a6ae58a653
Add dns.he.net DDNS support
...
dns.he.net supports the dyndns protocol (v2) so this is a
very simple patch.
6 years ago
Aditya Bhargava
d9af50667a
Fix segfault when no headers provided to libcurl request
6 years ago
Aditya Bhargava
3399cfd453
Use libcurl if available for DDNS
...
The existing HTTP request implementation can be slow. I've found that it
takes substantially longer when doing DDNS updates (with Cloudflare)
than it does if libcurl is used.
This commit adds code to use libcurl instead of the built-in
implementation if available, as determined by TCONFIG_BBT and
TCONFIG_NGINX, which are the two configuration settings that pull in
libcurl.
6 years ago
pedro
2451e8fa7d
VPN PPTP Client: changes and improvements - tested on 2 ARM routers as client and server, working (both: lan and internet access)
...
- add pptp_client_usewan option to GUI
- move FW rules to pptp_client (simpler and smaller)
- remove unused functions
- clean up and cosmetic
6 years ago
pedro
017d6b43d9
patches: miniupnpd: cosmetic
6 years ago
pedro
48d66eff51
patches: portmap: fix patch
6 years ago
pedro
3ff16d4e5d
router: Makefile: accel-pptp: remove obsolete option
6 years ago
M_ars
035193d463
router: utils: use src files / compile from src
...
tested with RT-N18U, working!
6 years ago
M_ars
168966bfba
rc: pptpd.c: add interfaces vlan* and eth* to dnsmasq config (only for DNS)
...
fix for: PPTP Client Android 9 cellphone/smartphone can now successfully connect and can access local lan / samba / et cetera
6 years ago
pedro
28ef55ffd9
router: www: tools-survey.asp: cosmetic (thanks @tvlz)
6 years ago
pedro
945d8a6b0d
router: www: tomato.js: cosmetic (thanks @tvlz)
6 years ago
pedro
53c1184722
router: others: sysinfo: add -p switch to netstat (thanks @tvlz)
6 years ago
pedro
ffe0e19e9b
dnsmasq: update to f73f739 (2019.12.03) snapshot
6 years ago
pedro
c379845a6e
router: www: vpn-pptp-*.asp: cosmetic
6 years ago
pedro
ac667ccf3b
router: Makefile: do not add /rom/etc/vpn to image
6 years ago
M_ars
2d6dbca9ab
rc: pptpd.c: add interface ppp1* to dnsmasq config (only for DNS)
...
fix for: PPTP Client Andriod 9 cellphone/smartphone can now successfully connect and use the tunnel
6 years ago
pedro
43a2ddade6
NFS: fix connection problems: nfsd: unable to resolve ANYADDR:nfs: Servname not supported for ai_socktype
...
- fixes issue #3
6 years ago
pedro
6ad0726511
router: rc: firewall.c: cosmetic, no code change
6 years ago
pedro
45c2f74df3
router: accel-pptp: fix some warnings from code analyzer
6 years ago
pedro
af554289e7
Merge branch 'arm-master' of https://bitbucket.org/pedro311/freshtomato-arm into arm-master
6 years ago
Michał Obrembski
23bff2f000
Remove GCC warnings in trx_asus.c (pull request #8 )
6 years ago
pedro
39e950cba7
GUI: PPTP Client Configuration: fix problems with "Start/Stop Now" button
6 years ago
Michał Obrembski
acb6ae7f79
Removed GCC compilation warnings in ctools/trx_asus.c
6 years ago
M_ars
ad42d8cc0d
DIR868L: add libutil to all builds, including the special build for DIR868L Router A1/B1/C1
...
--> PPPoE working again:
Jan 1 01:02:44 Tomato-Router user.info preinit[1]: MultiWAN: MWAN is 1 (max 4)
Jan 1 01:02:44 Tomato-Router daemon.info pppd[1963]: Plugin rp-pppoe.so loaded.
Jan 1 01:02:44 Tomato-Router daemon.info pppd[1963]: RP-PPPoE plugin version 3.13 compiled against pppd 2.4.7
Jan 1 01:02:44 Tomato-Router user.info redial[1965]: Redial (wan) started, the check interval is 10 seconds
Jan 1 01:02:44 Tomato-Router daemon.notice pppd[1964]: pppd 2.4.7 started by root, uid 0
fix for the following problem, see
https://www.linksysinfo.org/index.php?threads/freshtomato-2019-2-dir868l-wan-vlan-tagging-does-not-appear-to-work.75000/
tested with DIR868L, working!
6 years ago
pedro
1e8468715b
Update README.md: add support for Asus RT-AC1900P
6 years ago
pedro
1fa2397115
build: update libfoo.pl for OpenSSL 1.1.x
6 years ago
pedro
454eb991aa
router: Makefile: openssl: openssl11: tweak build recipes; removed unused ciphers
6 years ago
pedro
7f007abe5b
httpd: gencert.sh: use openssl11 when available for certificate generation; replace deprecated genrsa command with genpkey
...
- Based on RMerlin's commit (thanks): bbb54d7a7b
6 years ago
pedro
02ee4bdce5
httpd: gencert.sh: add emailAddress attribute to generated certificate
...
- possibly tied to https://bugzilla.mozilla.org/show_bug.cgi?id=1240548 , it does make Firefox behave more properly with OpenSSL 1.1.1/TLS 1.3
- Ported from RMerlin, thanks: 61380ae127
6 years ago
pedro
3bbbd51637
mymotd: hiding nvram size summary when displaying mymotd
...
- simpler and better version than f30f2e2b84
;)
6 years ago
pedro
260a8cfde1
nvram utility: fix unwanted new line in output when variable in nvram is set but empty
...
- fixes problems with e.g: "nvram get VAR | wc -l"
6 years ago
pedro
cc7617aa2d
router: rc: pptp_client.c: fix the inability to enable pptp when "Start with WAN" is unchecked
6 years ago
pedro
92377e8590
router: rc: pptp_client.c: cosmetic
6 years ago
pedro
76c887061d
router: www: vpn-pptp.asp: fix annoying bug that clicking "Start Now" causing pop-up window with warning "Unsaved changes will be lost. Continue anyway?"
6 years ago
pedro
0e3ec3913f
openssl11: add build recipes
6 years ago
M_ars
3547de5ba8
rc: usb.c: clean-up, remove RT-AC66U B1 left over ( No Change; this router does not have USB LEDs; cosmetic for commit 4da9e3bc4d
)
6 years ago
Don Bushway
569da2a2a1
Add Asus RT-AC1900P support (pull request #7 )
...
Approved-by: M_ars <m_ars@gmx.net>
Approved-by: pedro <pedro311@gmail.com>
6 years ago
Don Bushway
414d9d8e3d
Add AC1900P Router Support
6 years ago
Don Bushway
d7b1236815
Add AC1900P Router Support
6 years ago
pedro
8d64f682d3
openssl11: add OpenSSL 1.1.1d to the tree
6 years ago
pedro
36fee6538f
router: www: admin-scripts.asp: cosmetic
6 years ago
pedro
5b1f3601b5
Merge branch 'arm-master' into arm-ng
6 years ago
Monter
196e4d1beb
Merged in Monter/webgui-adminaccessasp-cosmetic-1574693028513 (pull request #5 )
...
WebGUI: admin-access.asp: cosmetic
Approved-by: pedro
6 years ago
Monter
effdb88c90
WebGUI: admin-access.asp: cosmetic
6 years ago
pedro
e4d6493f2e
Makefile: clearly identify the AC68U (C1 E1) model in the image name
6 years ago
rs232-
7b61f15395
TTBv2 - add local storage and custom URL support
6 years ago
pedro
fc115cf076
busybox: enable TAC command
...
tac [FILE]...
Concatenate FILE(s) and print them in reverse
https://busybox.net/downloads/BusyBox.html
6 years ago
pedro
b842431a99
Bump version to 2019.4
6 years ago