Commit Graph

5255 Commits (2021.4)
 

Author SHA1 Message Date
AndreDVJ 16a597da59 miniupnpd: Updated to 2.0.20180422 7 years ago
AndreDVJ 2fd99b3088 OpenVPN: Updated to 2.4.6 7 years ago
kille72 05a304c640 Revert "QOS: fix the # number of Rule doesn't show in QOS Details view."
This reverts commit 3e508d7d38.

Inbound QoS was not working as intended anymore.
7 years ago
pedro 26297db13f rp-pppoe: clean sources 3.12, add (forgotten) patch instead 7 years ago
pedro 90e7d7ddcb pptpd: clean sources, add patch instead: change number of default connections to 6, fix for wrong location of binaries 7 years ago
pedro 926493196f www.tomato.js: fix typo 7 years ago
pedro 8b549f17fd Fix bad memset in auth.c
As reported here: https://sourceforge.net/p/wide-dhcpv6/bugs/35/

Based on edrikk's commit: 950853d13d?at=shibby-arm

Thanks!
7 years ago
edrikk 559437173c Patch #2 from https://sourceforge.net/p/wide-dhcpv6/bugs/36/
Resolves bind(control sock): Address already in use  issue.
7 years ago
edrikk 60de717425 Patch #1 from: https://sourceforge.net/p/wide-dhcpv6/bugs/36/
Resolve bind(control sock): Address already in use error.
7 years ago
edrikk 25d7628c35 Fix dhcp6 parallel build failure with poudriere on FreeBSD, by implementing patch from bug 38:
https://sourceforge.net/p/wide-dhcpv6/bugs/38/
7 years ago
edrikk 493ac3b269 no need for sizeoff(char) 7 years ago
edrikk 53522ee9ad Fixing use of memset.
It was noted in this ticket, though no fix upstream.
https://sourceforge.net/p/wide-dhcpv6/bugs/35/
7 years ago
pedro 43ccfc1826 Incorporating and bringing inline against the below... Several fixes.
844e8a1a0d?p=wive-ng-mt:wive-ng-mt.git;a=history;f=user/dhcp6/wide-dhcpv6/dhcp6c.c;h=82780c0e87ada3ece5483f9a5a453b17c959050b;hb=HEAD

2015-04-16 Evgeniy Manachkin fix some build warnings.
2015-04-14 root dhcp6c: do not open a routing socket that's never used.
2015-03-31 Evgeniy Manachkin RENEW: dhcpv6: ignore advertise messages with none of requested data and missed status codes.
2015-03-30 Evgeniy Manachkin dhcpv6: small code cleanup.
2015-03-30 Evgeniy Manachkin dhcpv6: ignore advertise messages with none of requested data and missed status codes.
2015-03-25 Evgeniy Manachkin dhcpv6: close file descriptors on exec.

Based on eddrik commit: f67297cccd?at=shibby-arm
Thanks!
7 years ago
M_ars edadb583e8 add function init() to advanced-firewall.asp
(use class attribute for IGMP proxy links to open a new tab/window)
7 years ago
M_ars 75f6c21ebd fix typo at IGMP proxy notes section 7 years ago
M_ars 03113a9d87 IGMP proxy: add the possiblity for a custom config (instead of the tomato default)
for config examples and new features please see:
https://github.com/pali/igmpproxy/blob/master/igmpproxy.conf
b55e0125c7
7 years ago
M_ars 27215beaa2 change label/description "Efficient Multicast Forwarding" at advanced-routing.asp to "Efficient Multicast Forwarding (IGMP Snooping)" 7 years ago
AndreDVJ bd7189f9a3 Clean-up rp-pppoe patch 7 years ago
AndreDVJ f7cf18cb64 rp-pppoe: Clean sources 3.12 7 years ago
pedro c94cd067a8 rc/services.c: remove forgotten reference to stop_zebra() 7 years ago
pedro 2286953f7f rc/init.c: improve invalid_mac check
Go beyond just checking for null, empty, or dummy MAC. Also check if MAC contains only hex characters and has colons separating every two characters.

