Adam Ierymenko
|
eebcf08084
Tweaks to new Path code for dual-stack operation, and other fixes.
|
9 rokov pred |
Adam Ierymenko
|
ded5a53a6c
Documentation updates, add rules engine revision to network config request meta-data.
|
9 rokov pred |
Adam Ierymenko
|
2cdda38dc4
It basically works... at least on current controllers.
|
9 rokov pred |
Adam Ierymenko
|
8e3463d47a
Add length limit to TEE and REDIRECT, and completely factor out old C json-parser to eliminate a dependency.
|
9 rokov pred |
Moritz Warning
|
bcdd158ad8
C++11 requires a space between literal and string macro
|
9 rokov pred |
Adam Ierymenko
|
7918b26f65
Hack settings into old CLI.
|
9 rokov pred |
Adam Ierymenko
|
7e68791bee
Fix include for system json-parser.
|
9 rokov pred |
Adam Ierymenko
|
68d950c344
Hack in zerotier-idtool to allow generation of vanity addresses.
|
9 rokov pred |
Ben Finney
|
c9d3f3ab96
Correct license grant to match “GPL v3 or later” grant in source.
|
9 rokov pred |
Ben Finney
|
72797c25d5
Update copyright notice.
|
9 rokov pred |
Ben Finney
|
ea6ce47345
Refactor the program name to a pre-processor directive.
|
9 rokov pred |
Ben Finney
|
10855b451d
Refactor the copyright notice text to a pre-processor directive.
|
9 rokov pred |
Ben Finney
|
3265b3594b
Refactor the license grant text to a pre-processor directive.
|
9 rokov pred |
Adam Ierymenko
|
4e4fd51117
boring doc stuff
|
9 rokov pred |
Adam Ierymenko
|
436c1fac1d
Selectively move over changes from "edge" to "dev" excluding netcon.
|
9 rokov pred |
Adam Ierymenko
|
9169b6c999
Fix crash on exit in Windows (does not affect other OSes) and revert debugging tweak in Windows version that prevented service from starting after real install.
|
9 rokov pred |
Adam Ierymenko
|
0d9f33dc4f
Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch.
|
9 rokov pred |
Adam Ierymenko
|
cae58f43f1
More World stuff, and mkworld.
|
10 rokov pred |
Adam Ierymenko
|
f69454ec98
(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
|
10 rokov pred |
Adam Ierymenko
|
80dc7fb675
Pick random port on -p0
|
10 rokov pred |
Adam Ierymenko
|
facb009a1d
Add security notice to auto-update info in -h output, and fix a missing paren.
|
10 rokov pred |
Adam Ierymenko
|
c826cec1d4
Bring back _winPokeAHole() to dynamically allocate firewall exception. Shouldn't be needed but seems to help on Windows 8.
|
10 rokov pred |
Adam Ierymenko
|
8169b35482
Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and setupapi and using these functions directly.
|
10 rokov pred |
Adam Ierymenko
|
2599b1bacc
Add CLI support for /explicit/urls (automatically outputs JSON in this case), and some cleanup.
|
10 rokov pred |
Adam Ierymenko
|
a2690047bb
docs
|
10 rokov pred |
Adam Ierymenko
|
b6698d8415
Ground work for reincorporating software updater for select platforms.
|
10 rokov pred |
Adam Ierymenko
|
9682f50b15
Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to configure firewall rules (because we can now).
|
10 rokov pred |
Adam Ierymenko
|
c76b9d1340
Respect user home directory copies of authtoken.secret or ~/.zeroTierOneAuthToken in CLI like we do in GUI wrappers.
|
10 rokov pred |
Adam Ierymenko
|
086f21ed70
Refactor and simplify controller integration with JSON API and OneService.
|
10 rokov pred |
Adam Ierymenko
|
27c5f04d68
Add -U option to skip root check and permit run as non-privileged user.
|
10 rokov pred |