Adam Ierymenko
|
b5c3a92be2
|
Boring stuff: update dates in copyrights across all files.
|
2014-02-16 12:40:22 -08:00 |
|
Adam Ierymenko
|
3f912eb4ad
|
Fix for GitHub issue #37: remember *nix device names.
|
2014-02-11 14:21:59 -08:00 |
|
Adam Ierymenko
|
2355fa973e
|
Tiny compiler warning fix.
|
2014-01-29 18:27:02 -05:00 |
|
Adam Ierymenko
|
ffffc0179f
|
Fix a couple compile items.
|
2014-01-27 23:16:15 -08:00 |
|
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.
|
2014-01-27 23:13:36 -08:00 |
|
Adam Ierymenko
|
612c17240a
|
Dead code removal, fix for cleanup GitHub issue #28
|
2013-12-06 16:49:20 -08:00 |
|
Adam Ierymenko
|
942cc0ca21
|
Certificate of membership works now... had to fix multicast propagation so COM is pushed with multicast, which makes tremendous sense in retrospect.
|
2013-10-25 14:51:55 -04:00 |
|
Adam Ierymenko
|
010616e3ae
|
Add some more TRACE output for certs.
|
2013-10-25 13:43:04 -04:00 |
|
Adam Ierymenko
|
5901972958
|
More tying up of certificate of membership stuff in the client.
|
2013-10-24 16:57:26 -04:00 |
|
Adam Ierymenko
|
5a8f213c23
|
Work in progress...
|
2013-10-18 12:01:48 -04:00 |
|
Adam Ierymenko
|
e6eb65be00
|
Netconf support for ARP and NDP caching TTLs.
|
2013-10-17 16:49:31 -04:00 |
|
Adam Ierymenko
|
46f868bd4f
|
Lots of cleanup, more work on certificates, some security fixes.
|
2013-10-16 17:47:26 -04:00 |
|
Adam Ierymenko
|
58fa6cab43
|
Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE and on receipt of MULTICAST_LIKE.
|
2013-10-07 17:00:53 -04:00 |
|
Adam Ierymenko
|
4d594b24bc
|
Automagically push netconf certs -- Network support.
|
2013-10-07 16:13:52 -04:00 |
|
Adam Ierymenko
|
b4ae1adfbf
|
Break out certificate of membership into its own class.
|
2013-10-07 15:29:03 -04:00 |
|
Adam Ierymenko
|
dcbc9c8ddd
|
Rename error code for no membership certificate.
|
2013-10-07 15:21:40 -04:00 |
|
Adam Ierymenko
|
2fa2796f2a
|
Another tweak, hopefully final, to reduce variance on identity generation times.
|
2013-10-07 14:31:13 -04:00 |
|
Adam Ierymenko
|
ea4e1136dd
|
Flesh out membership certificate with signature, better serialize/deserialize, and rename parameter to qualifier to make better conceptual sense.
|
2013-10-04 12:24:21 -04:00 |
|
Adam Ierymenko
|
9db7939d38
|
Make new multicast depth and prefix bits parameters configurable.
|
2013-09-30 13:51:56 -04:00 |
|
Adam Ierymenko
|
4e010da54b
|
Work in progress...
|
2013-09-26 17:45:19 -04:00 |
|
Adam Ierymenko
|
24bad9f3d1
|
More work in progress in new multicast propagation...
|
2013-09-25 17:41:49 -04:00 |
|
Adam Ierymenko
|
f3128a18fe
|
Work in progress...
|
2013-09-25 10:55:27 -04:00 |
|
Adam Ierymenko
|
5557a8192d
|
Work in progress...
|
2013-09-24 17:35:05 -04:00 |
|
Adam Ierymenko
|
bddbf4d276
|
Work in progress...
|
2013-09-24 12:44:15 -04:00 |
|
Adam Ierymenko
|
c26b64f24b
|
Fix for netconf advertising of multicast propagation parameters, and defaults in Network.hpp.
|
2013-09-19 16:16:48 -04:00 |
|
Adam Ierymenko
|
f9079a110e
|
Make network multicast breadth/depth parameters configurable on a per-net basis.
|
2013-09-17 16:11:57 -04:00 |
|
Adam Ierymenko
|
07e1085dcc
|
More experimentation with multicast rate.
|
2013-09-12 17:27:10 -04:00 |
|
Adam Ierymenko
|
75471ee0e0
|
Small method rename.
|
2013-09-11 16:17:51 -04:00 |
|
Adam Ierymenko
|
5885c6186d
|
More updates to bandwidth accounting.
|
2013-09-11 16:08:31 -04:00 |
|
Adam Ierymenko
|
9cdaefdb9a
|
Drop old Certificate type from Network.
|
2013-09-11 15:13:05 -04:00 |
|
Adam Ierymenko
|
de744e6df6
|
Version two of network certificate of membership, a much more concise and fast approach.
|
2013-09-11 15:09:53 -04:00 |
|
Adam Ierymenko
|
3a563250f7
|
Finish stripping minBalance from BandwidthAccount
|
2013-09-10 14:13:04 -04:00 |
|
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.
|
2013-09-10 09:40:37 -04:00 |
|
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.
|
2013-09-07 15:49:38 -04:00 |
|
Adam Ierymenko
|
cdb96726df
|
updateAndCheckMulticastBalance and friends
|
2013-09-07 12:23:53 -04:00 |
|
Adam Ierymenko
|
56d8bbf780
|
Bit more netconf cleanup...
|
2013-09-06 15:06:51 -04:00 |
|
Adam Ierymenko
|
37931d8589
|
Multicast bandwidth accounting work in progress, and some config field changes and cleanup.
|
2013-09-04 09:27:56 -04:00 |
|
Adam Ierymenko
|
f3ad05347e
|
Improve code security posture by replacing sprintf with a safer function.
|
2013-08-30 17:05:43 -04:00 |
|
Adam Ierymenko
|
11774f7d5f
|
Change rate limiter a little...
|
2013-08-30 14:15:24 -04:00 |
|
Adam Ierymenko
|
55616388ea
|
Check network ethernet type whitelist instead of hard-coded ethernet types.
|
2013-08-28 16:01:27 -04:00 |
|
Adam Ierymenko
|
cd907a7662
|
More tap work -- DHCP configuration and such.
|
2013-08-27 15:55:32 -04:00 |
|
Adam Ierymenko
|
d6414c9ff7
|
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
|
2013-08-12 21:25:36 -04:00 |
|
Adam Ierymenko
|
95a23dc7ec
|
Fix for another wonderful C++ threading race condition.
|
2013-08-09 17:20:40 -04:00 |
|
Adam Ierymenko
|
6a24ac4f00
|
Add a concept of debt to RateLimiter, save a bit of RAM.
|
2013-08-09 16:36:58 -04:00 |
|
Adam Ierymenko
|
3af55f4423
|
Add RateLimiter for rate limiting multicast, not tested yet.
|
2013-08-08 17:20:35 -04:00 |
|
Adam Ierymenko
|
5cabb60a6f
|
Actually report a meaningful network status instead of always OK
|
2013-08-08 10:41:17 -04:00 |
|
Adam Ierymenko
|
b342f56bec
|
Network constructor deuglification, remove unused old encrypt/decrypt methods from Identity.
|
2013-08-06 10:15:05 -04:00 |
|
Adam Ierymenko
|
28a73b620e
|
Bunch more debugging and loop closing on new netconf.
|
2013-08-06 01:28:56 -04:00 |
|
Adam Ierymenko
|
e73c4cb68b
|
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
|
2013-08-06 00:05:39 -04:00 |
|
Adam Ierymenko
|
a7c4cbe53a
|
CLI debugging, got rid of nasty old Thread class and replaced with newer cleaner portable idiom.
|
2013-08-05 16:06:16 -04:00 |
|