49dc47ff38
Make multicast gathering a bit smarter.
2014-10-02 11:35:37 -07:00
dee86e2448
But since we are now using middle 3 bits we can assign sane values for the cipher suite enum.
2014-10-02 11:13:53 -07:00
17da733f97
Gotta support old encrypted flag, move cipher spec to middle 3 bits... due to some shortsighted design early-on. In the future this can die once there are no old peers.
2014-10-02 11:08:59 -07:00
23836d4c11
Change "encrypted" flag to full cipher suite selector. Go ahead and reserve AES256-GCM which might be added in the future.
2014-10-02 10:54:34 -07:00
e53d208ea4
Improve security posture by eliminating non-const data() accessor from Buffer.
2014-10-02 10:06:29 -07:00
e8c5495b61
Yes, zero my secret key data. Yes I really, really mean it.
2014-10-02 09:08:31 -07:00
28646eee0a
A bit more IncomingPacket cleanup... almost ready to test, just need OK() handling.
2014-10-01 16:29:52 -07:00
e1882b614b
Some cleanup, Multicaster now sends multicasts as it gets additional members.
2014-10-01 14:05:25 -07:00
ae082c3cb8
Yay... now everything compiles! Getting close to testing on this. Still have not added backward compatibility support for relaying of multicasts to 0.9.X clients yet but that will be easy. Will test with heterogenous 1.0.0 clients only first.
2014-10-01 12:41:48 -07:00
ea6124dd2f
IncomingPacket builds!
2014-09-30 17:33:20 -07:00
b41437780b
Add origin to new MULTICAST_FRAME, move security check for certs into Network to remove redundant code and bug-proneness, more work on IncomingPacket...
2014-09-30 17:26:34 -07:00
2659427864
Multicaster needs to be global, not per-network, and a bunch of other stuff.
2014-09-30 16:28:25 -07:00
8607aa7c3c
Everything in for new multicast except IncomingPacket parsing...
2014-09-30 08:38:03 -07:00
ed0ba49502
A few more revisions to new multicast verbs.
2014-09-26 14:18:25 -07:00
2d41055bdc
Some Network code cleanup.
2014-09-26 12:23:43 -07:00
027060dad1
Most of new multicast code builds... now on to packet parsing.
2014-09-25 22:13:31 -07:00
0778332747
.
2014-09-25 22:08:52 -07:00
9e186bbd89
.
2014-09-25 15:57:43 -07:00
050a0ce85d
.
2014-09-25 15:08:29 -07:00
6c87f9f765
Rename MulticastTopology to Multicaster -- same name as old multicast controller but different code. More descriptive though.
2014-09-24 14:02:16 -07:00
81b12b6826
Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables.
2014-09-24 13:53:03 -07:00
431476e2e4
Some more multicast algo work...
2014-09-24 13:45:58 -07:00
557801a09e
Rename PacketDecoder to much more descriptive IncomingPacket
2014-09-24 09:04:09 -07:00
9180a30986
.
2014-09-24 09:01:58 -07:00
61d0f27d2a
Make MulticastTopology have its own mutex.
2014-09-23 10:26:30 -07:00
c49e253e21
.
2014-09-22 15:03:16 -07:00
954f9cbc13
Yet more WIP on mulitcast algo...
2014-09-22 13:18:24 -07:00
d9abd4d9be
Work on defining new direct broadcast multicast algorithm.
2014-09-18 18:28:14 -07:00
d37c3ad30f
VERSION 0.9.3: unreleased update with some fixes for Pi users
...
This version is being tagged and bagged, despite the fact that it's not
going to be released and won't be merged into master until 1.0.0 is ready.
It contains several Linux build fixes, a fix for a unix domain socket resource
leak, and build fixes for the Raspberry Pi.
0.9.3
2014-09-18 13:40:58 -07:00
4708231046
Fix for GitHub issue #122 and other fixes
2014-09-18 10:01:30 -07:00
924f030994
docs
2014-09-18 09:41:12 -07:00
6b76cac6cf
Back off from thrashing shutdownIfUnreadableCheck, fix bug in control service.
2014-09-17 14:19:58 -07:00
2762db8408
More work on control bus refactor...
2014-09-17 12:54:39 -07:00
edff13dcae
More control/ refactoring
2014-09-17 09:50:49 -07:00
e22fae2397
it compiles again!
2014-09-16 15:47:00 -07:00
73dd9d3b74
Make sure open() has third argument
2014-09-16 08:58:49 -07:00
8d2e20ede6
Get rid of __align stuff in Salsa20 -- not portable, does not seem to help much on newer chips.
2014-09-16 08:53:18 -07:00
5c1c70a604
cleanup
2014-09-16 08:19:39 -07:00
fb22ef053b
Move rest of NodeControl stuff out of node/ and into control/
2014-09-15 16:32:55 -07:00
4ba4269344
cleanup
2014-09-15 09:45:57 -07:00
2dcf584834
rename ipc/ to control/
2014-09-15 09:44:29 -07:00
13aba7640b
refactoring for SDK
2014-09-15 09:43:57 -07:00
2e46bb4264
build fixes
2014-09-13 14:15:26 -07:00
1d37204a37
Refactoring in progress... pardon our dust...
2014-09-12 16:57:37 -07:00
6b4346d1ac
work in progress on API refactor
2014-09-10 17:16:40 -07:00
ea0f836ef1
Turns out we do want to propagate packets unauthenticated in the supernode case. This is fine.
2014-09-08 14:33:12 -04:00
b8729de9da
Temporarily DISABLE multicast authentication (doing in branch, will reenable in dev)
2014-09-08 08:25:06 -07:00
4e9280fc7a
Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics.
2014-09-05 16:23:24 -07:00
d02ecfb288
IP assignment and change cleanup -- leave IPs that were never configured via ZT static assignment alone.
2014-09-05 15:35:09 -07:00
3afc629ac5
Bit of network config parser cleanup.
2014-09-05 14:56:11 -07:00