Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: abcca4fe4403373d421cae42c082537222f672c6
https://github.com/fabbione/kronosnet/commit/abcca4fe4403373d421cae42c08253…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-10-20 (Mon, 20 Oct 2014)
Changed paths:
M libknet/internals.h
M libknet/nsscrypto.c
M libknet/threads.c
Log Message:
-----------
[PMTUD] change variable names to make it easier to read
still doesn't work with crypto enable, but part of the code is getting
ready for it.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7501ebfa7c2c58381883435f146e96b92a2f5acc
https://github.com/fabbione/kronosnet/commit/7501ebfa7c2c58381883435f146e96…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-08-29 (Fri, 29 Aug 2014)
Changed paths:
M libknet/internals.h
M libknet/nsscrypto.c
Log Message:
-----------
[nss] fix calculation for crypto header to include SALT_SIZE
and propagate block size up in the layers to allow PMTUd thread
to round buffers and do crypted PMTUd packets.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d60f347a175b550fc18e8af88126f8e020bf0b24
https://github.com/fabbione/kronosnet/commit/d60f347a175b550fc18e8af88126f8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/listener.c
M libknet/logging.c
M libknet/onwire.h
M libknet/threads.c
M libknet/threads.h
Log Message:
-----------
[link] add rudimentary PMTUD support.
1) It won't work with crypto enable yet
2) values are not really used yet for anything
3) no API calls implemented yet
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ba09898a79dfd3817e576e770a64a23de57b672d
https://github.com/fabbione/kronosnet/commit/ba09898a79dfd3817e576e770a64a2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M libknet/nsscrypto.c
Log Message:
-----------
[nss] make sure that any crypto config requires a proper hashing value
this is mandatory to avoid some collision checks when random junk
is received over the network socket
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 26f87fb638b7396f835105bd4f656bf5974f6bf6
https://github.com/fabbione/kronosnet/commit/26f87fb638b7396f835105bd4f656b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-07-20 (Sun, 20 Jul 2014)
Changed paths:
M .gitignore
M Makefile.am
Log Message:
-----------
[build] cleanup after test-driver
update .gitignore and make maintainer-clean target
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>