Branch: refs/heads/stable1 Home: https://github.com/kronosnet/kronosnet Commit: a6746007986b9324760822aa0190d035b8da7352 https://github.com/kronosnet/kronosnet/commit/a6746007986b9324760822aa0190d0... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths: M build-aux/knet_valgrind_memcheck.supp
Log Message: ----------- [build] add another exception to valgrind nss combo
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 4e648f76930af8c376a833677d940b2b0efc3c86 https://github.com/kronosnet/kronosnet/commit/4e648f76930af8c376a833677d940b... Author: Fabian Grünbichler f.gruenbichler@proxmox.com Date: 2019-04-09 (Tue, 09 Apr 2019)
Changed paths: M libknet/libknet.h
Log Message: ----------- reduce minimum crypto key size to 1024bit
Since the key is used for AES/3DES and HMAC operations only, this is safe. AES/3DES use keys in the 128- to 256-bit range, HMAC with MD5/SHA1/SHA2 should use keys with a minimum of 128- to 512-bit (in both cases, depending on the actual algorithm used).
This reduction also keeps knet compatible with existing Corosync 2.x keyfiles, which are 1024-bit.
Signed-off-by: Fabian Grünbichler f.gruenbichler@proxmox.com
Commit: acb5adb7f3ea6eaaf858d86e064a9b3fe477ea11 https://github.com/kronosnet/kronosnet/commit/acb5adb7f3ea6eaaf858d86e064a9b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-04-11 (Thu, 11 Apr 2019)
Changed paths: M libknet/crypto_nss.c M libknet/libknet.h
Log Message: ----------- [crypto] remove libnss 3des support
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 652e355252adf6d248123d564c607c338e899f98 https://github.com/kronosnet/kronosnet/commit/652e355252adf6d248123d564c607c... Author: Chrissie Caulfield ccaulfie@redhat.com Date: 2019-04-30 (Tue, 30 Apr 2019)
Changed paths: M libknet/libknet.h M libnozzle/libnozzle.h M man/doxyxml.c
Log Message: ----------- man: Tidy manpages (#215)
* man: Tidy manpages for libnozzle
doxygen works in mysterious ways, adding a blank line before @brief makes the lines following that much tidier.
So now instead of
nozzle_close nozzle - pointer to the nozzle struct to destroy
we get:
nozzle_close
nozzle - pointer to the nozzle struct to destroy
* doxyxml: Cope with pointers-to-pointers passed as params
Double pointers showed as ' * *name' when they should be ' **name'.
Also tidy STRUCTURES display so that they are not indented too much,
* man: Similar @brief fixes for libknet.h
* doxyxml: Tidy descriptions of functions as parameters
If a complex function pointer was passed as a parameter then doxyxml tryied to line up all the other parameters with it - making a mess by having lots of blank space between the type and the name.
Now we enforce a maximum type length (a line-ish) so that shorter tyopes will line up OK and the really long ones will be left to their own devices.
Commit: 4ff309b82bbd11300e761ecdcafde596115fc7f7 https://github.com/kronosnet/kronosnet/commit/4ff309b82bbd11300e761ecdcafde5... Author: Christine Caulfield ccaulfie@redhat.com Date: 2019-04-30 (Tue, 30 Apr 2019)
Changed paths: M libknet/libknet.h
Log Message: ----------- man: Tidy more man pages
Followup to previous 'tidy'
Commit: 73e1b520482cef7ced995423aa3f6f53d16b66c4 https://github.com/kronosnet/kronosnet/commit/73e1b520482cef7ced995423aa3f6f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-04-30 (Tue, 30 Apr 2019)
Changed paths: M libknet/libknet.h
Log Message: ----------- [man] fix knet_host_set_policy parameters order
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 8b73fbca799114ed579acb73ce0bbcdf45b1f171 https://github.com/kronosnet/kronosnet/commit/8b73fbca799114ed579acb73ce0bbc... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-04-30 (Tue, 30 Apr 2019)
Changed paths: M man/api-to-man-page-coverage
Log Message: ----------- [tests] add man page check to verify doxy header order and definitions
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 8e00c883883f0ee183aa3472e5ee72210318ce14 https://github.com/kronosnet/kronosnet/commit/8e00c883883f0ee183aa3472e5ee72... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-05-01 (Wed, 01 May 2019)
Changed paths: M libknet/libknet.h
Log Message: ----------- [man] fix libknet.h for errors detected by newly added test
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 77adcf11ee390cfc7158f3f05617beef980429d8 https://github.com/kronosnet/kronosnet/commit/77adcf11ee390cfc7158f3f05617be... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-05-02 (Thu, 02 May 2019)
Changed paths: M libknet/transport_udp.c
Log Message: ----------- [udp] use defines vs hardcoded numbers
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: c8522bfa627045932c0bd2c1b31005534efbc495 https://github.com/kronosnet/kronosnet/commit/c8522bfa627045932c0bd2c1b31005... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2019-05-02 (Thu, 02 May 2019)
Changed paths: M libknet/transport_udp.c
Log Message: ----------- [udp] improve error message decoding from ICMP errors
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: c8aceef61c08e1149566524369cae439dc04424f https://github.com/kronosnet/kronosnet/commit/c8aceef61c08e1149566524369cae4... Author: kronosnet CI bot 32407685+knet-ci-bot@users.noreply.github.com Date: 2019-05-09 (Thu, 09 May 2019)
Changed paths: M build-aux/knet_valgrind_memcheck.supp M libknet/crypto_nss.c M libknet/libknet.h M libknet/transport_udp.c M libnozzle/libnozzle.h M man/api-to-man-page-coverage M man/doxyxml.c
Log Message: ----------- Merge pull request #211 from kronosnet/stable1-proposed
stable1-proposed
Compare: https://github.com/kronosnet/kronosnet/compare/1bab387d41cf...c8aceef61c08