[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre2-148-g51172b3

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


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  51172b3510e5cc36b27fd3a5170d598585b84806 (commit)
       via  892636036a54a3f0df779b6558e943b97f9b30c5 (commit)
       via  4cf6b2939790c0fd11ff6cdc158a3f6787f77f05 (commit)
       via  571359b3667b4ce7afd0c9e949e294bc030651db (commit)
       via  0f009e7718c7b19997fa6fac0804b55e61864af5 (commit)
       via  24effd73409226605cef0d2754fdc2725dfe00fa (commit)
       via  5289fc5f8054019abec2081d266791e62b00075f (commit)
       via  ca49304bd60c495f610f2af53de62c445daf2f6e (commit)
       via  b7fbac617dd5003e9cbf5997df004613ce2a0593 (commit)
       via  839e9aa4afacf7f0ed5b534ca28e6d47d1b48f3e (commit)
       via  c5ac15ad3327e3296b96fa92e4c6bc9e37c5dadf (commit)
       via  598cd10c346c118249cb8b03ac8a60d686676055 (commit)
       via  18857290248342e54662b0a7a9ee2d565bec1bb9 (commit)
       via  2127f63961a63b042ff8061c3d0d72cb83f00e86 (commit)
       via  97a8b1e43be6668fc70c5b3362e2fb46080fa02b (commit)
      from  aeee1feda6858f833353d9d8baa476ef192953fb (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 51172b3510e5cc36b27fd3a5170d598585b84806
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Aug 20 11:18:09 2020 +0200

    nts: avoid key corruption on failed loading
    
    Don't save a loaded key to the server key slot until it is fully
    decoded.

commit 892636036a54a3f0df779b6558e943b97f9b30c5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Aug 19 13:31:48 2020 +0200

    nts: explicitly disable session tickets
    
    Session tickets should never be enabled with the currect code on both
    clients and servers. Set the GNUTLS_NO_TICKETS flag when opening a TLS
    session in case this understanding is wrong, or it changes in future, to
    reduce the TLS attack surface.

commit 4cf6b2939790c0fd11ff6cdc158a3f6787f77f05
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Aug 20 16:17:05 2020 +0200

    test: fix 102-hwtimestamp test for new ethtool
    
    New ethtool using netlink messages has a different output.

commit 571359b3667b4ce7afd0c9e949e294bc030651db
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 18 17:39:39 2020 +0200

    test: extend 110-chronyc test

commit 0f009e7718c7b19997fa6fac0804b55e61864af5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 18 17:37:28 2020 +0200

    test: extend 007-cmdmon system test

commit 24effd73409226605cef0d2754fdc2725dfe00fa
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Aug 19 12:06:43 2020 +0200

    test: add 105-nts system test

commit 5289fc5f8054019abec2081d266791e62b00075f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Wed Aug 19 12:49:50 2020 +0200

    test: add 009-binddevice system test

commit ca49304bd60c495f610f2af53de62c445daf2f6e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 18 16:28:15 2020 +0200

    test: add 008-confload system test

commit b7fbac617dd5003e9cbf5997df004613ce2a0593
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 18 14:21:06 2020 +0200

    conf: rename confdirs and sourcedirs directives
    
    Rename the directives to confdir and sourcedir to better match an
    expected use case with only one specified directory.

commit 839e9aa4afacf7f0ed5b534ca28e6d47d1b48f3e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 18 13:46:29 2020 +0200

    reference: fix assignment of frequency_sd
    
    Fixes: 8afd62d9548b ("reference: update synchronization status more frequently")

commit c5ac15ad3327e3296b96fa92e4c6bc9e37c5dadf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 18 10:22:21 2020 +0200

    client: improve parsing of keygen arguments
    
    Detect invalid syntax for the keygen command.

commit 598cd10c346c118249cb8b03ac8a60d686676055
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 17 17:18:04 2020 +0200

    client: ignore case in add command
    
    For consistency with chronyd configuration, make the source type in the
    add command case insensitive.

commit 18857290248342e54662b0a7a9ee2d565bec1bb9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 17 17:06:28 2020 +0200

    client: drop unnecessary parsing of IPv4 address

commit 2127f63961a63b042ff8061c3d0d72cb83f00e86
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 17 16:27:54 2020 +0200

    cmdmon: change name fields to unsigned type

commit 97a8b1e43be6668fc70c5b3362e2fb46080fa02b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 17 10:11:12 2020 +0200

    test: fix random failures in nts_ntp_client unit test
    
    Fixes: 18d9243eb9b0 ("test: improve NTS unit tests")

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

Summary of changes:
 candm.h                     |   4 +-
 client.c                    |  60 ++++++++-------------
 conf.c                      |  18 +++----
 doc/chrony.conf.adoc        |  27 +++++-----
 doc/chronyc.adoc            |   2 +-
 doc/chronyd.adoc            |   2 +-
 nts_ke_server.c             |  11 ++--
 nts_ke_session.c            |   3 +-
 reference.c                 |   2 +-
 test/simulation/110-chronyc |  28 ++++++++--
 test/simulation/test.common |   3 +-
 test/system/007-cmdmon      | 126 ++++++++++++++++++++++++++++++++++++--------
 test/system/008-confload    |  75 ++++++++++++++++++++++++++
 test/system/009-binddevice  |  24 +++++++++
 test/system/102-hwtimestamp |   2 +-
 test/system/105-nts         |  72 +++++++++++++++++++++++++
 test/system/test.common     |   6 ++-
 test/unit/nts_ntp_client.c  |   2 +-
 18 files changed, 368 insertions(+), 99 deletions(-)
 create mode 100755 test/system/008-confload
 create mode 100755 test/system/009-binddevice
 create mode 100755 test/system/105-nts


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

-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/