- Mar 15, 2017
-
-
Daniel Engberg authored
Update mirror list, add main site as last resort Source: https://github.com/curl/curl-www/blob/master/latest.pl Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
- Mar 14, 2017
-
-
Felix Fietkau authored
Do not run another loop iteration before checking the stop flag Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Rafał Miłecki authored
This includes 3 cleanups: fd5a160 Don't cache hosts as services 80dd246 Refresh DNS records A and AAAA directly 6515101 Access cached records (instead of services) to read list of hosts Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Mar 13, 2017
-
-
Hauke Mehrtens authored
This fixes the following security problem: * CVE-2017-2629 SSL_VERIFYSTATUS ignored Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Mar 12, 2017
-
-
Felix Fietkau authored
The kernel unconditionally pulls in a header file that defines 'current', which conflicts with the lua extension code. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Mar 10, 2017
-
-
Rafał Miłecki authored
This fixes crash in interface_start caused by freeing interface in interface_free without stopping a timeout. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Matthias Schiffer authored
Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Mar 09, 2017
-
-
Matthias Schiffer authored
91810ec system-linux: add VXLAN support Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Kevin Darbyshire-Bryant authored
RFC 6761 defines a number of top level domains should not be forwarded to the Internet's domain servers since they are not responsible for those domains. This change adds a list of domains that will be blocked when 'boguspriv' is used and augments that which is already blocked by dnsmasq's notion of 'local service' using '--bogus-priv' i.e. RFC 1918 private addresses and IPv6 prefixes as defined in RFC 6303. To make this configurable rather than hard coded in dnsmasq's init script, a new file /usr/share/dnsmasq/rfc6761.conf is conditionally included. The default file matches the RFC 6761 recommendation along with a few other top level domains that should not be forwarded to the Internet. Compile & run tested Archer C7 v2 Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- Mar 07, 2017
-
-
Yousong Zhou authored
So that future patches for addition/removal of them can be more readable Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Jo-Philipp Wich authored
Honour the parent interfaces peerdns option when spawning a virtual DHCPv6 interface in order to avoid pulling in IPv6 DNS servers when the user opted to inhibit peer DNS servers in the configuration. Fixes #597. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Mar 06, 2017
-
-
Hans Dedecker authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Hans Dedecker authored
c69555c dhcpv6: use PRIu64 print macro Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
- Mar 05, 2017
-
-
Florian Fainelli authored
Brings in the following change: 9eac2a896341 dhcpv6-ia: Check lockf return value Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Mar 02, 2017
-
-
Florian Fainelli authored
Pass down TARGET_CPPFLAGS for path to header files, and append the libraries we depend on in TARGET_LDFLAGS. Put TARGET_LDFLAGS at the end of the command line as is required by modern GCC/binutils. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Fixes linking failures observed with external toolchains: /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld: warning: libubox.so, needed by /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so, not found (try using -rpath or -rpath-link) /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blobmsg_open_nested' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blobmsg_parse' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blob_nest_end' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so: undefined reference to `blobmsg_add_field' Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Brings the following change: 1fe6f48f8a50 Cmake: Find libubox/list.h Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
thc-ipv6 did not allow an external environment to override CFLAGS, which would lead to our CFLAGS not being passed properly (relro, optimizations, etc...) Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Feb 28, 2017
-
-
Hsing-Wang Liao authored
Signed-off-by:
Hsing-Wang Liao <kuoruan@gmail.com>
-
- Feb 26, 2017
-
-
Kevin Darbyshire-Bryant authored
Drops a LEDE carried patch now upstream. Convert to autotools. A number of nits fixed upstream (dns & short packet handling most notable) Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- Feb 25, 2017
-
-
Yousong Zhou authored
Defer procd_open_instance only after validity check passed. Fixes FS#541 Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Yousong Zhou authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
- Feb 24, 2017
-
-
Yousong Zhou authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 23, 2017
-
-
Hans Dedecker authored
1b630f8 router: don't announce prefixes with valid lifetime equal to 0 ba0cac0 router: fix arithmetic exception fault 3495f17 router: allow RA prefix lifetime being set to leasetime value (FS#397) e437ce9 treewide: simplify dhcp leasetime checking 942fb33 router: support ra_mininterval and ra_lifetime uci parameters (FS#397) f913337 router.h: fix alignment style 4dc7edb Revert "odhcpd.h: fix alignment style" 62ea54f odhcpd.h: fix alignment style a898ee5 config: make loglevel configurable via uci (FS#481) 51c756c odhcpd: display correct default log level in usage text 68ee0b5 treewide: define and use macro IN6_IS_ADDR_ULA fa57225 ndp: deregister netlink event socket for non recoverable errors ac70d28 odhcpd: fix white space errors Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Ben Kelly authored
When not defining 'device' or 'vlan' in relevant switch_port uci sections, behaviour is inconsistent due to *devn, *port and *vlan pointers not being zero initialized. Signed-off-by:
Ben Kelly <ben@benjii.net>
-
Felix Fietkau authored
stop() is overwritten by rc.common, so implement stop_service instead. While at it, remove the now unnecessary restart() override Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 22, 2017
-
-
Kevin Darbyshire-Bryant authored
--bogus-priv now applies to IPv6 prefixes as specified in RFC6303 - this is significantly friendlier to upstream servers. CNAME fix in auth mode - A domain can only have a CNAME if it has no other records Drop 2 patches now included upstream. Compile & run tested Archer C7 v2 Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- Feb 20, 2017
-
-
Jo-Philipp Wich authored
- Fix eap test to work with standalone hostapd builds - Fix 11n test to check the correct define - Add 11ac, 11r and 11w tests Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Kevin Darbyshire-Bryant authored
New test release (since test1) includes 2 LEDE patches that are upstream and may be dropped, along with many spelling fixes. Add forthcoming 2017 root zone trust anchor to trust-anchors.conf. Backport 2 patches that just missed test3: Reduce logspam of those domains handled locally 'local addresses only' Implement RFC-6842 (Client-ids in DHCP replies) Compile & run tested Archer C7 v2 Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- Feb 19, 2017
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Feb 17, 2017
-
-
Hans Dedecker authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Felix Fietkau authored
Patch from attachment to FS#512 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
- Feb 15, 2017
-
-
Felix Fietkau authored
fq_codel is built-in, and xt_CONNMARK is provided by the xt_connmark module Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Rafał Miłecki authored
This update includes numerous small fixes for: 1) Interfaces setup 2) Packets parsing 3) Sending replies Without this there were multiple problems with exchanging information between (u)mdns and other implementations (including (u)mdns as well). This also follows project rename to umdns which was required to avoid confusion with Apple's mdnsd from mDNSResponder project. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Ansuel Smith authored
Refreshed patches Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
Daniel Albers authored
same name for the file on the host and target Signed-off-by:
Daniel Albers <daniel.albers@public-files.de>
-
- Feb 13, 2017
-
-
Ulrich Weber authored
as we do for IPv4 PPP interfaces. When we create the dynamic IPv6 interface we should inherit ip6table from main interface. Signed-off-by:
Ulrich Weber <ulrich.weber@riverbed.com>
-
Florian Eckert authored
pppoe-discovery performs the same discovery process as pppoe, but does not initiate a session Signed-off-by:
Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-