Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 177f3f65eda6906f505e4948a0187b3779689a55
https://github.com/fabbione/kronosnet/commit/177f3f65eda6906f505e4948a0187b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M libknet/libknet-private.h
Log Message:
-----------
libknet: add seq_num to sender host
bcast for packets that needs to be sent to all nodes
ucast for direct packets
the difference is necessary to avoid unncessary re-encryption
of packets. This will make more sense once packet inspector
is in place, but basically seq_num are per host and not all
packets will go everywhere, creating undesirable holes in the
packet_ring_buffer, that in turns, in a non-encrypted network
could lead to some annoyance.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 600ee0aaec46cd730a8ee14fb941afe10fad3e28
https://github.com/fabbione/kronosnet/commit/600ee0aaec46cd730a8ee14fb941af…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M libknet/libknet.h
Log Message:
-----------
libknet: change packet definitions to include seq_num for data packets
this is required for pckt deduplication
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b5d0bb55b9f6017d537389587bce261e67d2aef6
https://github.com/fabbione/kronosnet/commit/b5d0bb55b9f6017d537389587bce26…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Changed paths:
M kronosnetd/cfg.h
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
kronosnetd: node_id have to match knet size for packet inspector to work
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b0770e3a255dd0ac11c7e5ed2494f69186ec985f
https://github.com/fabbione/kronosnet/commit/b0770e3a255dd0ac11c7e5ed2494f6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-26 (Wed, 26 Sep 2012)
Changed paths:
M libknet/handle.c
M libknet/libknet-private.h
M libknet/libknet.h
Log Message:
-----------
libknet: add notes on packet inspector
and where it should hook for notifications
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9a5ccc0b1b40ebf3da03e79e89195d9b7a155e9f
https://github.com/fabbione/kronosnet/commit/9a5ccc0b1b40ebf3da03e79e89195d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-26 (Wed, 26 Sep 2012)
Changed paths:
M kronosnetd/Makefile.am
M kronosnetd/keygen.c
M kronosnetd/vty_cli_cmds.c
M libknet/libknet.h
M libknet/nsscrypto.c
M tests/ping_test.c
Log Message:
-----------
clean up some hardcoded values and export them via header correctly
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 117a791aacd9763008992b5b350872ff5019418e
https://github.com/fabbione/kronosnet/commit/117a791aacd9763008992b5b350872…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M libknet/handle.c
M libknet/nsscrypto.c
M libknet/nsscrypto.h
Log Message:
-----------
fix a few int vs ssize_t bits around
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>