summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Collapse)Author
2014-01-31Remove some more junk from tap driver tree.Adam Ierymenko
2014-01-24Small mac installer script fix.Adam Ierymenko
2014-01-24Officially signed 32-bit build of Windows tap driver.Adam Ierymenko
2014-01-23Fix 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-22Finally 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-22More tap driver work, increment version number, remove old binaries since ↵Adam Ierymenko
signatures may not have been valid.
2014-01-21More work on Windows service, cleanup.Adam Ierymenko
2014-01-20More tap driver cleanup, and add IOCTL to get L2 multicast ethernet address ↵Adam Ierymenko
subscriptions.
2014-01-16Mac installation, and dump pre10.8 stuff because it turns out that 10.6 ↵Adam Ierymenko
loads the existing kext fine.
2014-01-14Rebuild tap.kext on OSX 10.6 for all versions so it works on that platform.Adam Ierymenko
2014-01-10More mac installer fixes.Adam Ierymenko
2014-01-09Mac installer work...Adam Ierymenko
2014-01-09Work on mac launch script, sign binary mac tap driver kext (and there was ↵Adam Ierymenko
much rejoicing!)
2014-01-08Another fix to mdfind line in Mac scripts.Adam Ierymenko
2014-01-08Mac install fixes, more internal use scripts.Adam Ierymenko
2014-01-06Installer bugfix on Linux.Adam Ierymenko
2014-01-06Linux installer builds...Adam Ierymenko
2014-01-06Linux installer work...Adam Ierymenko
2014-01-03Install dialog in UI.Adam Ierymenko
2014-01-03Mac installer work.Adam Ierymenko
2014-01-03More install/deploy work for mac...Adam Ierymenko
2014-01-03Installer app helper...Adam Ierymenko
2014-01-03Update mac launcher and uninstaller to use mdfind to locate app.Adam Ierymenko
2014-01-03New Unix installer is script-based with a payload... no fracking idea what I ↵Adam Ierymenko
will do for Windows.
2014-01-01Forget mac .pkg, we will integrate the installer into the app and have it ↵Adam Ierymenko
launch it on first run. This is much more user-friendly.
2013-12-28Move PackageMaker stuff into installfiles.Adam Ierymenko
2013-12-27Linux uninstaller should remove uninstall.sh itself.Adam Ierymenko
2013-12-27Mac installation scripts fixes.Adam Ierymenko
2013-12-27Rebuild OSX tap for up to 32 devices.Adam Ierymenko
2013-12-27Save unsigned tap driver in pre10.8 to possibly distribute for older OSX ↵Adam Ierymenko
versions that cannot load signed kexts.
2013-12-19Mac uninstall script fixes.Adam Ierymenko
2013-12-16Linux installer: remove old init.d files, fix for init.d startup/shutdown ↵Adam Ierymenko
script.
2013-12-13Mac launchd item and launcher script, uninstaller work.Adam Ierymenko
2013-12-10Move some stuff to clean up root.Adam Ierymenko
2013-12-03Build instructions for tap-mac.Adam Ierymenko
2013-11-06Upgrade LZ4, remove extraneous files, put tap-mac into ext/ to declutter root.Adam Ierymenko
2013-10-28Put default MTU in tap back to 2800, clean up tun-related files and other ↵Adam Ierymenko
things from the original pre-fork tap code base that we will never use.
2013-10-28Update binary build of tap.Adam Ierymenko
2013-10-28Make tap build on OSX 10.9, though not in a way that is easy for users. ↵Adam Ierymenko
Instead package binaries.
2013-10-26docs: we no longer use MS loopbackAdam Ierymenko
2013-10-21Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ↵Adam Ierymenko
way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems.
2013-09-16Integrating new crypto -- work in progress, wont build yet.Adam Ierymenko
2013-08-26ZeroTierOne for Windows binary project, builds and runs and mostly works but ↵Adam Ierymenko
still some issues with tap.
2013-08-24Docs, Node picks a default home folder if created with NULL as its home ↵Adam Ierymenko
path, and add binary tap drivers (self-signed for now).
2013-08-23Decided to abandon the winpcap direction for Windows tap... re-evaluating ↵Adam Ierymenko
using OpenVPN tap driver in some form for now.
2013-08-22Add winpcap development libraries and includes.Adam Ierymenko
2013-08-19Add devcon 32-bit and 64-bit Windoze binaries.Adam Ierymenko
2013-08-14Self test almost builds, now need skeleton EthernetTap implementation for ↵Adam Ierymenko
Windows.
2013-08-12Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵Adam Ierymenko
a start.
2013-08-12More Windows port work.Adam Ierymenko