Adam Ierymenko 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
..
AES.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
AES.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Address.hpp 0d05e4bcae Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 5 anos atrás
Buf.cpp 547f39bb49 Fixes for Buf, unit test 6 anos atrás
Buf.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
C25519.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
C25519.hpp 0d05e4bcae Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 5 anos atrás
CMakeLists.txt 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Capability.cpp 0d05e4bcae Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 5 anos atrás
Capability.hpp 0d05e4bcae Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 5 anos atrás
CertificateOfMembership.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
CertificateOfMembership.hpp b5c01999b8 More tweaks to COM stuff. 5 anos atrás
CertificateOfOwnership.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
CertificateOfOwnership.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Constants.hpp da5b11bf2d Rename version constants to something more canonical, and more cleanup. 5 anos atrás
Credential.cpp 0d05e4bcae Remove capability chain of custody stuff which was never used and was really overly complex and a potential source of security problems. 5 anos atrás
Credential.hpp d3a7468e83 Implement AES-GMAC-SIV and benchmark, rework COM and add a lot of comments and docs, and comments and docs elsewhere too. 5 anos atrás
Defragmenter.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Dictionary.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Dictionary.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
ECC384.cpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
ECC384.hpp eef70e198b Version 2.x notice updates and other boring stuff. 6 anos atrás
Endpoint.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Endpoint.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Expect.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
FCV.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Fingerprint.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Identity.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Identity.hpp bedf63e257 Some minor security tightening stuff and AES fixes. 5 anos atrás
InetAddress.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
InetAddress.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
LZ4.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
LZ4.hpp 274db26339 Fix accidentally removed file. 5 anos atrás
Locator.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Locator.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
MAC.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Map.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Membership.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Membership.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Meter.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
MulticastGroup.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Mutex.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Network.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Network.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
NetworkConfig.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
NetworkConfig.hpp 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 anos atrás
NetworkController.hpp df346a6df6 Work in progress... clean up memcpy and create an annotation for that, lots more porting to new Buf/Protocol code, etc. 6 anos atrás
Node.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Node.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
OS.hpp 0aa78d0ecb Small fixes. 5 anos atrás
Path.cpp 0589964f99 Yet more cleanup, and add meters to paths. 6 anos atrás
Path.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Peer.cpp bedf63e257 Some minor security tightening stuff and AES fixes. 5 anos atrás
Peer.hpp 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 anos atrás
Poly1305.cpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Poly1305.hpp f21ecb3762 Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler. 6 anos atrás
Protocol.cpp 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 anos atrás
Protocol.hpp cbf174f96d Warning removal. 5 anos atrás
README.md c6ce6b46ce build fixes 6 anos atrás
Revocation.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Revocation.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
RuntimeEnvironment.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
SHA512.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
SHA512.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Salsa20.cpp 08e06f9b8f More refactoring and a bunch of AES goodness. 6 anos atrás
Salsa20.hpp 8a379ba0a1 The MIMC thing was neat but unfortunately is amenable to too much GPU acceleration. 5 anos atrás
ScopedPtr.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
SelfAwareness.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
SelfAwareness.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
SharedPtr.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Speck128.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Tag.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Tag.hpp 24e30a684b A bunch of little nit-picky header and name cleanup. 5 anos atrás
Tests.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Tests.h a8db4a8d2d Minor future proofing and cleanup in CertificateOfMembership, improve comments in a few places. 5 anos atrás
Topology.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Topology.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Trace.cpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Trace.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
TriviallyCopyable.hpp 1f2e94a51d Some optimization and raw memory access cleanup. 5 anos atrás
Utils.cpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
Utils.hpp 9428fc53f6 A bunch of cleanup, bug fix, just use unordered_map, etc. 5 anos atrás
VL1.cpp 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 anos atrás
VL1.hpp 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 anos atrás
VL2.cpp e236d6f743 More minor refactoring 6 anos atrás
VL2.hpp 87da45b3f5 Faster hash table, various other optimizations and simplification. 5 anos atrás

README.md

ZeroTier Network Hypervisor Core

This directory contains the real ZeroTier: a completely OS-independent global virtual Ethernet switch engine. This is where the magic happens.

Give it wire packets and it gives you Ethernet packets, and vice versa. The core contains absolutely no actual I/O, port configuration, or other OS-specific code (except Utils::getSecureRandom()). It provides a simple C API via /include/ZeroTierOne.h. It's designed to be small and maximally portable for future use on small embedded and special purpose systems.

Code in here follows these guidelines:

  • Keep it minimal, especially in terms of code footprint and memory use.
  • There should be no OS-dependent code here unless absolutely necessary (e.g. getSecureRandom).
  • If it's not part of the core virtual Ethernet switch it does not belong here.
  • Minimize the use of complex C++ features since at some point we might end up "minus-minus'ing" this code if doing so proves necessary to port to tiny embedded systems.