Ported from: 97b52f0e89
7 years ago
pedro 016620d2a9 fpkg: remove unused variable 7 years ago
pedro 482267524e Cleanup tree 7 years ago
AndreDVJ 91e62d63ee BWL: Manipulate waniface only if QoS is Disabled. 7 years ago
pedro 67469f16a8 www: Modified Bandwidth Limiter warnings
based on Andre's: 3cae824877
7 years ago
AndreDVJ 4a5078df5c dnsmasq: Updated to 2.80test2 7 years ago
AndreDVJ 83c8d1c77e miniupnpd: Updated to 2.0.20180422 7 years ago
AndreDVJ 6e15f3413b OpenVPN: Updated to 2.4.6 7 years ago
M_ars 6be3bc6d6f update for emf-files and igs-files up to Asus 378_4585 7 years ago
M_ars 473be43e1b allow IGMPv3 for LAN at least
Limitation for IGMPv2 does come from commit
rc: support for Broadcom EMF and IGMP snooping in K26 builds (except Mini/Lite)
http://repo.or.cz/tomato.git/commit/1b0b707eefed6d67d4901ba4dd608e90f9b13b09
7 years ago
pedro d17b815124 Revert "QOS: fix the # number of Rule doesn't show in QOS Details view."
This reverts commit b520c9cf43.

Inbound QoS was not working as intended anymore.
7 years ago
pedro 93c397964d rp-pppoe: clean sources 3.12, add (forgotten) patch instead 7 years ago
pedro c879312ffd pptpd: clean sources, add patch instead: change number of default connections to 6, fix for wrong location of binaries 7 years ago
M_ars c164291efb update for emf-files and igs-files up to Asus 378_4585 7 years ago
M_ars 2475f42cef allow IGMPv3 for LAN at least
Limitation for IGMPv2 does come from commit
rc: support for Broadcom EMF and IGMP snooping in K26 builds (except Mini/Lite)
http://repo.or.cz/tomato.git/commit/1b0b707eefed6d67d4901ba4dd608e90f9b13b09
7 years ago
kille72 10fe1704f6 Merge branch 'shibby-arm' into shibby-arm7 7 years ago
M_ars 0b3fa251be router/rc/services.c: cosmetic for igmp.conf
- add optional ratelimit setting for the network interface (set to 0 --> default)
- add optional TTL threshold setting for the network interface (set to 1 --> default)
- some clean-up and documentation
7 years ago
M_ars 3f54318cdb router/Makefile: add "autoreconf" for igmpproxy 7 years ago
kille72 d89bd56973 igmpproxy: update to 0.2.1 (clean sources)
changes since last release 0.1:
- added support for whitelisting multicast groups on downstream interface
- support for igmpv3 clients
- multiple upstream interface
- and much more...

see for complete list
https://github.com/pali/igmpproxy
7 years ago
kille72 ca7d361402 Bumped version to 2018.3 7 years ago
M_ars 72fff95e0c router/rc/services.c: cosmetic for igmp.conf
- add optional ratelimit setting for the network interface (set to 0 --> default)
- add optional TTL threshold setting for the network interface (set to 1 --> default)
- some clean-up and documentation
7 years ago
M_ars 5cce092739 router/Makefile: add "autoreconf" for igmpproxy 7 years ago
kille72 3701f56d80 igmpproxy: update to 0.2.1 (clean sources)
changes since last release 0.1:
- added support for whitelisting multicast groups on downstream interface
- support for igmpv3 clients
- multiple upstream interface
- and much more...

see for complete list
https://github.com/pali/igmpproxy
7 years ago
kille72 7b6afbe34d busybox: enable TEE command
tee [OPTIONS] [FILE]...
Copy standard input to each FILE, and also to standard output
Options:

        -a      Append to the given FILEs, do not overwrite
        -i      Ignore interrupt signals (SIGINT)

https://busybox.net/downloads/BusyBox.html
7 years ago
kille72 27f3dd48c6 nginx: updated to 1.14.0 - Stable Branch 7 years ago
kille72 3516fe3d04 busybox: enable TEE command
tee [OPTIONS] [FILE]...
Copy standard input to each FILE, and also to standard output
Options:

        -a      Append to the given FILEs, do not overwrite
        -i      Ignore interrupt signals (SIGINT)

https://busybox.net/downloads/BusyBox.html
7 years ago
kille72 b1f5418217 nginx: updated to 1.14.0 - Stable Branch 7 years ago
kille72 c4b45b6483 Bumped version to 2018.3 7 years ago
M_ars 19739f60e1 router/shared/defaults.c: disable "nf_sip" by default (GUI @ Tracking / NAT Helpers SIP - Option Off) 7 years ago
M_ars 832dcaa81d router/shared/defaults.c: add missing "ipv6_dhcpd" at router/shared/defaults.c and set it to "1" (Enable DHCPv6) 7 years ago