Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | Qt GUI now builds and runs on Windows. On Windows it can (via its manifest) ↵ | Adam Ierymenko | |
automatically request admin rights on launch, which plugs it nicely into Windows' admin rights system without requiring file copies and such. | |||
2014-01-24 | Officially signed 32-bit build of Windows tap driver. | Adam Ierymenko | |
2014-01-24 | VERSION 0.6.10: Windows runs again! | Adam Ierymenko | |
Not a significant release for OSS users, but this version marks a significant increase in workitude on the Windows platform. A properly and officially signed x64 driver is also included. x86 drivers and more Windows work including Qt UI are coming soon. | |||
2014-01-24 | Bunch of UI style improvements. | Adam Ierymenko | |
2014-01-23 | Fix for allIps -> ips in EthernetTap on Unix. | Adam Ierymenko | |
2014-01-23 | Fix bug in tap driver introduced during unused code purge (deleted the part ↵ | Adam Ierymenko | |
that acknowledges writes!), and fix bug in EthernetTap causing 0000 for etherType. Windows works now! Yay! | |||
2014-01-23 | Couple of Windows fixes, get rid of ips()/allIps() distinction in ↵ | Adam Ierymenko | |
EthernetTap. (Will need to be fixed on Unix now... later.) | |||
2014-01-22 | Tap works on Windows now, sort of. Now I discovered that Windows has two ↵ | Adam Ierymenko | |
mechanisms for assigning IP addresses: the registry and lower-level calls. Joy. | |||
2014-01-22 | Finally got the Windows x64 driver signed correctly. Turns out signtool.exe ↵ | Adam Ierymenko | |
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 | More tap driver work, increment version number, remove old binaries since ↵ | Adam Ierymenko | |
signatures may not have been valid. | |||
2014-01-21 | Windows compile fixes, check if running as administrator on startup for Windows. | Adam Ierymenko | |
2014-01-21 | Windows ignore file updates | Adam Ierymenko | |
2014-01-21 | Several things: | Adam Ierymenko | |
(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 | More work on Windows service, cleanup. | Adam Ierymenko | |
2014-01-20 | Ignores... | Adam Ierymenko | |
2014-01-20 | Windows Service stubs... | Adam Ierymenko | |
2014-01-20 | Windows build fixes and installer work... | Adam Ierymenko | |
2014-01-20 | More tap driver cleanup, and add IOCTL to get L2 multicast ethernet address ↵ | Adam Ierymenko | |
subscriptions. | |||
2014-01-20 | Add Windows Build folder to ignore list. | Adam Ierymenko | |
2014-01-20 | Remove a lot of code that we don't need from tap-windows, further winnowing ↵ | Adam Ierymenko | |
down this fork of OpenVPN's tap-windows to a more minimal version that does only basic Ethernet tap functionality. | |||
2014-01-18 | Self test now passes on Windows. | Adam Ierymenko | |
2014-01-18 | Build fix. | Adam Ierymenko | |
2014-01-18 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
ssh://shub-niggurath.zerotier.com/git/ZeroTierOne into adamierymenko-dev Conflicts: .gitignore | |||
2014-01-18 | Builds on Windows now. | Adam Ierymenko | |
2014-01-18 | Remove VC++ warnings in C25519, also add inline to short methods. | Adam Ierymenko | |
2014-01-17 | .gitignore fixes for Windows | Adam Ierymenko | |
2014-01-17 | Windows build fixes. | Adam Ierymenko | |
2014-01-17 | Windows HTTP client code (untested) | Adam Ierymenko | |
2014-01-17 | VERSION 0.6.9: more UI, installation, and packaging work... | Adam Ierymenko | |
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 | UI cleanup and license dialog. | Adam Ierymenko | |
2014-01-16 | Build DMG from makefile for Mac. | Adam Ierymenko | |
2014-01-16 | Add our own getifmaddrs() since this convenience function is not in OSX 10.6. | Adam Ierymenko | |
2014-01-16 | mkdir fix in mac install | Adam Ierymenko | |
2014-01-16 | Mac installation, and dump pre10.8 stuff because it turns out that 10.6 ↵ | Adam Ierymenko | |
loads the existing kext fine. | |||
2014-01-15 | Get rid of make stuff for helpers that are gone. | Adam Ierymenko | |
2014-01-15 | New way of doing authenticate and install. Now with more kittens. | Adam Ierymenko | |
2014-01-15 | Cheezy little helper apps: kill them with fire. There is a better way. A ↵ | Adam Ierymenko | |
cleaner way. A nicer way. A way with more kittens. | |||
2014-01-14 | Build stuff... | Adam Ierymenko | |
2014-01-14 | Rebuild tap.kext on OSX 10.6 for all versions so it works on that platform. | Adam Ierymenko | |
2014-01-14 | Remove ZT1 GPL copyright from the top of code that is basically all Daniel ↵ | Adam Ierymenko | |
Bernstein's | |||
2014-01-13 | Add a waiting for service message on startup to not confuse user. | Adam Ierymenko | |
2014-01-10 | VERSION 0.6.8: changes in preparation for binary release | Adam Ierymenko | |
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 | Add "you have not joined any networks" placeholder if networks list is empty. | Adam Ierymenko | |
2014-01-10 | Installer AppleScript finally reinvokes the app correctly. | Adam Ierymenko | |
2014-01-10 | UI stuff, re-launch app from AppleScript after install (still needs a bit of ↵ | Adam Ierymenko | |
work) | |||
2014-01-10 | Cleanup in installer code in app. | Adam Ierymenko | |
2014-01-10 | QMessageBox cleanup. | Adam Ierymenko | |
2014-01-10 | Add GPL notice to UI code. | Adam Ierymenko | |
2014-01-10 | More mac installer fixes. | Adam Ierymenko | |
2014-01-09 | Mac installer work... | Adam Ierymenko | |