Ben Finney
ea6ce47345
Refactor the program name to a pre-processor directive.
10 years ago
Ben Finney
10855b451d
Refactor the copyright notice text to a pre-processor directive.
10 years ago
Ben Finney
3265b3594b
Refactor the license grant text to a pre-processor directive.
10 years ago
Ben Finney
cafc46a8e9
Add Makefile module for building documentation.
10 years ago
Ben Finney
5993b178c5
Ignore generated man page files.
10 years ago
Ben Finney
24e286b5ec
Add a stub for an encoding declaration on a man page.
10 years ago
Ben Finney
c63de27633
Add references to other tools for ‘zerotier-one’.
10 years ago
Ben Finney
a84a256df4
Add incomplete man pages for ‘zerotier-idtool’ and ‘zerotier-cli’.
10 years ago
Ben Finney
88dfa860f4
Document how the home directory is used, and its default value.
10 years ago
Ben Finney
83bc5d95aa
Document remaining options explicitly.
10 years ago
Ben Finney
09c61d5cb1
More explicit specification of how to use ‘-i’ and ‘-q’.
10 years ago
Ben Finney
71c84aee60
Add “see also” section referring to ZeroTier documentation online.
10 years ago
Ben Finney
cee09b0d2e
Refine description of ZeroTier One.
10 years ago
Ben Finney
fdb8ea93ef
Add a reStructuredText document for a ‘zerotier-one(8)’ man page.
10 years ago
Adam Ierymenko
60ab565185
Fix cluster-geo code to cache IPv6 by first 64 bits to prevent cache fillup due to IPv6 privacy extensions.
10 years ago
Adam Ierymenko
1fe251d0a0
stupid bug is stupid
10 years ago
Adam Ierymenko
ff931e53b5
more makefile stuff
10 years ago
Adam Ierymenko
ef376a7919
Linux make clean fix.
10 years ago
Adam Ierymenko
09fc9e4d0c
indent fix
10 years ago
Adam Ierymenko
fe3a84a422
Fix problems with previous commit.
10 years ago
Adam Ierymenko
ba56a5b9d1
Another NAT-t improvement:
...
Many NATs revert to symmetric behavior from friendlier modes if they cannot
preserve ports. This can occur if there is, for example, more than one ZT
device behind the NAT using port 9993.
Others (Airport Extreme?) seem to have bugs in which they completely freak
out if more than one device tries to do a lot of mappings using the same
internal local port.
Mostly to fix the latter case and somewhat to fix the former, we introduce
a secondary port. ZeroTier now binds 9993 (or whatever port you specify)
plus another port computed deterministically from your ZeroTier address.
This port is used for new links 1/4 of the time.
This mostly addresses the second problem above and partly helps to address
the first.
If uPnP/NAT-PMP is enabled we also still open a tertiary port because some
routers freak out if NAT-t is attempted using the same port as uPnP.
All of this is IPv4 only of course. IPv6 is sane.
10 years ago
Adam Ierymenko
a27d8b2910
Windows cleanup.
10 years ago
Adam Ierymenko
b6f6ed35fc
More Windows tweaks and a compile fix.
10 years ago
Adam Ierymenko
d3cb063d13
Tweaks to WindowsEthernetTap to attempt to address GitHub issue #308 and/or GitHub issue #277 -- we can't reproduce yet but I found one area where a spin was possible under certain failure conditions. Maybe.
10 years ago
Ben Finney
b9125e4256
Document myself as a contributor.
10 years ago
Adam Ierymenko
0aae86be2e
Merge branch 'dev' of https://github.com/krisek/ZeroTierOne into dev
10 years ago
Adam Ierymenko
d9fa07399e
Fix GitHub issue #311
10 years ago
Ben Finney
d570adf021
State grant of license in each third-party component.
10 years ago
Ben Finney
dcb91c043f
State which exact files constitute third-party works.
10 years ago
Ben Finney
f613930dee
Explicitly mark home page URLs of third-party code.
10 years ago
Ben Finney
667048310d
Remove text that paraphrases GPLv3 conditions.
10 years ago
Ben Finney
642aa3313d
Explicitly grant GPLv3-or-later terms to the overall code base.
10 years ago
Ben Finney
f6e98df8da
Refer directly to the accompanying GPL-3 license document.
10 years ago
Ben Finney
d37e44225f
Add explicit copyright statement in same file as license grant.
10 years ago
Ben Finney
5c172d1a15
Rename file that is not a license text.
10 years ago
Ben Finney
0bf2060a7d
Add verbatim text of GNU General Public License version 2.
10 years ago
Ben Finney
22883b3eeb
Add verbatim text of GNU General Public License version 3.
10 years ago
Kristof Imre Szabo
6d1dc47368
Typo fix.
10 years ago
Kristof Imre Szabo
f8d05eb625
Spec description rephrased.
10 years ago
Kristof Imre Szabo
45c233c0e7
Formatting change
10 years ago
Kristof Imre Szabo
b836228465
Formatting change
10 years ago
Kristof Imre Szabo
8118630861
Formatting change
10 years ago
Kristof Imre Szabo
bf3e31ece7
Initial commit of the standard zerotier RPM specification
10 years ago
Adam Ierymenko
f217ce7ff7
Upgrade http-parser.
10 years ago
Adam Ierymenko
039790cf26
Upgrade LZ4 to hopefully fix wacky sporadic crash when built with g++ 5.3.1 on Debian/testing.
10 years ago
Adam Ierymenko
e5f82f5457
cleanup
10 years ago
Adam Ierymenko
a5e4e3fcac
Remove ui/ on Linux uninstall.
10 years ago
Adam Ierymenko
3fe60615df
Make installers silent when run inside packages.
10 years ago
Adam Ierymenko
7b5c1696eb
Fix a CIRCUIT_TEST bug in forwarding of tests along hop paths on private networks. Unfortunately this means full circuit testing for private nets will need an upgrade. :(
10 years ago
Adam Ierymenko
c7c61b4ac0
Fix checking of path address validity.
10 years ago