Adam Ierymenko
3fedf16f35
.
9 years ago
Adam Ierymenko
5da56776d6
.
9 years ago
Adam Ierymenko
d58870a92d
.
9 years ago
Adam Ierymenko
15ed7423ac
.
9 years ago
Adam Ierymenko
d7e7ad4f88
Can't send a user message to self.
9 years ago
Adam Ierymenko
823a1963f6
init fix.
9 years ago
Adam Ierymenko
6513b21426
debug code.
9 years ago
Adam Ierymenko
d4321cdd41
Wire up user message handling in OneService event handler.
9 years ago
Adam Ierymenko
d301540d92
Software update stuff for test.
9 years ago
Adam Ierymenko
af5a3376f3
Should fix Windows build.
9 years ago
Adam Ierymenko
4aa52ffc77
Software update stuff.
9 years ago
Adam Ierymenko
47b62ece18
Software update integration.
9 years ago
Adam Ierymenko
2aab26a08e
Software update work.
9 years ago
Adam Ierymenko
565842b5ec
Software updater work.
9 years ago
Adam Ierymenko
a064e19b8a
Refactor some JSON stuff for performance, and fix a build error.
9 years ago
Adam Ierymenko
6fb49f68fc
Comment out and disable old auto-update code.
9 years ago
Adam Ierymenko
ef7faa7291
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
9 years ago
Adam Ierymenko
d5528e4e9a
Wire up VERB_USER_MESSAGE in core.
9 years ago
Grant Limberg
f730f65aaf
bring window to front if already open
9 years ago
Grant Limberg
dbd577c6b0
Merge branch 'winroute' into dev
9 years ago
Grant Limberg
7ebb207005
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
9 years ago
Grant Limberg
e41d71cd19
add implementations of compareTo() and equals() for VirtualNetworkRoute().
...
Android app was relying on these, but since they didn't exist, they didn't function properly
9 years ago
Grant Limberg
0f6c53589e
remove commented out function declaration
9 years ago
Grant Limberg
e2b1a7157e
Potential fix for routing issue on Windows
...
Move setting _initialized = true until after WindowsEthernetTap::threadMain() has actually created and brought up the adapter. Also in OneService::nodeVirtualNetworkConfigFunction(), wait up to 5 seconds for WindowsEthernatTap::isInitialized() to return true before attempting to configure the interface and managed routes. Without this, the adapter doesnt actually exist yet when trying to add routes
9 years ago
Grant Limberg
aaf69d1aff
properly quote string arguments to copyutil in case there are spaces in the path
9 years ago
Adam Ierymenko
9a2b766aad
Windows installer updates.
9 years ago
Adam Ierymenko
24017659df
Update installer, etc., for Mac.
9 years ago
Adam Ierymenko
c175a5fcd7
Change org names, add makefile rule for Mac to build new UI.
9 years ago
Adam Ierymenko
5ec8465374
Remove dead Mac stuff.
9 years ago
Adam Ierymenko
6b5d6efe6c
Retire old build farm (something new is coming) and update makefile for linux to not auto-build doc.
9 years ago
Adam Ierymenko
5bff70194b
Ship pre-build man pages. We stopped doing this for a bit due to nit-picky Debian craziness but since we are not targeting core Debian at the moment bring it back.
9 years ago
Adam Ierymenko
d94d04d7d5
Bump to 1.1.17 for pre-1.2.0 beta.
9 years ago
Adam Ierymenko
bf2b9e3692
Auto-authorize new members on public networks properly.
9 years ago
Adam Ierymenko
c8554504f3
.
9 years ago
Adam Ierymenko
0d066e3b08
Fix JSON parse bug in REDIRECT target.
9 years ago
Adam Ierymenko
6b12d86209
Add a workaround for an edge case in TEE/REDIRECT if we are the inbound destination and teeing is only being done on the outbound side.
9 years ago
Adam Ierymenko
fe530548bb
Fix MATCH_RANDOM in controller.
9 years ago
Adam Ierymenko
2eaff6d484
Fix to characteristcs in rules engine.
9 years ago
Adam Ierymenko
a54c2b438c
Basic support for streaming of changes via stdout from controller.
9 years ago
Adam Ierymenko
890f6f0d35
Make allow management from a local.conf parameters.
9 years ago
Adam Ierymenko
bad4b72f82
Remove debug printf.
9 years ago
Adam Ierymenko
4702c5b4ee
Add local.conf option to blacklist interfaces by name.
9 years ago
Adam Ierymenko
4459d5ad54
Remove debug printf
9 years ago
Adam Ierymenko
39fb4b1b42
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
9 years ago
Adam Ierymenko
3864a2e111
Use an alternative method for enumerating interface addresses on Linux to avoid poor performance of getifaddrs() when there are many network namespaces.
9 years ago
Grant Limberg
697520f1f5
Dont write IPv6 addresses to IPv4 sections of registry TCPIP settings.
...
Also, dont add the prefix length to the IP addresses in there.
Appears to fix Github Issue #357 . Still waiting on some info from Microsoft for confirmation of a few things.
9 years ago
Adam Ierymenko
244f37179c
Minor security: lock roots to only be reachable via World IPs.
9 years ago
Grant Limberg
4b3a47849d
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
9 years ago
Grant Limberg
56faf774ff
Store MTU as String instead of DWORD
...
WindowsEthernetTap was storing the MTU for the ZeroTier Adapter as a
DWORD. When changing the value from the network adapter settings UI, it
was stored as a string. Updated the call when creating the adapter to
store it as a string as windows expects.
9 years ago
Adam Ierymenko
fa2bb91ae5
Kill some old debug code.
9 years ago