63 Commits (595b386afcd4e4eca0cf379cd14689c1db8ee647)

Author SHA1 Message Date
Adam Ierymenko 6f5a4d7e29 Fix blocking socket issues in new socket I/O code. 12 years ago
Adam Ierymenko d0b506c12b Fix crash on uninitialized taps. 12 years ago
Adam Ierymenko b5c3a92be2 Boring stuff: update dates in copyrights across all files. 12 years ago
Adam Ierymenko 3f912eb4ad Fix for GitHub issue #37: remember *nix device names. 12 years ago
Adam Ierymenko ffffc0179f Fix a couple compile items. 12 years ago
Adam Ierymenko f80ec871f6 Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems. 12 years ago
Adam Ierymenko afbbf61588 Delete persistent tap device on Windows when we leave a network. 12 years ago
Adam Ierymenko 9d67a02b5f Lock down individual files in networks.d instead of directory since directory ACLs are more complex on Windows. 12 years ago
Adam Ierymenko 370dd6c4da Several things: 12 years ago
Adam Ierymenko 010616e3ae Add some more TRACE output for certs. 13 years ago
Adam Ierymenko 5901972958 More tying up of certificate of membership stuff in the client. 13 years ago
Adam Ierymenko 40e4f39181 Peers are now dumped on shutdown in a persistence cache and reloaded on startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching. 13 years ago
Adam Ierymenko 5a8f213c23 Work in progress... 13 years ago
Adam Ierymenko e6eb65be00 Netconf support for ARP and NDP caching TTLs. 13 years ago
Adam Ierymenko ce14ba9004 Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit more cleanup. Also fix it so certificates wont be accepted unless they are newer than existing ones. 13 years ago
Adam Ierymenko 46f868bd4f Lots of cleanup, more work on certificates, some security fixes. 13 years ago
Adam Ierymenko 58fa6cab43 Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE and on receipt of MULTICAST_LIKE. 13 years ago
Adam Ierymenko 4d594b24bc Automagically push netconf certs -- Network support. 13 years ago
Adam Ierymenko b4ae1adfbf Break out certificate of membership into its own class. 13 years ago
Adam Ierymenko 2fa2796f2a Another tweak, hopefully final, to reduce variance on identity generation times. 13 years ago
Adam Ierymenko bc715fbd51 Make new identity hashcash algo memory hard, and tweak generation time a bit. Current hashcash cost should be overkill for what we need but still tolerable to users. 13 years ago
Adam Ierymenko ea4e1136dd Flesh out membership certificate with signature, better serialize/deserialize, and rename parameter to qualifier to make better conceptual sense. 13 years ago
Adam Ierymenko 9db7939d38 Make new multicast depth and prefix bits parameters configurable. 13 years ago
Adam Ierymenko 4e010da54b Work in progress... 13 years ago
Adam Ierymenko 24bad9f3d1 More work in progress in new multicast propagation... 13 years ago
Adam Ierymenko f3128a18fe Work in progress... 13 years ago
Adam Ierymenko 5557a8192d Work in progress... 13 years ago
Adam Ierymenko 157aba5c3f Get rid of 000000000000000.mcerts junk files. 13 years ago
Adam Ierymenko f9079a110e Make network multicast breadth/depth parameters configurable on a per-net basis. 13 years ago
Adam Ierymenko b2b24ca41b Some file format cleanup. 13 years ago
Adam Ierymenko e376c6f6a9 New crypto integrated -- going to be testing new identity address generation algo a bit more before finalizing. 13 years ago
Adam Ierymenko 55e7ddba1e Get a default rate that works for multicast. 13 years ago
Adam Ierymenko 0e62857841 A few logging changes. 13 years ago
Adam Ierymenko 75471ee0e0 Small method rename. 13 years ago
Adam Ierymenko 9cdaefdb9a Drop old Certificate type from Network. 13 years ago
Adam Ierymenko de744e6df6 Version two of network certificate of membership, a much more concise and fast approach. 13 years ago
Adam Ierymenko 3a563250f7 Finish stripping minBalance from BandwidthAccount 13 years ago
Adam Ierymenko a40b8c07f4 Apply multicast rate limits to my own multicasts. Will run locally and on a variety of system types to test the result of this. 13 years ago
Adam Ierymenko cdb96726df updateAndCheckMulticastBalance and friends 13 years ago
Adam Ierymenko 56d8bbf780 Bit more netconf cleanup... 13 years ago
Adam Ierymenko 37931d8589 Multicast bandwidth accounting work in progress, and some config field changes and cleanup. 13 years ago
Adam Ierymenko f3ad05347e Improve code security posture by replacing sprintf with a safer function. 13 years ago
Adam Ierymenko 55616388ea Check network ethernet type whitelist instead of hard-coded ethernet types. 13 years ago
Adam Ierymenko 01a70d09db Jigger with shutdown method to avoid a crash on CTRL+C in Windows. Feels a big hacky, might revisit later. 13 years ago
Adam Ierymenko cd907a7662 More tap work -- DHCP configuration and such. 13 years ago
Adam Ierymenko 2536352e5d Make that an arbitrary tag to identify persistent taps... 13 years ago
Adam Ierymenko dbb509a302 Add an interface description to EthernetTap, mostly for Windows. 13 years ago
Adam Ierymenko d6414c9ff7 Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start. 13 years ago
Adam Ierymenko 95a23dc7ec Fix for another wonderful C++ threading race condition. 13 years ago
Adam Ierymenko 6a24ac4f00 Add a concept of debt to RateLimiter, save a bit of RAM. 13 years ago