Commit Graph

5255 Commits (2021.4)
 

Author SHA1 Message Date
kille72 7e7d1f8987 kernel-arm: Patched all 2.6.36 kernel against CVE-2016-5195
7a95789b39
9 years ago
kille72 5a1b23495c dropbear: disable MD5 support, for security reasons
f0229936a6
9 years ago
kille72 c621df3c13 libnfsidmap: updated to 0.26 9 years ago
kille72 bb175d8e4a sqlite: updated to 3.15.0 9 years ago
AndreDVJ cdc6469238 nginx: remove duplicated line
Reported here: https://bitbucket.org/pl_shibby/tomato-arm/issues/97/duplicate-code-in-router-rc-nginxc
9 years ago
AndreDVJ e04ee4f1c5 Removed src-rt-7.x.main directory. This repository and its upstream does not have SDK7 branch. 9 years ago
AndreDVJ f858a4fc65 libcurl: updated CA certificate bundle as of 2016-09-14 9 years ago
AndreDVJ 1d6875a1e9 libcurl: Add CA bundle support
CA bundle source from: https://curl.haxx.se/docs/caextract.html

May be useful to someone. Test case I found worked (Didn't ask to specify a ca-bundle or use -k switch for insecure). Firmware size increases ~250KB.
Tried to follow AsusWRT/RMerlin's code. File name was kept the same as source.

root@R7000:/tmp/home/root# /usr/sbin/curl -vvI https://gnupg.org
* (303) (OUT), TLS Unknown, Certificate Status (22):
* (303) (OUT), TLS handshake, Client hello (1):
* (303) (IN), TLS handshake, Server hello (2):
* (303) (IN), TLS handshake, Certificate (11):
* (303) (IN), TLS handshake, Server key exchange (12):
* (303) (IN), TLS handshake, Server finished (14):
* (303) (OUT), TLS handshake, Client key exchange (16):
* (303) (OUT), TLS change cipher, Client hello (1):
* (303) (OUT), TLS handshake, Finished (20):
* (303) (IN), TLS change cipher, Client hello (1):
* (303) (IN), TLS handshake, Finished (20):
> HEAD / HTTP/1.1
> Host: gnupg.org
> User-Agent: curl/7.50.0
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Wed, 27 Jul 2016 13:37:22 GMT
Date: Wed, 27 Jul 2016 13:37:22 GMT
< Strict-Transport-Security: max-age=31536000
Strict-Transport-Security: max-age=31536000
< Accept-Ranges: bytes
Accept-Ranges: bytes
< Connection: Keep-Alive
Connection: Keep-Alive
< Keep-Alive: timeout=10, max=1000
Keep-Alive: timeout=10, max=1000
< Content-Length: 13556
Content-Length: 13556
< Last-Modified: Wed, 27 Jul 2016 10:36:01 GMT
Last-Modified: Wed, 27 Jul 2016 10:36:01 GMT
< Content-Type: text/html
Content-Type: text/html

<
9 years ago
AndreDVJ e254c636c9 ~/router/Makefile: updates to support pcre 8.39 9 years ago
AndreDVJ 3b4cb582ab pcre: updated to 8.39 9 years ago
AndreDVJ 5a6b868dcb igmpproxy: Reverted to previous version. IGMPv3 implementation seems to break existing IGMPv2 clients.
Reported here: http://linksysinfo.org/index.php?threads/tomato-multiwan.71978/page-3#post-279234

Will check if this daemon can be updated in the future. As of now better left as is.
9 years ago
AndreDVJ fc54b35a0f nettle: Increase optimization level to -O2, to speed up crypto for dnssec validation
Taken from RMerlin's repo: 6cfb8bfdec

Not sure if this would really help Tomato, but should perform better "in theory".
9 years ago
AndreDVJ 0852a4fdf0 udev: Removing test stuff and udevstart code and references
As suggested by http://linksysinfo.org/index.php?threads/tomatousb-fixing-the-release-src-router-udev-test-sys-mess.72718/#post-278460
9 years ago
AndreDVJ c4e8cfd4f2 udev: Deleted test directory
There are symlinks that result in a recursion loop. You end up navigating through symlinks pretty much forever.
Reported by koitsu: http://linksysinfo.org/index.php?threads/tomatousb-fixing-the-release-src-router-udev-test-sys-mess.72718/
9 years ago
AndreDVJ 6eaee2aa5e nfs.rc: Fix typo 9 years ago
AndreDVJ 0babe2a956 ~/router/rc/mysql.c: Fix typo 9 years ago
AndreDVJ abf95092c5 ~/router/Makefile: updates to support libsodium 1.0.11 9 years ago
kille72 c8816683d9 usb_modeswitch: updated to 20160803 9 years ago
kille72 5fa863178f DNScrypt: updated to 1.7.0 9 years ago
kille72 bc90ba33ac gmp: updated to 6.1.1 9 years ago
kille72 a08a4b65d2 libsodium: updated to 1.0.11 9 years ago
kille72 f38055f14e SQLite: updated to 3.14.1 9 years ago
kille72 51f08a80e7 MiniDLNA: updated to 1.1.6 9 years ago
kille72 12db592051 libcurl: updated to 7.50.3 9 years ago
kille72 472ad6a199 OpenSSL: updated to 1.0.2j 9 years ago
kille72 6edab77074 TOR: updated to 0.2.8.8 9 years ago
kille72 503d74999d Changes in the Busybox configuration to get the Midnight Commander work properly 9 years ago
kille72 5f411f8e50 TOR: updated to 0.2.8.7 9 years ago
kille72 f9bb47f6ab OpenVPN: updated to 2.3.12 9 years ago
kille72 442bacd802 Fixed VLAN - Last Updated Aug 16 2016 by Tvlz 9 years ago
kille72 5a41f6a9e1 Build by info 9 years ago
Shibby ee7f11f642 Merge branch 'shibby-arm' into shibby-arm7 9 years ago
Shibby f905ddb09d re-apply: allow run spawn-fcgi as root 9 years ago
Shibby caac04a2c4 dnsmasq: stay close as possible to master branch
to 2.75 we used a fork of dnsmasq by "guns"
https://github.com/guns/dnsmasq.git

now we switch to master branch
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=shortlog;h=refs/heads/master

this commit remove a differences between those 2 branches.

We only leave Tomato specific code.
9 years ago
Shibby fa390e74dc SDK7: Fix QOS - make QOS work with IPv6 9 years ago
Shibby 788460a4b9 exFAT: kernel module for SDK7 9 years ago
Shibby 7749e3c922 Merge branch 'shibby-arm' into shibby-arm7 9 years ago
Tvlz 272eaeca0b Fix QOS - make QOS work with IPv6 9 years ago
Tvlz b5bbe9f6e5 Allow Incoming IPv6 IPSec by default 9 years ago
Shibby fc34f73714 dnsmasq: re-apply original Tomato specific code 9 years ago
Tvlz 2d5d9a8275 VLAN: Fix requirement to always check/use the 1st available 9 years ago
Shibby f48d4959aa exFAT: fix module compilation 9 years ago
Shibby 6b07dd30a9 exFAT: add filesystem support
cherry-picked (author: oneleft <oneleft.ak@gmail.com>):
6032c3f368
11d5f65084
ff753aca08

shibby:
router/Makefile: if TCONFIG_USB is not set then move exfat.ko file to extras
9 years ago
Shibby 2b3e2192a5 exFAT: add kernel module
aclean sources: https://github.com/dorimanx/exfat-nofuse
fix compilatin: added #include <linux/slab.h> to exfat_core.c file
config_base: compile exfat as module
9 years ago
Shibby 81bc490ddb Merge branch 'shibby-arm' into shibby-arm7 9 years ago
AndreDVJ 7cf352fa50 dropbear: updated to 2016.74 9 years ago
tsynik 4f86ac8a62 switch entware (obsolete) to entware-ng 9 years ago
Shibby 7f45cedfa2 DDNS: once again 9 years ago
Shibby a5e0fc3e25 DDNS: fix last commit 9 years ago
Shibby c0514fccf4 DDNS: allow select WANs for DDNS services 9 years ago