kille72
5d93e45ac8
Merge branch 'shibby-arm' into shibby-arm7
7 years ago
pedro
a2eddded9a
www.tomato.js: fix typo
7 years ago
pedro
0650862611
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
07034b17a8
Patch #2 from https://sourceforge.net/p/wide-dhcpv6/bugs/36/
...
Resolves bind(control sock): Address already in use issue.
7 years ago
edrikk
571a7268a4
Patch #1 from: https://sourceforge.net/p/wide-dhcpv6/bugs/36/
...
Resolve bind(control sock): Address already in use error.
7 years ago
edrikk
9a6c3cde20
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
f58a361a9b
no need for sizeoff(char)
7 years ago
edrikk
bb50c5d8a7
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
57e37950b7
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
5793fc54b7
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
897062ac23
fix typo at IGMP proxy notes section
7 years ago
M_ars
d34a01a470
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
738dae8cf5
change label/description "Efficient Multicast Forwarding" at advanced-routing.asp to "Efficient Multicast Forwarding (IGMP Snooping)"
7 years ago
AndreDVJ
ed1979ed94
Clean-up rp-pppoe patch
7 years ago
AndreDVJ
d1d825913a
rp-pppoe: Clean sources 3.12
7 years ago
pedro
1b20b435c9
rc/services.c: remove forgotten reference to stop_zebra()
7 years ago
pedro
fbd51972b9
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
1d5a4020e0
fpkg: remove unused variable
7 years ago
pedro
e1d17db11b
Cleanup tree
7 years ago
AndreDVJ
a733daa5ed
BWL: Manipulate waniface only if QoS is Disabled.
7 years ago
pedro
5ef58cee54
www: Modified Bandwidth Limiter warnings
...
based on Andre's: 3cae824877
7 years ago
AndreDVJ
5c93e0e1f6
dnsmasq: Updated to 2.80test2
7 years ago
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