Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-03 | Mac installer work. | Adam Ierymenko | |
2014-01-03 | Remove previous installer code. | Adam Ierymenko | |
2014-01-03 | More install/deploy work for mac... | Adam Ierymenko | |
2014-01-03 | Fix -h in zerotier-cli and move code to find auth token into LocalClient, ↵ | Adam Ierymenko | |
also move auth token for mac into Mac-standard Library/Application Support location. | |||
2014-01-03 | Installer app helper... | Adam Ierymenko | |
2014-01-03 | Update mac launcher and uninstaller to use mdfind to locate app. | Adam Ierymenko | |
2014-01-03 | New Unix installer is script-based with a payload... no fracking idea what I ↵ | Adam Ierymenko | |
will do for Windows. | |||
2014-01-01 | Phasing out existing installer, delete some stuff... | Adam Ierymenko | |
2014-01-01 | Forget 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-31 | Add step to build in helpers to mac app and codesign. | Adam Ierymenko | |
2013-12-31 | Sign the AppleScript helper app that the UI calls to install the token file. | Adam Ierymenko | |
2013-12-31 | VERSION 0.6.7: revert change for GitHub issue #20 | Adam Ierymenko | |
This will have to be thought out more. The old version worked fine 99% of the time so we'll revisit this. | |||
2013-12-31 | VERSION 0.6.6: fix to path discovery | Adam Ierymenko | |
New versions will be coming fast and furious for a bit as bugs get fixed and testing is done in prep to the first binary release. This version fixes a problem with WAN path discovery and a possible security issue in PacketDecoder. (see previous comments) | |||
2013-12-31 | Merge branch 'adamierymenko-dev' of ↵ | Adam Ierymenko | |
shub-niggurath.zerotier.com:/git/ZeroTierOne into adamierymenko-dev | |||
2013-12-31 | . | Adam Ierymenko | |
2013-12-31 | Linux makefile helpful debug line. | Adam Ierymenko | |
2013-12-31 | TRACE output improvements and compile fix. | Adam Ierymenko | |
2013-12-31 | Fix several things: | Adam Ierymenko | |
(1) The changes to path learning in the two previous releases were poorly thought out, and this version should remedy that by introducing PROBE. This is basically a kind of ECHO request and is used to authenticate endpoints that are not learned via a valid request/response pair. Thus we will still passively learn endpoints, but securely. (2) Turns out there was a security oversight in _doHELLO() that could have permitted... well... I'm not sure it was exploitable to do anything particularly interesting since a bad identity would be discarded anyway, but fix it just the same. | |||
2013-12-31 | VERSION 0.6.5: minor bug fix in peer connection tracking | Adam Ierymenko | |
2013-12-30 | VERSION 0.6.4: fixes two GitHub issues, leading up to binary release! | Adam Ierymenko | |
2013-12-30 | Add a netconf-service version field to netconf. | Adam Ierymenko | |
2013-12-29 | Ethernet tap cleanup. | Adam Ierymenko | |
2013-12-28 | Move PackageMaker stuff into installfiles. | Adam Ierymenko | |
2013-12-28 | Add PackageMaker doc for making OSX .pkg files. | Adam Ierymenko | |
2013-12-27 | Unload the mac kext on exit. | Adam Ierymenko | |
2013-12-27 | Linux uninstaller should remove uninstall.sh itself. | Adam Ierymenko | |
2013-12-27 | Mac installation scripts fixes. | Adam Ierymenko | |
2013-12-27 | Rebuild OSX tap for up to 32 devices. | Adam Ierymenko | |
2013-12-27 | Save unsigned tap driver in pre10.8 to possibly distribute for older OSX ↵ | Adam Ierymenko | |
versions that cannot load signed kexts. | |||
2013-12-27 | Some logging improvements in software updater. | Adam Ierymenko | |
2013-12-26 | Bump version to 0.6.4 for testing, integrate software updater auto-check ↵ | Adam Ierymenko | |
into PacketDecoder decode path and main loop. | |||
2013-12-26 | Remove old stuff from VS projects, get driver signing working on Windows. ↵ | Adam Ierymenko | |
(Just testing signing, going back to OSX and Linux now). | |||
2013-12-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko | |
2013-12-22 | docs | Adam Ierymenko | |
2013-12-20 | Fix for GitHub issue #30 | Adam Ierymenko | |
2013-12-19 | Yet more UI work. | Adam Ierymenko | |
2013-12-19 | More UI tweaks... | Adam Ierymenko | |
2013-12-19 | More UI cleanup... | Adam Ierymenko | |
2013-12-19 | Mac uninstall script fixes. | Adam Ierymenko | |
2013-12-18 | More UI civic beautification. | Adam Ierymenko | |
2013-12-17 | Some UI appearance improvements. | Adam Ierymenko | |
2013-12-17 | Add double-click to copy IP to clipboard to UI. | Adam Ierymenko | |
2013-12-17 | Mac installer works now. | Adam Ierymenko | |
2013-12-17 | docs | Adam Ierymenko | |
2013-12-16 | Mac installer... almost done. | Adam Ierymenko | |
2013-12-16 | Add -fstack-protector back on Mac... turns out it does work on clang. | Adam Ierymenko | |
2013-12-16 | Linux installer: remove old init.d files, fix for init.d startup/shutdown ↵ | Adam Ierymenko | |
script. | |||
2013-12-16 | Prefer clang for Linux builds, but use gcc if no clang available. | Adam Ierymenko | |
2013-12-13 | Installer work for mac. | Adam Ierymenko | |
2013-12-13 | Mac launchd item and launcher script, uninstaller work. | Adam Ierymenko | |