54 Commits (bbcd76ecd0c66adf73d32e2a7ab152a85af9879c)

Author SHA1 Message Date
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 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 dcbc9c8ddd Rename error code for no membership certificate. 13 years ago
Adam Ierymenko 2fa2796f2a Another tweak, hopefully final, to reduce variance on identity generation times. 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 bddbf4d276 Work in progress... 13 years ago
Adam Ierymenko c26b64f24b Fix for netconf advertising of multicast propagation parameters, and defaults in Network.hpp. 13 years ago
Adam Ierymenko f9079a110e Make network multicast breadth/depth parameters configurable on a per-net basis. 13 years ago
Adam Ierymenko 07e1085dcc More experimentation with multicast rate. 13 years ago
Adam Ierymenko 75471ee0e0 Small method rename. 13 years ago
Adam Ierymenko 5885c6186d More updates to bandwidth accounting. 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 a3a2b8dedb Look up rate info from database, but going to drop min balance cause it seems unnecessary. Also work in progress on membership certs. 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 11774f7d5f Change rate limiter a little... 13 years ago
Adam Ierymenko 55616388ea Check network ethernet type whitelist instead of hard-coded ethernet types. 13 years ago
Adam Ierymenko cd907a7662 More tap work -- DHCP configuration and such. 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
Adam Ierymenko 3af55f4423 Add RateLimiter for rate limiting multicast, not tested yet. 13 years ago
Adam Ierymenko 5cabb60a6f Actually report a meaningful network status instead of always OK 13 years ago
Adam Ierymenko b342f56bec Network constructor deuglification, remove unused old encrypt/decrypt methods from Identity. 13 years ago
Adam Ierymenko 28a73b620e Bunch more debugging and loop closing on new netconf. 13 years ago
Adam Ierymenko e73c4cb68b Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code. 13 years ago
Adam Ierymenko a7c4cbe53a CLI debugging, got rid of nasty old Thread class and replaced with newer cleaner portable idiom. 13 years ago
Adam Ierymenko bf5c07f79a Scratch that... more work wiring up netconf. Got to handle OK. 13 years ago
Adam Ierymenko 9df88a3933 Change mind again... dump Http. Launcher will do this and will use libcurl. Also fix some format string errors. 13 years ago
Adam Ierymenko 7e156b2622 Call clean on all networks periodically, generalize Topology clean cycle to an overall clean cycle. 13 years ago
Adam Ierymenko e4c5ad9f43 More work on network membership certs, and it builds now. Still in heavy development. 13 years ago
Adam Ierymenko 439e602d5a Fix a bunch of errors due to minor method signature changes, still a work in progress. 13 years ago
Adam Ierymenko a53cfc9096 Network membership certificate work in progress... does not build yet. 13 years ago
Adam Ierymenko 7a17f6ca80 Add skeleton of certificate-based private network authentication. Also remove some old code. 13 years ago
Adam Ierymenko b0a83093ce Back out of RPC... blech. Have a better idea. 13 years ago
Adam Ierymenko 083ae2d097 Work in progress on RPC. 13 years ago