Adam Ierymenko
ba7809367a
JS stuff reorg.
11 years ago
Adam Ierymenko
5e3c6d9e0d
Some nodeJS work, and apply fix from GitHub issue #166 plus a small optimization to avoid repeated calls to _allMulticastGroups().
11 years ago
Adam Ierymenko
d8ad555b9a
Go ahead and add flags and invFlags to the Rule table.
11 years ago
Adam Ierymenko
d29f2ce858
Clean up attic/
11 years ago
Adam Ierymenko
af1d29cc6f
Remove obsolete method.
11 years ago
Adam Ierymenko
91f02d699e
Right now only FreeBSD can use BSDEthernetTap, which will probably get renamed accordingly. NetBSD and OpenBSD do not support tap, only tun, so they will have to wait.
11 years ago
Adam Ierymenko
d8783b14eb
Build fix.
11 years ago
Adam Ierymenko
6867922d9e
typo
11 years ago
Adam Ierymenko
9774f789f2
TCP fallback tunneling is now working. That hurt more than expected.
11 years ago
Adam Ierymenko
cdec05af24
One second delay between NAT-t events.
11 years ago
Adam Ierymenko
196f27f1f0
Add delay to NAT-t escalation stuff to try to address GitHub issue #167
11 years ago
Adam Ierymenko
b388d9fdc9
TCP proxy should actually bind to its TCP port. Seems like a good idea.
11 years ago
Adam Ierymenko
50aedda54d
Basic TCP fallback -- now to test.
11 years ago
Adam Ierymenko
d9006712f6
Completely factor out "desperation" from the core. I thought of a significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world.
11 years ago
Adam Ierymenko
123ff28863
Build fix.
11 years ago
Adam Ierymenko
0f7dcb3ef2
Add some proxy debugging, and auto-resolve and periodically re-resolve TCP fallback tunnel hostname.
11 years ago
Adam Ierymenko
61021fc778
BackgroundResolver test.
11 years ago
Adam Ierymenko
2ad69237cf
Background resolver.
11 years ago
Adam Ierymenko
82f6b3f550
Clean old update code out of Windows service wrapper.
11 years ago
Adam Ierymenko
905d2e91e5
Windows auto-update integration into OneService.
11 years ago
Adam Ierymenko
1213073916
Apple auto-update stuff, now for Windows.
11 years ago
Adam Ierymenko
b6698d8415
Ground work for reincorporating software updater for select platforms.
11 years ago
Adam Ierymenko
e285a6e75f
.
11 years ago
Adam Ierymenko
6fc090eb00
Don't actually "power cycle" the interface except on startup. Doing that after we're running could lose IP configuration.
11 years ago
Adam Ierymenko
0caac25d28
.
11 years ago
Adam Ierymenko
dd70188643
Make tap driver even more defensive... seems to maybe fix the new network problem. Have to test a bit more.
11 years ago
Adam Ierymenko
c7eb5f0c81
Windows build warning removal, be more defensive in Windows tap driver code, and clean up service start/stop in installer.
11 years ago
Adam Ierymenko
68cb7ad4cd
Few more fixes to installer firewall rule settings.
11 years ago
Adam Ierymenko
9682f50b15
Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to configure firewall rules (because we can now).
11 years ago
Adam Ierymenko
63cea7d337
Try to automatically enable access to http://127.0.0.1 in web wrapper if IE is in enhanced security mode.
11 years ago
Adam Ierymenko
44d1bd14bd
Enable right-click menu for copy/paste/etc. in Windows UI wrapper.
11 years ago
Adam Ierymenko
b4a34cc105
Add 32-bit chained MSI for NDIS6 driver... now to go test on 32-bit Windows (clean). (And Windows 10, and Windows Server, and ...)
11 years ago
Adam Ierymenko
32588b3d84
A visit to the Windows house of pain:
...
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively.
(2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall.
(3) Fix IE issue in UI code.
11 years ago
Adam Ierymenko
992438f054
Confirm leaving networks.
11 years ago
Adam Ierymenko
8c7a4efe1a
Small cosmetic fix to bottom bar.
11 years ago
Adam Ierymenko
e0313455e7
Hide unneeded menus in MacGap.
11 years ago
Adam Ierymenko
ac629150ac
Create symlinks in Mac postinst script.
11 years ago
Adam Ierymenko
89027d78ac
Mac .pkg building using Packages (third party app) instead of old bootstrapping .app and installer script.
11 years ago
Adam Ierymenko
f48509d50c
Mac script to get HTTP proxy settings -- will be used by Mac updater.
11 years ago
Adam Ierymenko
c76217c2d4
Delete old UI code -- officially dead.
11 years ago
Adam Ierymenko
2d700f644b
Add signed binary build of Mac GUI wrapper.
11 years ago
Adam Ierymenko
c76b9d1340
Respect user home directory copies of authtoken.secret or ~/.zeroTierOneAuthToken in CLI like we do in GUI wrappers.
11 years ago
Adam Ierymenko
0e87002d78
BSDEthernetTap build fixes.
11 years ago
Adam Ierymenko
ddaf3ef347
Bring BSDEthernetTap into the current century.
11 years ago
Adam Ierymenko
2810cd7c15
Build fixes for G++, building without SQLite3 present, and warning removal.
11 years ago
Adam Ierymenko
0af18b164c
/var/db is for all of xBSD
11 years ago
Adam Ierymenko
086f21ed70
Refactor and simplify controller integration with JSON API and OneService.
11 years ago
Adam Ierymenko
7649d6746b
docs
11 years ago
Adam Ierymenko
0e00981059
docs
11 years ago
Adam Ierymenko
d41b6eb0c8
docs
11 years ago