Branch: refs/heads/stable1 Home: https://github.com/kronosnet/kronosnet Commit: af12f89667758b281b3b42741f82881f47975f96 https://github.com/kronosnet/kronosnet/commit/af12f89667758b281b3b42741f8288... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths: M build-aux/knet_valgrind_memcheck.supp
Log Message: ----------- [tests] cleanup nss memcheck supports
add one more exception for newer nss (spotted on fedora rawhide) drop FreeBSD excetions as we don't support running under valgrind on BSD
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 7b529a791ab07fec72b57c626d2645e8cd85b2cc https://github.com/kronosnet/kronosnet/commit/7b529a791ab07fec72b57c626d2645... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths: M build-aux/knet_valgrind_memcheck.supp
Log Message: ----------- [tests] drop arm exceptions as they have been fixed in glibc
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 67c4e6fe666bd019b013a5faaf7c8168558a83bc https://github.com/kronosnet/kronosnet/commit/67c4e6fe666bd019b013a5faaf7c81... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths: A .gitarchivever M .gitattributes M build-aux/git-version-gen M configure.ac
Log Message: ----------- Support for git archive stored tags
Attempt to solve problem with git archive generated tarballs (used for example by github when release is downloaded) which are no longer git tree and (in contrast to officially released tarballs) also doesn't contain .tarball-version file so git-version-gen script simply cannot obtain valid version info.
Solution is based on using gitattributes which is instructs git to replace string in the .gitarchivever file by known ref names. git-version-gen is enhanced to support this file and tries to parse any string which looks like "tag: v[0-9][^,)]*". If such string is found it's used as a version. This file is used as a last attempt and other methods (.tarball-version, git abbrev) have precedence.
Based on idea stated by Jan Pokorný jpokorny@redhat.com.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: 6923098292b7f06793b3c586a7024d75e375c21f https://github.com/kronosnet/kronosnet/commit/6923098292b7f06793b3c586a7024d... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths: M build-aux/git-version-gen
Log Message: ----------- Do not match lightweight tags in git-version-gen
Fix leftover from 175b517fd71d999150aa701ec847510490a18a6e which added matching of lightweight git tags.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: ff93eb5a27aad804fc4d803655baaa2c7b1b376f https://github.com/kronosnet/kronosnet/commit/ff93eb5a27aad804fc4d803655baaa... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths: M build-aux/git-version-gen
Log Message: ----------- git-version-gen fail on UNKNOWN version
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: 3f008fd24f15779a0c2bcc85447da39139a1f2dc https://github.com/kronosnet/kronosnet/commit/3f008fd24f15779a0c2bcc85447da3... Author: Jan Friesse jfriesse@redhat.com Date: 2018-09-05 (Wed, 05 Sep 2018)
Changed paths: M Makefile.am
Log Message: ----------- Use gitarchive-version for spec file
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: 3c77b62ffaf4a786364a8edbb35f27446a5176ce https://github.com/kronosnet/kronosnet/commit/3c77b62ffaf4a786364a8edbb35f27... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-09-06 (Thu, 06 Sep 2018)
Changed paths: M libknet/internals.h M libknet/logging.c M libknet/threads_common.c M libknet/threads_common.h
Log Message: ----------- [threads] make it easier to debug thread startup / stop operations with pretty names
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f5feda9bb88511e2c81ea349593d906bcea1de1d https://github.com/kronosnet/kronosnet/commit/f5feda9bb88511e2c81ea349593d90... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-09-11 (Tue, 11 Sep 2018)
Changed paths: M libknet/tests/test-common.c
Log Message: ----------- [tests] fix select(2) handling (mostly affects slow machines)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f10a83e9be27c53bab499d56cd6ce58caffb0940 https://github.com/kronosnet/kronosnet/commit/f10a83e9be27c53bab499d56cd6ce5... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-09-11 (Tue, 11 Sep 2018)
Changed paths: M libknet/tests/test-common.c
Log Message: ----------- [tests] clear errno to avoid incorrect propagation from void fn call
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 26971bf7254414edecc433f84ef3262aac8927b7 https://github.com/kronosnet/kronosnet/commit/26971bf7254414edecc433f84ef326... Author: Jan Friesse jfriesse@redhat.com Date: 2018-10-08 (Mon, 08 Oct 2018)
Changed paths: M libknet/crypto_nss.c M libknet/tests/api_knet_handle_crypto.c
Log Message: ----------- Import key with length not dividable by wrap key block size
Wrapping of the key is standard crypto operation which needs data aligned to cipher block size, otherwise it fails.
Possible solution is to use a zero filled buffer with size aligned to required wrap key block size. Private key is copied to the beginning of the buffer and unwrap operation keeps using only required private key size.
Signed-off-by: Jan Friesse jfriesse@redhat.com
Commit: 8351d7cc04bcb25c85d0ac09eb4e23460bbb7657 https://github.com/kronosnet/kronosnet/commit/8351d7cc04bcb25c85d0ac09eb4e23... Author: Christine Caulfield ccaulfie@redhat.com Date: 2018-10-21 (Sun, 21 Oct 2018)
Changed paths: M libknet/links.c
Log Message: ----------- links: Don't close loopback link
knet_link_clear_config would incorrectly clear the local loopback link if the last 'real' link to an external node was closed. We didn't check the nodeid in the code, just the link number when clearing the loopback flag.
Signed-off-by: Christine Caulfield ccaulfie@redhat.com
Commit: 27270a3f75120dea32500af340034daf03ed30d7 https://github.com/kronosnet/kronosnet/commit/27270a3f75120dea32500af340034d... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths: A .gitarchivever M .gitattributes M Makefile.am M build-aux/git-version-gen M build-aux/knet_valgrind_memcheck.supp M configure.ac M libknet/crypto_nss.c M libknet/internals.h M libknet/links.c M libknet/logging.c M libknet/tests/api_knet_handle_crypto.c M libknet/tests/test-common.c M libknet/threads_common.c M libknet/threads_common.h
Log Message: ----------- Merge pull request #155 from kronosnet/stable1-proposed
Stable1 proposed
Compare: https://github.com/kronosnet/kronosnet/compare/d0fe6f18c21d...27270a3f7512 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.