- Nov 22, 2016
-
-
Felix Lange authored
The discovery DHT contains a number of hosts with LAN and loopback IPs. These get relayed because some implementations do not perform any checks on the IP. go-ethereum already prevented relay in most cases because it verifies that the host actually exists before adding it to the local table. But this verification causes other issues. We have received several reports where people's VPSs got shut down by hosting providers because sending packets to random LAN hosts is indistinguishable from a slow port scan. The new check prevents sending random packets to LAN by discarding LAN IPs sent by Internet hosts (and loopback IPs from LAN and Internet hosts). The new check also blacklists almost all currently registered special-purpose networks assigned by IANA to avoid inciting random responses from services in the LAN. As another precaution against abuse of the DHT, ports below 1024 are now considered invalid.
-
Felix Lange authored
-
Felix Lange authored
The new package contains three things for now: - IP network list parsing and matching - The WSAEMSGSIZE workaround, which is duplicated in p2p/discover and p2p/discv5.
-
- Nov 18, 2016
-
-
Frank Wang authored
-
Nick Johnson authored
-
Nick Johnson authored
-
Nick Johnson authored
-
Viktor Trón authored
-
- Nov 17, 2016
-
-
Péter Szilágyi authored
-
Nick Johnson authored
-
Felix Lange authored
-
- Nov 16, 2016
-
-
Jeffrey Wilcke authored
utils: bump stable 1.5.1
-
Jeffrey Wilcke authored
build: set GO15VENDOREXPERIMENT in env.sh
-
Felix Lange authored
This should fix the 'make' build with Go 1.5.
-
Jeffrey Wilcke authored
-
- Nov 15, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
les: fixed logging
-
Jeffrey Wilcke authored
Dockerfile revamp
-
Jeffrey Wilcke authored
-
Felix Lange authored
The jit config options are not handled, but random selection still took place, printing confusing messages.
-
Nick Johnson authored
-
Péter Szilágyi authored
README, VERSION: update for 1.5 release
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
utils: unstable 1.5.1
-
Jeffrey Wilcke authored
utils: stable 1.5.0
-
Jeffrey Wilcke authored
build: master is unstable
-
Felix Lange authored
-
Péter Szilágyi authored
travis.yml: upload to the real PPA
-
Felix Lange authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
travis, build: further maven and gpg refinements
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis, build: fix mobile build issues on travis
-
Péter Szilágyi authored
-
- Nov 14, 2016
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
travis: work around "timeout features"
-