Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-30 | Bunch of fixes to startup, pinging, and choice of route. Also some TRACE ↵ | Adam Ierymenko | |
updates. | |||
2014-01-29 | More work on connection reset stuff... | Adam Ierymenko | |
2014-01-29 | SIGHUP now causes resync with peers. | Adam Ierymenko | |
2014-01-29 | Some TRACE cleanup. | Adam Ierymenko | |
2014-01-29 | TRACE NOP receipt. | Adam Ierymenko | |
2014-01-29 | Tiny compiler warning fix. | Adam Ierymenko | |
2014-01-29 | Some cleanup and rationalization of main loop. | Adam Ierymenko | |
2014-01-29 | Alternate order of packet emission in unite(). | Adam Ierymenko | |
2014-01-29 | Yank RuntimeEnvironment from SysEnv. | Adam Ierymenko | |
2014-01-28 | Fix for GitHub issue #35 and also possibly partial fix for #29 issues. | Adam Ierymenko | |
2014-01-28 | Yank PROBE stuff since it's not used and was a premature addition to the ↵ | Adam Ierymenko | |
protocol. | |||
2014-01-27 | Fix a couple compile items. | Adam Ierymenko | |
2014-01-27 | Make EthernetTap creation occur in a background thread in Network since it's ↵ | Adam Ierymenko | |
a time consuming operation on Windows. This fixes one of the last remaining Windows problems. | |||
2014-01-26 | Delete persistent tap device on Windows when we leave a network. | Adam Ierymenko | |
2014-01-26 | Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on ↵ | Adam Ierymenko | |
GUI client. | |||
2014-01-26 | Few small cleanup things... | Adam Ierymenko | |
2014-01-26 | Lock down individual files in networks.d instead of directory since ↵ | Adam Ierymenko | |
directory ACLs are more complex on Windows. | |||
2014-01-26 | Windows Installer work, fix 100% CPU bug in EthernetTap on Windows, Windows ↵ | Adam Ierymenko | |
lockDownFile() implementation that uses 'cacls' utility. | |||
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 | More tap driver work, increment version number, remove old binaries since ↵ | Adam Ierymenko | |
signatures may not have been valid. | |||
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-20 | Windows build fixes and installer work... | Adam Ierymenko | |
2014-01-18 | Self test now passes on Windows. | Adam Ierymenko | |
2014-01-18 | Build fix. | Adam Ierymenko | |
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 | Windows build fixes. | Adam Ierymenko | |
2014-01-17 | Windows HTTP client code (untested) | Adam Ierymenko | |
2014-01-16 | Add our own getifmaddrs() since this convenience function is not in OSX 10.6. | 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-08 | Mac install fixes, more internal use scripts. | Adam Ierymenko | |
2014-01-07 | Update URLs for auto-update, check supernode version in one more place, ↵ | Adam Ierymenko | |
delete pid before executing updater. | |||
2014-01-07 | Remove some legacy code from the core loop. | Adam Ierymenko | |
2014-01-05 | Refactor SoftwareUpdate to make .nfo parse and signature check code easily ↵ | Adam Ierymenko | |
reusable so it can be used from the Qt GUI code. | |||
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. | |||
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 | 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 | Add a netconf-service version field to netconf. | Adam Ierymenko | |
2013-12-29 | Ethernet tap cleanup. | Adam Ierymenko | |
2013-12-27 | Unload the mac kext on exit. | Adam Ierymenko | |
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-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko | |
2013-12-22 | docs | Adam Ierymenko | |
2013-12-12 | Update Qt build to enable building against local static libraries, rename ↵ | Adam Ierymenko | |
Network to NetworkWidget to avoid filesystem or object naming collision with Network.o in node/. |