Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | macOS: add libcurl to libraries when ZT_VAULT_SUPPORT=1 is specified on the ↵ | Grant Limberg | |
make command line | |||
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 | |
2018-01-26 | Tie up the rest of hub and spoke designated replicator multicast mode. | Adam Ierymenko | |
2018-01-26 | More cleanup of old stuff. | Adam Ierymenko | |
2018-01-26 | Do not send to origin in second buffered multicast path. | Adam Ierymenko | |
2018-01-26 | Add support for designated multicast replicators to Multicaster::send(). | Adam Ierymenko | |
2018-01-26 | Clean up some multicast code. | Adam Ierymenko | |
2018-01-26 | A little more cleanup. | Adam Ierymenko | |
2018-01-26 | Clean up some old stuff. | Adam Ierymenko | |
2018-01-25 | More useful to allow arrays of IPs to bind to. | Adam Ierymenko | |
2018-01-25 | Add bindToWildcard local.conf option. | Adam Ierymenko | |
2018-01-25 | More work on GitHub issue #666 | Adam Ierymenko | |
2018-01-25 | A small memory use reduction. | Adam Ierymenko | |
2018-01-25 | Implement continuous contacting of designated anchors and multicast ↵ | Adam Ierymenko | |
replicators - GitHub issue #666 | |||
2018-01-24 | . | Adam Ierymenko | |
2018-01-24 | cleanup | Adam Ierymenko | |
2018-01-24 | Stub out NetworkConfig for GitHub issue #666 | Adam Ierymenko | |
2018-01-12 | cleanup | Adam Ierymenko | |
2018-01-12 | Update miniupnpc to latest version (included library) | Adam Ierymenko | |
2018-01-12 | Add zerotier-idtool to Windows. | Adam Ierymenko | |
2018-01-12 | Sanity checks on array sizes and fix a bug in IPv4 auto-assign. | Adam Ierymenko | |
2018-01-12 | Reduce maximum batcn size for status updates but increase the number of ↵ | Adam Ierymenko | |
whole record commit threads. | |||
2018-01-11 | docs | Adam Ierymenko | |
2018-01-11 | Remove old code. | Adam Ierymenko | |
2018-01-11 | Reenable faster lock. | Adam Ierymenko | |
2018-01-11 | Fixes for lock ordering -- GitHub issue #573 | Adam Ierymenko | |
2018-01-11 | docs | Adam Ierymenko | |
2018-01-10 | cleanup | Adam Ierymenko | |
2018-01-10 | Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev | Adam Ierymenko | |
2018-01-10 | cleanup | Adam Ierymenko | |