889 Commits (2e46bb4264125dc3863b5ca82ebbfa902dabb4be)
 

Author SHA1 Message Date
Adam Ierymenko 2e46bb4264 build fixes 12 years ago
Adam Ierymenko 1d37204a37 Refactoring in progress... pardon our dust... 12 years ago
Adam Ierymenko 6b4346d1ac work in progress on API refactor 12 years ago
Adam Ierymenko 4e9280fc7a Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics. 12 years ago
Adam Ierymenko d02ecfb288 IP assignment and change cleanup -- leave IPs that were never configured via ZT static assignment alone. 12 years ago
Adam Ierymenko 3afc629ac5 Bit of network config parser cleanup. 12 years ago
Adam Ierymenko 6e1339fedf Remove zerotier-idtool symlink on mac uninstall.sh 12 years ago
Adam Ierymenko 7d4b6767eb Old-school GCC build fix -- make sure __GCC__ is defined 12 years ago
Adam Ierymenko 93f9b4392d Enable configuration of multicast algorithm parameters in netconf 12 years ago
Adam Ierymenko 6df9546742 Fix for missing broadcast address on Linux Ethernet taps. 12 years ago
Adam Ierymenko 4dbeb97eb9 docs 12 years ago
Adam Ierymenko 34349d1a61 docs 12 years ago
Adam Ierymenko 6497a4a0f6 initdb changes 12 years ago
Adam Ierymenko b8d29cb6ba Some netconf-service renames and add initdb script for user use. 12 years ago
Adam Ierymenko e77e224171 bin2c warning removed 12 years ago
Adam Ierymenko dcea212e40 Add noupdate flag in root topologies, add ability for mktopology to read from a template. 12 years ago
Adam Ierymenko 644db7a04a Let people build installers for any machine type on Linux, just canonicalize the x86 and x86_64 types. 12 years ago
Adam Ierymenko 00b16f6aa6 Fix for GitHub issue #110 -- failure to bind IPv6 now non-fatal 12 years ago
Adam Ierymenko 1952db5069 Only enable SSE Salsa20 on x86 and x86_64 Linux 12 years ago
Adam Ierymenko 6f8364ba59 VERSION 0.9.2: 12 years ago
Adam Ierymenko eadff71d37 Another fix to Network life cycle. 12 years ago
Adam Ierymenko af62a6cade Forgot to uncomment secret debug #define of death. 12 years ago
Adam Ierymenko de4e29288d Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 12 years ago
Adam Ierymenko 44d58ee871 Change 1.1.1.1 pseudo-IP used for default route hack to 25.255.255.254, since 1.1.1.1 is from a now-in-use IPv4 block while 25.0.0.0/8 is still unrouted. It can be changed in the future without impacting anything, since Windows keys off the MAC not the IP to classify networks. 12 years ago
Adam Ierymenko 9d5819ff44 Version bump to 0.9.2 -- preparing for release... 12 years ago
Adam Ierymenko 08d7fe0432 Fix for GitHub issue #102 12 years ago
Adam Ierymenko 9f2571cc01 Some UI fixes for Windows. 12 years ago
Adam Ierymenko b4b2e2ed9f ... 12 years ago
Adam Ierymenko 17ebd0afc7 Disable service management in UI -- installer should automatically start service and this is annoying for testing purposes. 12 years ago
Adam Ierymenko 351b7f3a09 UI stuff and sign .dmg on build. 12 years ago
Adam Ierymenko 721625d512 Add MAC to listnetworks, and some other make stuff. 12 years ago
Adam Ierymenko 282114e96c Makefile changes, and make Topology::getBestSupernode() return the "next" supernode if I am a supernode. Also some comment cleanup. 12 years ago
Adam Ierymenko 95d123cfc2 Do HttpClient refactoring for Windows. 12 years ago
Adam Ierymenko f5cbb45ab9 Increase sleep/wake detection threshold... might want to switch to using native interfaces to really detect this in the future since this is not 100% reliable. 12 years ago
Adam Ierymenko b7b9b9c0b7 Add "make debug" to make building debug one-offs easier (Linux). 12 years ago
Adam Ierymenko 715afc0314 Default to built-in root topology if signature check fails (instead of exiting) 12 years ago
Adam Ierymenko f281886bfd Small thread safety fix in HttpClient. 12 years ago
Adam Ierymenko 4f0fcc582e Refactor HttpClient a bit. 12 years ago
Adam Ierymenko aa59cfd545 Web request part of supernode resync (not quite done, needs test) 12 years ago
Adam Ierymenko f696299cfc docs 12 years ago
Adam Ierymenko b0719eacf9 Add encrypt/decrypt to attic. 12 years ago
Adam Ierymenko c2187c8759 (1) distribute default root-topology in new dictionary format, (2) bump peer serialization version to force obsolescence of old supernodes, (3) stop outputting a log message every time we poll for software updates 12 years ago
Adam Ierymenko 56296f96db Regenerate root topology dictionary with field fix. 12 years ago
Adam Ierymenko be6b61b1bc Accept supernode dictionaries in Topology, also fix (unused) field name in one of these. 12 years ago
Adam Ierymenko f8d4611d15 (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
Adam Ierymenko f25bd41a03 Some fixes to firewall config code. 12 years ago
Adam Ierymenko fe3ad5e2cc Fix a Windows bug in refactored tap code, and always make sure we have a firewall exception rule on startup. 12 years ago
Adam Ierymenko 502ea66f15 Kill ugly old getSecureRandom() and replace with simple wrapper for Windows CAPI and *nix /dev/urandom, and some build fixes. 12 years ago
Adam Ierymenko 673aab5ba2 Fix an oversight in signed dictionaries: the timestamp and signing identity should themselves be part of the signature. Also include the raw dictionary in addition to the bin2c version in root-topology/ 12 years ago
Adam Ierymenko 77457cbff1 Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (though it would not have mattered since program exits immediately after). 12 years ago