Adam Ierymenko
6b3a7ec827
Fix a few things...
5 years ago
Adam Ierymenko
2c1d7f3dcc
CLI printing of URL.
5 years ago
Joseph Henry
b64ae8c8a5
Fix for bug #1403
5 years ago
Joseph Henry
11ddbc6f30
Fix (some) compile-time warnings on Linux
5 years ago
Joseph Henry
1732f7371c
Minor bonding CLI fix
5 years ago
Joseph Henry
3870f7af27
Improve missing authtoken error message
5 years ago
YI
d526dca1bb
fix sprintf overflow
5 years ago
Adam Ierymenko
bad1e0d529
CentOS build fixes to build in Cent7.
5 years ago
Joseph Henry
ecfac0601a
Add new bond control commands to CLI
5 years ago
Adam Ierymenko
167645ba6d
Fix for musl libc.
5 years ago
Adam Ierymenko
d2f2abe525
Add force-exit timeout to get around some of the exit hang issues users have observed. Will punt full diagnosis to V2 which rewrites all these code paths anyway.
5 years ago
Grant Limberg
ee04118172
null check
6 years ago
Adam Ierymenko
c86418934c
PATH_MAX is not defined on some Linux systems.
6 years ago
Grant Limberg
afcbc6dd9f
clean up some error output
6 years ago
Grant Limberg
4da9bed4fa
add 'dump' to cli help
6 years ago
Grant Limberg
cff3152985
windows create dump file on desktop
6 years ago
Grant Limberg
5090e95003
dump basics to stdout on other platforms
6 years ago
Grant Limberg
927aeb15f6
macos output dump to file if possible
...
if not, write to stdout
6 years ago
Grant Limberg
ace03d7c7b
zerotier-cli dump for Windows
6 years ago
Grant Limberg
36d867c3fa
more config dump for macOS
6 years ago
Grant Limberg
62f23e0cfd
step 1 of `zerotier-cli dump`
...
dump status, networks, peers, bonds & version
6 years ago
Grant Limberg
bbb307aff7
DNS is now toggleable via `zerotier-cli set <nwid> allowDNS=[0|1]`
...
Flag is disabled by default as it should be opt-in on each endpoint
6 years ago
Michael Adams
0545e70bd5
Added error messages to use admin/sudo/root
6 years ago
Grant Limberg
a1f4397959
linux implementaiton of zerotier-cli dump
6 years ago
Adam Ierymenko
06730c7d1d
BSL date bump
6 years ago
Joseph Henry
edd960566a
Improve bond tracing, fix bond initialization bugs, remove vestigial debug code
6 years ago
Joseph Henry
9f4985b11a
Add basic bond health status reporting (listbonds)
6 years ago
Suad Halilovic
ffebcd247f
2020/07/16, Minor optmizations
6 years ago
Travis LaDuke
bad95d7c67
Update cli help to say <network ID> instead of <network>
...
Closes #1054
7 years ago
Adam Ierymenko
6897f602bf
1.4.6 version bump
7 years ago
Adam Ierymenko
52a166a71f
Relicense: GPLv3 -> ZeroTier BSL 1.1
7 years ago
Joseph Henry
541e5c510e
CLI improvements (peers, and get/set ip, ip4, ip6, etc)
7 years ago
Joseph Henry
0e597191b8
Updated licenses for 2019
7 years ago
Adam Ierymenko
90631adb9b
Improve multithreading support for OneService (faster, dynamic adjustment of thread count based on HW concurrency).
7 years ago
Joseph Henry
c148a23df4
Added preprocessor check for ZT_NO_CAPABILITIES around header includes
8 years ago
Joseph Henry
7dbccf08ae
Removed unnecessary block before get request. Possible bug fix for Synology NAS ticket #27
8 years ago
Joseph Henry
04de2302a7
More insightful errors for get command
8 years ago
Joseph Henry
535ba8a207
Consolidated powerpc64le machine types, added 32-bit powerpc machine type and a flag to disable use of Linux capabilities
8 years ago
Adam Ierymenko
f12c0e79c9
GitHub issue #723
8 years ago
Pablo Hinojosa
a9778549f2
Warn about invalid network id instead of help
8 years ago
Grant Limberg
1bec8ddce4
Better error messages when the ZeroTier service can't be contacted
...
Fixes #681
8 years ago
Grant Limberg
4878d8ec15
Add CAP_NET_BIND_SERVICE to capabilities
8 years ago
Adam Ierymenko
f3dfd63634
Clean up some old stuff.
8 years ago
Joseph Henry
57077e4607
Added (get) command blurb in cli help
8 years ago
Joseph Henry
98b07f7f3c
Added (get) command to cli to single out JSON fields
8 years ago
Adam Ierymenko
65c07afe05
Copyright updates for 2018.
8 years ago
Adam Ierymenko
9c7ee5a21e
Tear out old "link quality" stuff since it is not currently used and will be done differently.
8 years ago
Adam Ierymenko
249c27afd5
Fix old bug invoking idtool personality with -i
8 years ago
Grant Limberg
b1d60df44c
timestamps changed from uint64_t to int64_t
...
There were cases in the code where time calculations and comparisons were overflowing and causing connection instability. This will keep time calculations within expected ranges.
9 years ago
Adam Ierymenko
d2415dee00
Cleanup.
9 years ago