Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Merge branch 'dev' into edge | Adam Ierymenko | |
2018-03-29 | GitHub issue #675 | Adam Ierymenko | |
2018-03-29 | GitHub issue #701 | Adam Ierymenko | |
2018-03-27 | certutil needs -f in case TrustedProvider store is not yet created | Adam Ierymenko | |
2018-03-27 | Works on 32-bit too now. | Adam Ierymenko | |
2018-03-27 | Take two on unattended driver installs. I think it works now.' | Adam Ierymenko | |
2018-03-27 | Upgrade installer AIP versions and redo how we bundle the driver ↵ | Adam Ierymenko | |
sub-installer to allow unattended driver installs (hopefully). | |||
2018-03-21 | Merge branch 'dev' into edge | Adam Ierymenko | |
2018-03-21 | Add specification of anchor and multicast hub address (optional) to new ↵ | Adam Ierymenko | |
multicast and IPv4 enabled ad-hoc network ID format. | |||
2018-03-21 | Add anchor and multicast hub address field to new multicast enabled ad-hoc ↵ | Adam Ierymenko | |
address format. | |||
2018-03-19 | Merge branch 'dev' into edge | Adam Ierymenko | |
2018-03-16 | Make sure fopen is in binary mode on Windows. | Adam Ierymenko | |
2018-03-13 | Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. ↵ | Adam Ierymenko | |
Will matter a lot for network controllers, not so much for other things. | |||
2018-03-12 | SHA512 using libcrypto (not enabled by default) | Adam Ierymenko | |
2018-03-12 | Speed tweaks for signatures, etc. | Adam Ierymenko | |
2018-03-12 | Minor tweak to QNAP path getter | Joseph Henry | |
2018-03-09 | Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge | Adam Ierymenko | |
2018-03-09 | Merge branch 'dev' into edge | Adam Ierymenko | |
2018-03-09 | Other fixes to IPv4 ad-hoc networks. | Adam Ierymenko | |
2018-03-08 | Some work on IPv4 enabled ad-hoc networks. | Adam Ierymenko | |
2018-03-08 | docs | Adam Ierymenko | |
2018-03-08 | cleanup | Adam Ierymenko | |
2018-03-08 | Forgot one other use in RethinkDb driver. | Adam Ierymenko | |
2018-03-08 | Fix for FileDB _networkChanged / _memberChanged problem. | Adam Ierymenko | |
2018-02-23 | Merge branch 'dev' into edge | Grant Limberg | |
2018-02-23 | TAP driver requires input and output buffers for calls passed into ↵ | Grant Limberg | |
DeviceIoControl Otherwise the driver returns STATUS_INVALID_PARAMETER and the call fails. This should fix some Multicast issues on Windows | |||
2018-02-16 | Added debug output convenience macros | Joseph Henry | |
2018-02-16 | Just a little cleanup | Grant Limberg | |
2018-02-16 | Linux: link system libcurl when compiling with ZT_VAULT_SUPPORT=1 | Grant Limberg | |
Requires libcurl and development headers to be installed | |||
2018-02-16 | Add HashiCorp Vault storage of ZeroTier's public & secret identity | Grant Limberg | |
Adds a "vault" section to local.conf. Example local.conf: { "config": { "vault": { "vaultURL": "https://some.vault.host:8200", "vaultToken": "my-super-secret-vault-token", "vaultPath": "secure/place/to/put/identity" } } Additionally, the following environment variables can be set. Environment variables override local.conf: VAULT_ADDR VAULT_TOKEN VAULT_PATH Identities will be placed in the keys "public" and "secret" under the user specified path. If no path is specified, they will be placed in the token specific cubbyhole. If identity.public and identity.secret exist on disk and vault is configured, they will be automatically added to Vault and removed from disk. TODO: * Decide behavior for if Vault cannot be reached. * Add libcurl as a dependency in Linux & Mac builds * Add libcurl as a requirement for linux packages | |||
2018-02-16 | Add CURL libs to VC project | Grant Limberg | |
2018-02-16 | libcurl binaries for Windows | Grant Limberg | |
2018-02-16 | Hooks into StateGet and StatePut for grabbing identity.secret from Vault | Grant Limberg | |
2018-02-16 | Add Vault configuration option parsing to local.conf | Grant Limberg | |
{ "settings": { ... "valut": { "vaultURL": "...", "vaultKey": "...", "vaultPath": "..." } } } | |||
2018-02-13 | Better error messages when the ZeroTier service can't be contacted | Grant Limberg | |
Fixes #681 | |||
2018-02-12 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Grant Limberg | |
2018-02-12 | some JNI error checking | Grant Limberg | |
2018-02-09 | Merge branch 'dev' of http://10.187.63.16/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-02-09 | A few fixes dicatated by valgrind. | Adam Ierymenko | |
2018-02-08 | Added platform checks for Windows in OneService | Joseph Henry | |
2018-02-07 | silence LOGV and LOGD in release builds for android | Grant Limberg | |
2018-02-02 | Linux build fix on some versions. | Adam Ierymenko | |
2018-02-01 | A few other make changes. | Adam Ierymenko | |
2018-02-01 | Allow us to build a semi-dynamic official binary that works back to CentOS ↵ | Adam Ierymenko | |
6, at least on x64, and is very fast since we can build it with newer clang or icc. | |||
2018-02-01 | Use Intel icc if available on Linux. | Adam Ierymenko | |
2018-02-01 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-02-01 | Fix build on Intel C/C++ Compiler for Linux. | Adam Ierymenko | |
2018-01-31 | Omit pragma comment for ZT_SDK builds on Windows | Joseph Henry | |
2018-01-30 | Fix Windows compile error. | Adam Ierymenko | |
2018-01-30 | Add CAP_NET_BIND_SERVICE to capabilities | Grant Limberg | |