68cb7ad4cd
Few more fixes to installer firewall rule settings.
2015-05-19 16:31:00 -07:00
9682f50b15
Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to configure firewall rules (because we can now).
2015-05-19 16:26:41 -07:00
63cea7d337
Try to automatically enable access to http://127.0.0.1 in web wrapper if IE is in enhanced security mode.
2015-05-19 16:02:26 -07:00
44d1bd14bd
Enable right-click menu for copy/paste/etc. in Windows UI wrapper.
2015-05-19 14:48:57 -07:00
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 ...)
2015-05-19 13:01:55 -07:00
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.
2015-05-18 20:30:54 -07:00
992438f054
Confirm leaving networks.
2015-05-18 16:02:37 -07:00
8c7a4efe1a
Small cosmetic fix to bottom bar.
2015-05-18 15:56:18 -07:00
e0313455e7
Hide unneeded menus in MacGap.
2015-05-18 15:53:49 -07:00
ac629150ac
Create symlinks in Mac postinst script.
2015-05-17 21:26:38 -07:00
89027d78ac
Mac .pkg building using Packages (third party app) instead of old bootstrapping .app and installer script.
2015-05-17 21:24:02 -07:00
f48509d50c
Mac script to get HTTP proxy settings -- will be used by Mac updater.
2015-05-17 20:28:09 -07:00
c76217c2d4
Delete old UI code -- officially dead.
2015-05-17 19:50:19 -07:00
2d700f644b
Add signed binary build of Mac GUI wrapper.
2015-05-17 19:48:21 -07:00
c76b9d1340
Respect user home directory copies of authtoken.secret or ~/.zeroTierOneAuthToken in CLI like we do in GUI wrappers.
2015-05-17 19:13:22 -07:00
0e87002d78
BSDEthernetTap build fixes.
2015-05-17 18:31:41 -07:00
ddaf3ef347
Bring BSDEthernetTap into the current century.
2015-05-17 18:28:04 -07:00
2810cd7c15
Build fixes for G++, building without SQLite3 present, and warning removal.
2015-05-17 23:56:47 +00:00
0af18b164c
/var/db is for all of xBSD
2015-05-17 16:06:29 -07:00
086f21ed70
Refactor and simplify controller integration with JSON API and OneService.
2015-05-17 15:51:07 -07:00
7649d6746b
docs
2015-05-17 15:38:01 -07:00
0e00981059
docs
2015-05-17 14:01:25 -07:00
d41b6eb0c8
docs
2015-05-17 10:14:12 -07:00
651e67f2e5
Add a feature to generate a new network ID on POST.
2015-05-17 09:36:35 -07:00
e0090e56f4
Build fix on OSX -- cannot call SqliteNetworkController if not compiled in.
2015-05-16 18:59:11 -07:00
9a00366b18
Merge branch 'adamierymenko-dev' into android-jni
2015-05-16 18:55:19 -07:00
69ceb7e730
Basic controller JSON API seems to be working.
2015-05-16 17:12:29 -07:00
cf51961d52
.
2015-05-16 16:32:13 -07:00
c9fd8de007
.
2015-05-16 16:22:38 -07:00
a187d290f1
Fixes to control plane, API, eliminate problematic inheritance pattern, and start on a NodeJS class for talking to the network controller.
2015-05-16 16:09:28 -07:00
27c5f04d68
Add -U option to skip root check and permit run as non-privileged user.
2015-05-16 14:52:09 -07:00
d0935f667f
Merge branch 'adamierymenko-dev' into android-jni
2015-05-16 14:35:35 -07:00
4be4908914
Fix some prepared statement problems.
2015-05-16 14:34:51 -07:00
38243e5eff
OSX build fix
2015-05-16 14:07:15 -07:00
0bb92715f4
DELETE function in network controller JSON API, and a newIdentity convenience request in ControlPlane for scripted testing.
2015-05-16 13:42:53 -07:00
78769900a9
More network controller cleanup, and some features to permit scripted testing.
2015-05-16 12:50:42 -07:00
65a9a9a6f2
typo
2015-05-15 15:30:44 -07:00
e269846f84
Netconf docs, add clock field to status, simplify netconf a bit by eliminating caching for now. We will re-add if it is needed.
2015-05-15 15:20:12 -07:00
6d2376eb9c
Controller API status message.
2015-05-15 09:41:45 -07:00
f693d4d0c8
Network controller cleanup and an extra sanity check.
2015-05-15 09:32:10 -07:00
0bdd56ebd6
A few revisions to PFS design.
2015-05-15 09:04:39 -07:00
d0e0f5dd12
Basic OpenBSD compile fixes -- still need to update BSDEthernetTap, will do that later. Should be able to re-use FreeBSD port for OpenBSD, but we will see.
2015-05-15 08:48:53 -07:00
e94518590d
First stab of PFS design work with PKC security -- may not implement in 1.0.3 but stubbing out.
2015-05-14 17:41:05 -07:00
4a0280686c
Merge branch 'adamierymenko-dev' into android-jni
2015-05-13 20:52:23 -07:00
a8835cd8b3
Some prep work to make room for perfect forward security (PFS). Will not affect existing clients.
2015-05-13 18:53:37 -07:00
bdce679d84
Should fix deadlock issue in GitHub issue #166
2015-05-13 16:55:18 -07:00
241f308334
Fix to tap reset code in Windows tap connector.
2015-05-08 16:49:08 -07:00
e744580b89
Fix a bunch of Windows tap issues. Turns out NDIS6 allowed us to ditch some NDIS5 cruft, but I did have to add one hack specific to that one instead. Seems reliable now.
2015-05-08 16:31:50 -07:00
1b895c45eb
Make peer list font a bit smaller.
2015-05-08 15:04:01 -07:00
2158d26bd7
Show last unicast and multicast frames.
2015-05-08 15:01:05 -07:00