539 Commits (2e46bb4264125dc3863b5ca82ebbfa902dabb4be)

Author SHA1 Message Date
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 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 dcea212e40 Add noupdate flag in root topologies, add ability for mktopology to read from a template. 12 years ago
Adam Ierymenko 00b16f6aa6 Fix for GitHub issue #110 -- failure to bind IPv6 now non-fatal 12 years ago
Adam Ierymenko eadff71d37 Another fix to Network life cycle. 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 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 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 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 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 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
Adam Ierymenko adfb71fa6b Compile for for TRACE, remove old TESTNET cruft. 12 years ago
Adam Ierymenko b3491f9de1 ifdef out Unix-only output redirect function on Windows 12 years ago
Adam Ierymenko 80fc584923 Fix for GitHub issue #97 12 years ago
Adam Ierymenko 92d9ad4a7f Some tap interface changes and integration into main.cpp for *nix systems. 12 years ago
Adam Ierymenko 8a804b5257 (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
Adam Ierymenko e3c5ada3a7 Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer. 12 years ago
Adam Ierymenko 98d426e1d5 Path fixes in osnet/ stuff 12 years ago
Adam Ierymenko b80c229d87 Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
Adam Ierymenko 9b93141dd0 Upgrade LZ4 to latest version. 12 years ago
Adam Ierymenko f2d372545a Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE intrinsics in Visual Studio 12 years ago
Adam Ierymenko 538e8a86c8 Move node/osdep/ to sys/ 12 years ago
Adam Ierymenko 27aa6ea44e Linux routing table support work. 12 years ago
Adam Ierymenko 7475c4047e A bunch more osdep/ work... 12 years ago
Adam Ierymenko 5e58a7d54a Split UnixEthernetTap by platform to get rid of ifdef spaghetti. 12 years ago
Adam Ierymenko 6a174483d8 Ethernet tap factory interface. 12 years ago
Adam Ierymenko a76d9d4408 Move OS-dependent implementations of generic interfaces to osdep/ in preparation for TapFactory refactor. 12 years ago
Adam Ierymenko 1189f4a568 Set/delete functionality in BSD routing table. 12 years ago
Adam Ierymenko 51766e6549 BSD routing table works... that hurt much worse than it should have. 12 years ago
Adam Ierymenko d315156733 BSD routing table implementation work. 12 years ago
Adam Ierymenko 4c4675e3ac Cleanup, add __BSD__ 12 years ago
Adam Ierymenko 12692c551e SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version 12 years ago
Adam Ierymenko 00f9305ad8 Routing table base class. 12 years ago
Adam Ierymenko 0097949ba9 . 12 years ago