Adam Ierymenko
f0fc9b1766
Merge branch 'master' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
8 years ago
Joseph Henry
04de2302a7
More insightful errors for get command
8 years ago
Grant Limberg
1da1409db2
get rid of a noisy log line
8 years ago
Grant Limberg
c1ea1329c1
Merge branch 'dev' into libpq
8 years ago
Grant Limberg
417aa9547b
Working controller & docker container for GKE
8 years ago
Adam Ierymenko
60d5a3c631
Merge pull request #853 from darkain/dev
...
Fix IPv6 address string representation
8 years ago
Adam Ierymenko
7a42416a78
Merge pull request #822 from dschulz/controller-patch1-dschulz
...
Add functionality to erase members from networks using file backend i…
8 years ago
Adam Ierymenko
2a143a7505
Merge pull request #858 from tommyang/fix/mac-uninstall-script
...
macOS uninstall script: remove symlinks from the actual location
8 years ago
Grant Limberg
0510f85a8f
Merge branch 'dev' into libpq
8 years ago
Grant Limberg
5b222d0a09
cleanup connections after errors
8 years ago
Tommy Yang
88d879987d
Remove symlinks from the actual location
...
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
8 years ago
Joseph Henry
27c37a18f3
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
8 years ago
Joseph Henry
b8268d894b
Changed home path for Synology
8 years ago
Vincent Milum Jr
79b47b055a
Only null terminate the first character
8 years ago
Vincent Milum Jr
8e260bae11
Correcting conversion to/from IP address / string
...
1) Use existing standard libraries to convert to/from IPv4/IPv6 strings and binary representation.
2) Move null terminator assignment InetAddress::toIpString to top of function, this way if ANY errors occurs that don't write content to the buffer, we're not passing a potentially dangerous buffer around.
8 years ago
Adam Ierymenko
af61ee6f3a
Merge pull request #836 from skunkwerks/feature/add-freebsd-debugs
...
add support for debug flags in FreeBSD
8 years ago
Adam Ierymenko
04d7a1df96
Merge pull request #837 from skunkwerks/feature/update-ext-json
...
update external JSON dependency to address libc++ compatibility
8 years ago
Adam Ierymenko
b9fd50e348
Merge pull request #845 from asbjornenge/docker-updates
...
Using multi-stage build for Dockerfile
8 years ago
Adam Ierymenko
ef48d11266
Merge pull request #848 from darkain/master
...
Fix compile on FreeBSD targeting ARMv6 (Raspberry Pi)
8 years ago
Adam Ierymenko
a47559d9e3
dev should have odd minor version
8 years ago
Vincent Milum Jr
cffb992ae8
Adding ARM/NEON detection for non-Linux targets
8 years ago
Vincent Milum Jr
39e720e811
Adding proper EABI target for ARM32/Salsa
8 years ago
Joseph Henry
7b87e9c0cb
Added ability for OneService to monitor local.conf for changes and automatically reload
8 years ago
Joseph Henry
3dd9b1aa9b
Added ability to specify zt home directory via ZEROTIER_HOME - Addresses ticket #829
8 years ago
Joseph Henry
0fddebc791
Added ability to manually set secondary and tertiary ports in local.conf
8 years ago
Asbjørn Enge
701d64936d
Using builder pattern to build in container while keeping final image small
8 years ago
Grant Limberg
0ec6215493
Send member/network change notifications via Postgres
8 years ago
Grant Limberg
de45bdb448
quieting things down a little bit
8 years ago
Grant Limberg
7b608c6ca3
Fix testing for true/false. Dont attempt to update member status on networks that we know dont exist
8 years ago
Grant Limberg
6ff78c9c26
fix crashes
8 years ago
Grant Limberg
d701f4e331
Added some exception hadling. Dont want to live *too* dangerously here
8 years ago
Grant Limberg
92abc92463
Theoretically we have PostgreSQL support now
8 years ago
Grant Limberg
a4be9ceb5a
dont insert/update creation time. Let the database handle it with the default value
8 years ago
Grant Limberg
e21b6e1daf
commit thread WIP
8 years ago
Grant Limberg
2e3b03fff9
members initialized
8 years ago
Grant Limberg
cd657da431
Online Update/Notify thread
8 years ago
Grant Limberg
17af09a5cc
Postgres Integration has begun
8 years ago
Travis LaDuke
ceff48b07c
Update bug_report.md
8 years ago
Travis LaDuke
199566965e
Update issue templates
8 years ago
Travis LaDuke
46e46e9b7b
Update issue templates
8 years ago
Dave Cottlehuber
8b292d2dc7
ext: update nlohmann/json to v3.2.0
...
- include libc++7 compatibility for FreeBSD
- see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230629
8 years ago
Dave Cottlehuber
88abd6ffc6
add support for debug flags in FreeBSD
8 years ago
Joseph Henry
76b4ec12a0
Vault-related amendments
8 years ago
Joseph Henry
0e4cfd897b
Multipath-related amendments from merge into edge
8 years ago
Adam Ierymenko
515d7962b0
Build fixes.
8 years ago
Adam Ierymenko
553101e8b5
merge dev
8 years ago
Joseph Henry
3cd0ab1b3b
Remove direct include of bits/sockaddr.h
8 years ago
Diego Schulz
fc6dba0797
Add functionality to erase members from networks using file backend in controller microservice
...
Signed-off-by: Diego Schulz <dschulz@gmail.com>
8 years ago
Joseph Henry
e01c0adff2
Added ifdef checks to omit some ManagedRoute code in SDK builds
8 years ago
Adam Ierymenko
e75a093a8c
2018-07-27 -- Version 1.2.12
...
* Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes.
* Fixed a socket limit problem on Windows that caused the ZeroTier service to run out of sockets, causing the UI and CLI to be unable to access the API.
* Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client.
* Fixed a bug that could cause the service to crash if an authorized local client accessed an invalid URL via the control API. (Not exploitable since you needed admin access anyway.)
8 years ago