Branch: refs/heads/runtime-rekey
Home: https://github.com/kronosnet/kronosnet
Commit: 39166963059f43533b5db639056760244a45b748
https://github.com/kronosnet/kronosnet/commit/39166963059f43533b5db63905676…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] remove unnecessary shutdown locking
the test should be in charge not to shutdown too much at once
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: e22a0b82490f831849cabb5783f6a6a95119de6a
https://github.com/kronosnet/kronosnet/commit/e22a0b82490f831849cabb5783f6a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] print information about which knet_handle is performing operations
this is necessary when a test creates multiple handles for functional testing
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 0074351210187c0461347c4cb6ff798d25f47fd2
https://github.com/kronosnet/kronosnet/commit/0074351210187c0461347c4cb6ff7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] use link_get_enable instead of get_status
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: ede96821d6eeae38399fdca271b18a3c0f9f0e7e
https://github.com/kronosnet/kronosnet/commit/ede96821d6eeae38399fdca271b18…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add basic framework to create, join and stop many nodes
all nodes will be using loopback interface (lo) at different
port offset.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 233f336d6504302342cfc8a67fe71a59fe8e3d55
https://github.com/kronosnet/kronosnet/commit/233f336d6504302342cfc8a67fe71…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/crypto.c
M libknet/crypto.h
M libknet/crypto_model.h
M libknet/crypto_nss.c
M libknet/crypto_openssl.c
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/tests/Makefile.am
M libknet/tests/api-check.mk
M libknet/tests/api_knet_handle_crypto.c
A libknet/tests/api_knet_handle_crypto_set_config.c
A libknet/tests/api_knet_handle_crypto_use_config.c
A libknet/tests/fun_config_crypto.c
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M man/Makefile.am
Log Message:
-----------
[crypto] add ability to have multiple crypto configurations at runtime
and add related tests
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: d2b6c1ec82cc73d22d2b4049b2102a6886b757a2
https://github.com/kronosnet/kronosnet/commit/d2b6c1ec82cc73d22d2b4049b2102…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
Log Message:
-----------
[build] update valgrind memcheck exception file
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 819f22c4c40eb14451154509777281fb77c8fd2a
https://github.com/kronosnet/kronosnet/commit/819f22c4c40eb1445115450977728…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/crypto.c
Log Message:
-----------
[crypto] fix crypto deconfig
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 91a3a8c8fb2a3da474da1de68b51c6e9c517d498
https://github.com/kronosnet/kronosnet/commit/91a3a8c8fb2a3da474da1de68b51c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/crypto.c
M libknet/crypto_model.h
M libknet/crypto_nss.c
M libknet/crypto_openssl.c
Log Message:
-----------
[crypto] lower logging severity during crypto reconfig
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/2d6f462553e9...91a3a8c8fb2a
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 97a0dc93080131eeefb36a58f4768f0aee48d5c6
https://github.com/kronosnet/kronosnet/commit/97a0dc93080131eeefb36a58f4768…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M libknet/tests/int_links_acl_ip.c
Log Message:
-----------
[tests] mark array as static
fixes an odd segfault when running the test on ppc when built with clang
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>