Branch: refs/heads/stable1
Home:
https://github.com/kronosnet/kronosnet
Commit: f54b372af584cc6d16fa8bc8f3060bb85804f0c2
https://github.com/kronosnet/kronosnet/commit/f54b372af584cc6d16fa8bc8f3060…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M configure.ac
Log Message:
-----------
Always define the Automake conditional
Otherwise ./configure --disable-man fails with
configure: error: conditional "BUILD_DOXYXML" was never defined.
Usually this means the macro was only invoked conditionally.
Commit: a26a447695d7231616462f45332ad0e2589faf89
https://github.com/kronosnet/kronosnet/commit/a26a447695d7231616462f45332ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M configure.ac
Log Message:
-----------
Merge pull request #304 from kronosnet/am_conditional
Always define the Automake conditional
Commit: a57198962fccc48a4e485f6ba904fcc840d898f1
https://github.com/kronosnet/kronosnet/commit/a57198962fccc48a4e485f6ba904f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M libknet/tests/api-test-coverage
M libnozzle/tests/api-test-coverage
Log Message:
-----------
[tests] strip extra symbol information generated by new nm
spotted on debian experimental
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: d82c15cfb6d9f639c8e064f5b4d02d13ce8d1b0b
https://github.com/kronosnet/kronosnet/commit/d82c15cfb6d9f639c8e064f5b4d02…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M libknet/crypto_openssl.c
Log Message:
-----------
[openssl] allow use of deprecated HMAC interface with openssl 3.0
Port will be done after rekey feature is complete (too much code conflict atm)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 3f5d406c783a19c982d044822cb28ba36a2f54e8
https://github.com/kronosnet/kronosnet/commit/3f5d406c783a19c982d044822cb28…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-03 (Fri, 03 Jul 2020)
Changed paths:
M man/doxyxml.c
Log Message:
-----------
[man] sync doxygen2man from libqb master
this change is not required in master branch
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: b02bc941a1c49f941964dae81dd0eb74e3171ad9
https://github.com/kronosnet/kronosnet/commit/b02bc941a1c49f941964dae81dd0e…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M build-aux/git-version-gen
Log Message:
-----------
[build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback
rather than UNKNOWN.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: 9d5a7ce339f39eebae93589e028ff93c2af4fca4
https://github.com/kronosnet/kronosnet/commit/9d5a7ce339f39eebae93589e028ff…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M Makefile.am
Log Message:
-----------
[build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use
git-version-gen directly and parse final version into components
(rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive
tho), reuse the code and also allow building of RPM from dist tarball
generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release
name.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: a9b6ef593d6e40e75e6572b6f13ddec12a9f547c
https://github.com/kronosnet/kronosnet/commit/a9b6ef593d6e40e75e6572b6f13dd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
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: 55a6826d4983058f5bf6d52aaf3f00d1845b50f1
https://github.com/kronosnet/kronosnet/commit/55a6826d4983058f5bf6d52aaf3f0…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
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: 83bccd7882a5196b2c5a73623b562df2a67d8893
https://github.com/kronosnet/kronosnet/commit/83bccd7882a5196b2c5a73623b562…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
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: 04cac3c4ad5b2ae3f9a78a857ae587eb0919ded6
https://github.com/kronosnet/kronosnet/commit/04cac3c4ad5b2ae3f9a78a857ae58…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M build-aux/check.mk
Log Message:
-----------
[tests] sets defaults for coverity scan check to match CI
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: c4ef516a9927e3f897b973f1aeafd697d5666ad2
https://github.com/kronosnet/kronosnet/commit/c4ef516a9927e3f897b973f1aeafd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
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: 56c9fd39e318801b0134ac6693edb0bc60ef9222
https://github.com/kronosnet/kronosnet/commit/56c9fd39e318801b0134ac6693edb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
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_rx_clear_traffic.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 support for live reconfiguration
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 7c17eac4c843135b3f326ed385d9e8f12a8bd668
https://github.com/kronosnet/kronosnet/commit/7c17eac4c843135b3f326ed385d9e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M libknet/tests/api_knet_handle_crypto_rx_clear_traffic.c
M libknet/tests/api_knet_handle_crypto_set_config.c
M libknet/tests/api_knet_handle_crypto_use_config.c
M libknet/tests/fun_config_crypto.c
Log Message:
-----------
Update copyright
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 9e855ac4226c8ef9d88c4074c34d9c7daaa3844b
https://github.com/kronosnet/kronosnet/commit/9e855ac4226c8ef9d88c4074c34d9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M libknet/tests/fun_config_crypto.c
Log Message:
-----------
[tests] fix variable increment logic (detected by clang)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 0f36e66d4e6cf32bbc99905de412632e960b5ea0
https://github.com/kronosnet/kronosnet/commit/0f36e66d4e6cf32bbc99905de4126…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
Log Message:
-----------
[tests] ignore openssl errors triggered when building with clang
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: b68f5760091c182665c63f91c71f2ec74a17914b
https://github.com/kronosnet/kronosnet/commit/b68f5760091c182665c63f91c71f2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M build-aux/knet_valgrind_memcheck.supp
Log Message:
-----------
[tests] more ignore list of nss internal stuff
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 7c6e8cd19952f91c6627e10b44aff80efa744f12
https://github.com/kronosnet/kronosnet/commit/7c6e8cd19952f91c6627e10b44aff…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M Makefile.am
M build-aux/check.mk
M build-aux/git-version-gen
M build-aux/knet_valgrind_memcheck.supp
M configure.ac
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-test-coverage
M libknet/tests/api_knet_handle_crypto.c
A libknet/tests/api_knet_handle_crypto_rx_clear_traffic.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/tests/test-common.c
M libknet/tests/test-common.h
M libknet/threads_heartbeat.c
M libknet/threads_pmtud.c
M libknet/threads_rx.c
M libknet/threads_tx.c
M libnozzle/tests/api-test-coverage
M man/Makefile.am
M man/doxyxml.c
Log Message:
-----------
Merge pull request #305 from kronosnet/stable1-proposed
Stable1 proposed
Compare:
https://github.com/kronosnet/kronosnet/compare/dfd50f0c7a16...7c6e8cd19952