This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.

The branch, master has been updated
       via  77bd0f83fe4fec3beb09b43648be42bc2328a188 (commit)
       via  32a82a38fddf5829fe0d40e173d7fa76fcaf412a (commit)
       via  66e097e3e64475ba236729556ee070f214e8372e (commit)
       via  51d77d6cfcabe4b49631e4e7d8f043bd6bdb22c6 (commit)
       via  2bb076951673db26a48e6c0ccc2fe9b50b8169e0 (commit)
       via  58da0c0ad27dc04d451264c1cb098e1938894b65 (commit)
       via  c10b66b579cb8cb0f80ba5b9fa0f4be41f7e988e (commit)
       via  55a90c3735b79db0b772ff35162886bf1ec24a33 (commit)
       via  962afb9e7d130e98e6e6c7a3c5fc04f507c96390 (commit)
       via  7abd982f87ee6ce13bce24f83e25803686cc472e (commit)
      from  c099aac79c09ecc92b418aa9c6d78d2f6ec6a2ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 77bd0f83fe4fec3beb09b43648be42bc2328a188
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jul 14 18:34:10 2020 +0200

    main: remove unneeded code in signal handler
    
    The handler is set up when the main code is already initialized.

commit 32a82a38fddf5829fe0d40e173d7fa76fcaf412a
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jul 14 17:04:30 2020 +0200

    siv: add more assertions
    
    Make sure the returned tag and key lengths are sane.

commit 66e097e3e64475ba236729556ee070f214e8372e
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Mon Jul 13 14:25:57 2020 +0200

    nts: improve NTS-KE server/client code
    
    Add more assertions and comments, refactor initialization of the helper,
    and make other changes to make the code more robust.

commit 51d77d6cfcabe4b49631e4e7d8f043bd6bdb22c6
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Thu Jul 16 13:16:15 2020 +0200

    logging: extend functionality
    
    Add a function to get the current minimum severity and a function to set
    a global prefix for debug messages in order to identify messages from
    helpers.

commit 2bb076951673db26a48e6c0ccc2fe9b50b8169e0
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jul 14 09:15:29 2020 +0200

    conf: improve error message
    
    Replace "command" with "directive" for consistency with the
    documentation.

commit 58da0c0ad27dc04d451264c1cb098e1938894b65
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Mon Jul 13 14:19:45 2020 +0200

    conf: adopt default bind*address values
    
    Move the default values of the bind*address settings from the
    ntp/nts/cmdmon code to conf.

commit c10b66b579cb8cb0f80ba5b9fa0f4be41f7e988e
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Mon Jul 13 14:16:42 2020 +0200

    nts: follow bind*device settings for NTS-KE sockets
    
    Bind the server and client NTS-KE sockets to the specified device.

commit 55a90c3735b79db0b772ff35162886bf1ec24a33
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Wed Jul 15 12:11:38 2020 +0200

    nts: deinit gnutls when setting of credentials fails
    
    This is needed to cleanly exit when the server key/cert couldn't be
    loaded.

commit 962afb9e7d130e98e6e6c7a3c5fc04f507c96390
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Mon Jul 13 12:21:39 2020 +0200

    nts: disable input when sending data in NTS-KE session
    
    Ignore read events when sending data to avoid spinning with blocked
    output.

commit 7abd982f87ee6ce13bce24f83e25803686cc472e
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jul 14 10:22:46 2020 +0200

    doc: fix formatting with new asciidoctor
    
    With newer asciidoctor versions a blank character seems to be required
    in an empty description used to set the indentation level in a nested
    list.
    
    https://github.com/asciidoctor/asciidoctor/issues/2766

-----------------------------------------------------------------------

Summary of changes:
 cmdmon.c                   |   3 -
 conf.c                     |  10 ++-
 doc/chrony.conf.adoc       |  24 ++---
 doc/chronyc.adoc           |  12 +--
 logging.c                  |  28 +++++-
 logging.h                  |   6 ++
 main.c                     |  13 ++-
 ntp_io.c                   |   3 -
 nts_ke_client.c            |  38 ++++----
 nts_ke_server.c            | 218 ++++++++++++++++++++++++++++++---------------
 nts_ke_server.h            |   3 +-
 nts_ke_session.c           |  28 ++++--
 sched.c                    |  14 ---
 sched.h                    |   3 -
 siv_gnutls.c               |  17 +++-
 siv_nettle.c               |   4 +
 stubs.c                    |   7 +-
 test/unit/nts_ke_client.c  |   8 +-
 test/unit/nts_ke_server.c  |   3 +-
 test/unit/nts_ntp_server.c |   3 +-
 20 files changed, 292 insertions(+), 153 deletions(-)


hooks/post-receive
-- 
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.

Reply via email to