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
Adam Ierymenko
bcd079b70e
Adding signatures to multicast frames, work in progress, does not build yet
13 years ago
Adam Ierymenko
9e28bbfbb2
Factored out multicast propagation algorithm from Switch and Topology, also cleaned up and clarified it a bit.
13 years ago
Adam Ierymenko
ef3e319c64
Several things:
...
(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all unix-like systems and specialization for different flavors only when needed.
(2) Refactor of Buffer<> to make its members private, and Packet to use Buffer's methods exclusively to access them. This improves clarity and means we're no longer lying about Buffer's role in the code's security posture.
(3) Add -fstack-protect to Makefile to bounds check stack variables.
13 years ago
Adam Ierymenko
150850b800
New git repository for release - version 0.2.0 tagged
13 years ago