[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.3-91-gcc49d8e

[ 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  cc49d8e6e6c456d3430d0813c562cfe1f847f887 (commit)
       via  933bd017b47ddf9f89b83ef02e329375aa83d910 (commit)
       via  d558b33d85cd91fc06a940e164d393c691ee32bb (commit)
       via  9268bf2cff0a9457362ed99e450d122be87679f7 (commit)
       via  dbf2c224672aca54c5ad94958381a7c8f33c400d (commit)
       via  af4fe9209553fd25f3cbb8adf7a32ed597e82eec (commit)
       via  e034a07be8b30567afecfd2161a7fad5d5f947ad (commit)
       via  eb8c9ad601531d79b253b1f17cc7bca9fc7cc3c9 (commit)
       via  68475366697e844aaffea576bf65633858d6eba6 (commit)
       via  f5206db9b0dc8ab4a344e5e84a4bc9ef6e2397b4 (commit)
       via  6ab2ed0da6f9149a1bb5dd29b3f38375f92c73ea (commit)
       via  7352e470e10689b349681cdb6b71b4ccddd7f43a (commit)
       via  5bc9c0d07a7ea601c04d5b4d75e82026eef8c979 (commit)
       via  a2146e82efbcf030c8281569b1c02d0b02c8c48d (commit)
      from  6e10e6740c3a4c6d90c1a39f5002652161f4a193 (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 cc49d8e6e6c456d3430d0813c562cfe1f847f887
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 28 18:13:52 2018 +0200

    test: add 132-logchange test

commit 933bd017b47ddf9f89b83ef02e329375aa83d910
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 28 18:00:16 2018 +0200

    test: add 131-maxchange test

commit d558b33d85cd91fc06a940e164d393c691ee32bb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 14:17:18 2018 +0200

    test: extend 108-peer test

commit 9268bf2cff0a9457362ed99e450d122be87679f7
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 13:34:49 2018 +0200

    test: don't override user settings with default values
    
    This fixes commit 671daf06b832940bb331242d07462c0f69be9618.

commit dbf2c224672aca54c5ad94958381a7c8f33c400d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 17:18:20 2018 +0200

    test: extend ntp_core unit test

commit af4fe9209553fd25f3cbb8adf7a32ed597e82eec
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 17:32:38 2018 +0200

    test: update hash unit test

commit e034a07be8b30567afecfd2161a7fad5d5f947ad
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 28 14:20:40 2018 +0200

    test: enable unit tests to suspend logging

commit eb8c9ad601531d79b253b1f17cc7bca9fc7cc3c9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 28 14:10:21 2018 +0200

    logging: allow reopening stderr
    
    LOG_OpenFileLog(NULL) can be now used to reopen stderr.

commit 68475366697e844aaffea576bf65633858d6eba6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Aug 28 14:04:44 2018 +0200

    logging: close previous file log after opening new one
    
    Currently, the log is always opened only once, but that will change with
    tests temporarily suspending logging.

commit f5206db9b0dc8ab4a344e5e84a4bc9ef6e2397b4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 17:20:56 2018 +0200

    ntp: optimize MAC truncation
    
    When generating a MAC for an NTP packet, request only the bytes that
    will be sent.

commit 6ab2ed0da6f9149a1bb5dd29b3f38375f92c73ea
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 16:26:01 2018 +0200

    hash: allow truncated output
    
    Tomcrypt, some NSS hash functions, and the internal MD5 require the
    output buffer to be at least as long as the digest. To provide the same
    hashing API with all four options, use an extra buffer for the digest
    when necessary and copy only the requested bytes to the caller.

commit 7352e470e10689b349681cdb6b71b4ccddd7f43a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 14:12:23 2018 +0200

    ntp: remove unnecessary constant

commit 5bc9c0d07a7ea601c04d5b4d75e82026eef8c979
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 13:11:49 2018 +0200

    sources: check maximum reach size before postponing update
    
    Don't wait for other sources to be selectable when the maximum
    selectable and non-selectable reachability registers happen to match
    and a register is already full (e.g. after heavy packet loss).

commit a2146e82efbcf030c8281569b1c02d0b02c8c48d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Aug 27 11:26:21 2018 +0200

    doc: improve description of LastRx column in chronyc sources

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

Summary of changes:
 doc/chronyc.adoc              |  5 ++--
 hash_intmd5.c                 |  9 ++++----
 hash_nss.c                    |  7 +++++-
 hash_tomcrypt.c               | 14 ++++++++----
 logging.c                     | 13 ++++++++---
 logging.h                     |  2 +-
 ntp_core.c                    | 24 ++++++++------------
 sources.c                     | 17 ++++++++------
 test/simulation/108-peer      | 21 +++++++++++++++++
 test/simulation/131-maxchange | 20 ++++++++++++++++
 test/simulation/132-logchange | 21 +++++++++++++++++
 test/simulation/test.common   | 20 +++++++++++++++-
 test/unit/hash.c              |  2 +-
 test/unit/ntp_core.c          | 53 +++++++++++++++++++++++++++++++++++--------
 test/unit/ntp_core.keys       |  6 ++++-
 test/unit/test.c              | 10 ++++++++
 test/unit/test.h              |  3 +++
 test/unit/util.c              |  7 +++---
 18 files changed, 199 insertions(+), 55 deletions(-)
 create mode 100755 test/simulation/131-maxchange
 create mode 100755 test/simulation/132-logchange


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/