Adam Ierymenko
eb554a504d
Fix for allIps -> ips in EthernetTap on Unix.
2014-01-23 16:25:51 -08:00
Adam Ierymenko
8771418170
Fix bug in tap driver introduced during unused code purge (deleted the part that acknowledges writes!), and fix bug in EthernetTap causing 0000 for etherType. Windows works now! Yay!
2014-01-23 16:10:24 -08:00
Adam Ierymenko
2f37ea842f
Couple of Windows fixes, get rid of ips()/allIps() distinction in EthernetTap. (Will need to be fixed on Unix now... later.)
2014-01-23 14:15:00 -08:00
Adam Ierymenko
9232ba1da0
Tap works on Windows now, sort of. Now I discovered that Windows has two mechanisms for assigning IP addresses: the registry and lower-level calls. Joy.
2014-01-22 23:46:33 -08:00
Adam Ierymenko
a0916b926f
Finally got the Windows x64 driver signed correctly. Turns out signtool.exe with the older (NDIS5) version of the Windows DDK does not understand cross-certificates, yet it blithely continues on and signs incorrectly anyway. Got it working by using DigiCert's own certificate tool which includes a sign files operation. Must be done manually but this doesn't have to be done often. F@!K.
2014-01-22 22:11:22 -08:00
Adam Ierymenko
2da6a7570b
More tap driver work, increment version number, remove old binaries since signatures may not have been valid.
2014-01-22 18:38:45 -08:00
Adam Ierymenko
2498ecbc84
Windows compile fixes, check if running as administrator on startup for Windows.
2014-01-21 16:49:34 -08:00
Adam Ierymenko
4935fdf6e4
Windows ignore file updates
2014-01-21 13:18:19 -08:00
Adam Ierymenko
370dd6c4da
Several things:
...
(1) Add a bunch of tedious type casts to eliminate unnecessary compiler warnings on Windows X64 builds.
(2) Some EthernetTap work to integrate Windows custom IOCTL for multicast group lookup (not done quite yet).
(3) Dump some more info in selftest to make sure our Windows path lookup functions are returning sane results.
2014-01-21 13:07:22 -08:00
Adam Ierymenko
06ca24e8e2
More work on Windows service, cleanup.
2014-01-21 09:18:12 -08:00
Adam Ierymenko
c4425c836a
Ignores...
2014-01-20 17:04:44 -08:00
Adam Ierymenko
f0dd90d9d7
Windows Service stubs...
2014-01-20 17:03:15 -08:00
Adam Ierymenko
6bc5a84a2d
Windows build fixes and installer work...
2014-01-20 16:16:01 -08:00
Adam Ierymenko
3375363d93
More tap driver cleanup, and add IOCTL to get L2 multicast ethernet address subscriptions.
2014-01-20 14:33:05 -08:00
Adam Ierymenko
fbb40b98ad
Add Windows Build folder to ignore list.
2014-01-20 11:20:13 -08:00
Adam Ierymenko
a365a0e3ba
Remove a lot of code that we don't need from tap-windows, further winnowing down this fork of OpenVPN's tap-windows to a more minimal version that does only basic Ethernet tap functionality.
2014-01-20 11:18:55 -08:00
Adam Ierymenko
45c5b66e9e
Self test now passes on Windows.
2014-01-18 14:53:59 -08:00
Adam Ierymenko
f303c24d3c
Build fix.
2014-01-18 10:23:44 -08:00
Adam Ierymenko
3d4762eab3
Merge branch 'adamierymenko-dev' of ssh://shub-niggurath.zerotier.com/git/ZeroTierOne into adamierymenko-dev
...
Conflicts:
.gitignore
2014-01-18 10:19:53 -08:00
Adam Ierymenko
a5896264fa
Builds on Windows now.
2014-01-18 10:17:15 -08:00
Adam Ierymenko
4d1cca1150
Remove VC++ warnings in C25519, also add inline to short methods.
2014-01-18 09:44:35 -08:00
Adam Ierymenko
092e6e947e
.gitignore fixes for Windows
2014-01-17 17:11:35 -08:00
Adam Ierymenko
07f505971c
Windows build fixes.
2014-01-17 17:09:59 -08:00
Adam Ierymenko
7eccc5ebf2
Windows HTTP client code (untested)
2014-01-17 16:18:21 -08:00
Adam Ierymenko
dab124dfb9
VERSION 0.6.9: more UI, installation, and packaging work...
...
Another release leading up to official binary releases... not much to the core,
but quite a bit of work on the UI, installation, and such.
This version will build and run on OSX 10.6 while previous versions would fail
due to a missing getifmaddrs() function.
2014-01-17 12:57:31 -08:00
Adam Ierymenko
8be664cca9
UI cleanup and license dialog.
2014-01-17 10:36:58 -08:00
Adam Ierymenko
866edd41a7
Build DMG from makefile for Mac.
2014-01-16 17:23:49 -08:00
Adam Ierymenko
412f93122d
Add our own getifmaddrs() since this convenience function is not in OSX 10.6.
2014-01-16 15:11:59 -08:00
Adam Ierymenko
3201d1d493
mkdir fix in mac install
2014-01-16 14:14:23 -08:00
Adam Ierymenko
9df7f65dd5
Mac installation, and dump pre10.8 stuff because it turns out that 10.6 loads the existing kext fine.
2014-01-16 13:53:31 -08:00
Adam Ierymenko
e23be8c91a
Get rid of make stuff for helpers that are gone.
2014-01-15 21:30:43 -08:00
Adam Ierymenko
99c384e110
New way of doing authenticate and install. Now with more kittens.
2014-01-15 17:00:53 -08:00
Adam Ierymenko
49076d406e
Cheezy little helper apps: kill them with fire. There is a better way. A cleaner way. A nicer way. A way with more kittens.
2014-01-15 10:32:01 -08:00
Adam Ierymenko
9e491decc0
Build stuff...
2014-01-14 21:15:13 -08:00
Adam Ierymenko
ad77d9b014
Rebuild tap.kext on OSX 10.6 for all versions so it works on that platform.
2014-01-14 16:08:04 -08:00
Adam Ierymenko
4788d911ad
Remove ZT1 GPL copyright from the top of code that is basically all Daniel Bernstein's
2014-01-14 08:27:59 -08:00
Adam Ierymenko
80ea7db9c0
Add a waiting for service message on startup to not confuse user.
2014-01-13 11:16:38 -08:00
Adam Ierymenko
bacb8f56c3
VERSION 0.6.8: changes in preparation for binary release
...
This version contains no significant changes to the engine itself, just to
the installer, the GUI, and packaging and such. It's all stuff for prep for
the big release, which is fast approaching!
2014-01-10 21:46:36 -08:00
Adam Ierymenko
d553555880
Add "you have not joined any networks" placeholder if networks list is empty.
2014-01-10 21:40:38 -08:00
Adam Ierymenko
9e508779c2
Installer AppleScript finally reinvokes the app correctly.
2014-01-10 21:26:50 -08:00
Adam Ierymenko
14d144ea22
UI stuff, re-launch app from AppleScript after install (still needs a bit of work)
2014-01-10 17:31:10 -08:00
Adam Ierymenko
305ed0b3c5
Cleanup in installer code in app.
2014-01-10 16:41:44 -08:00
Adam Ierymenko
9208c6b4e6
QMessageBox cleanup.
2014-01-10 16:05:54 -08:00
Adam Ierymenko
def893fe40
Add GPL notice to UI code.
2014-01-10 15:27:44 -08:00
Adam Ierymenko
2a3c9e73e5
More mac installer fixes.
2014-01-10 14:09:08 -08:00
Adam Ierymenko
15854a1b14
Mac installer work...
2014-01-09 22:58:31 -08:00
Adam Ierymenko
12a0a9dedd
Update cert IDs for official build.
2014-01-09 21:15:00 -08:00
Adam Ierymenko
5c90afa296
Work on mac launch script, sign binary mac tap driver kext (and there was much rejoicing!)
2014-01-09 11:00:36 -08:00
Adam Ierymenko
68ddba60a3
Another fix to mdfind line in Mac scripts.
2014-01-08 23:35:26 -08:00
Adam Ierymenko
3482d836ae
Mac install fixes, more internal use scripts.
2014-01-08 23:12:03 -08:00