[chrony-dev] [GIT] chrony/chrony.git branch master updated. 2.4.1-146-gb95c2a3

[ 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  b95c2a3f78de43e2dbad1812733db53c0969f643 (commit)
       via  53b661b59d8617be2ebf2cd8292f21ee9d097e5b (commit)
       via  a049c9e0f8f3d4bf14098c1237d865d03d96b4fb (commit)
       via  35134848524fe06e3c87cf685eb1a4cb886625a8 (commit)
       via  2d67871bbf5f1bcfbc0a780a43fbcef763d5d415 (commit)
       via  e6e9a472dbeefc17a595c708cbf9b2ff08bf04c0 (commit)
       via  1d5d76854550554408faf66ab3b1e0959ce17893 (commit)
       via  6c8588c13ca397b75fb07c0f34e16f37eb7e6d97 (commit)
       via  89b127bf6cfacfb2fd19224a94c320d349551104 (commit)
       via  38c4a7ff97c217715359d459a81262862c66a3b4 (commit)
       via  2f5b4aea91a46e233bdb31e0986edf187b7fd4ae (commit)
       via  4fc6a1b42403f2100db4ec62ba4ea160dcc86e9d (commit)
       via  6b3800cc94e9f1042d815f90c83c2c51f87d2957 (commit)
       via  633a007b7bf4790e8cba85826a028a85802cbceb (commit)
       via  756c2e9afbd9b6defc9ab03ab1b08c5fe972a576 (commit)
       via  27ea58d5fd0e1c96e2c129e4a8f37587e6130686 (commit)
      from  64f92051897d12f5fce799f0989beb45534af563 (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 b95c2a3f78de43e2dbad1812733db53c0969f643
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Dec 2 13:25:34 2016 +0100

    configure: rename SOCKDIR to RUNDIR

commit 53b661b59d8617be2ebf2cd8292f21ee9d097e5b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Dec 2 14:31:04 2016 +0100

    regress: remove unused struct declaration

commit a049c9e0f8f3d4bf14098c1237d865d03d96b4fb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Dec 2 09:15:42 2016 +0100

    conf: increase default minsamples and polltarget
    
    Change default minsamples to 6 and polltarget to 8. This should improve
    stability with extremely small jitters (e.g. HW timestamping) and not
    decrease time accuracy at minimum polling interval too much.

commit 35134848524fe06e3c87cf685eb1a4cb886625a8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Dec 1 15:57:39 2016 +0100

    main: add -t option to chronyd
    
    This option sets a timeout (in seconds) after which chronyd will exit.
    If the clock is not synchronised, it will exit with a non-zero status.
    This is useful with the -q or -Q option to shorten the maximum time
    waiting for measurements, or with the -r option to limit the time when
    chronyd is running, but still allow it to adjust the frequency of the
    system clock.

commit 2d67871bbf5f1bcfbc0a780a43fbcef763d5d415
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Thu Dec 1 08:32:35 2016 +0100

    ntp: don't make client log entries for broadcast TX

commit e6e9a472dbeefc17a595c708cbf9b2ff08bf04c0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Nov 29 13:26:46 2016 +0100

    ntp: avoid truncation of NTPv4 MACs by default
    
    If the MAC in NTPv4 requests would be truncated, use version 3 by
    default to avoid the truncation. This is necessary for compatibility
    with older chronyd servers, which do not respond to messages with
    truncated MACs.

commit 1d5d76854550554408faf66ab3b1e0959ce17893
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Fri Dec 2 08:53:49 2016 +0100

    test: extend 105-ntpauth

commit 6c8588c13ca397b75fb07c0f34e16f37eb7e6d97
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Nov 29 12:59:57 2016 +0100

    ntp: truncate MACs in NTPv4 packets
    
    When sending an NTPv4 packet, truncate long MAC to 192 bits to follow
    RFC 7822.

commit 89b127bf6cfacfb2fd19224a94c320d349551104
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Nov 29 12:52:20 2016 +0100

    ntp: accept NTPv4 packets with truncated MACs
    
    In order to allow deterministic parsing of NTPv4 extension fields, the
    MAC must not be longer than 192 bits (RFC 7822). One way to get around
    this limitation when using symmetric keys which produce longer MACs is
    to truncate them to 192 bits (32-bit key ID and 160-bit hash).
    
    Modify the code to accept NTPv4 packets with MACs truncated to 192
    bits, but still allow long MACs in NTPv4 packets to not break
    compatibility with older chrony clients.

commit 38c4a7ff97c217715359d459a81262862c66a3b4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Nov 29 11:32:39 2016 +0100

    keys: add support for checking truncated MACs

commit 2f5b4aea91a46e233bdb31e0986edf187b7fd4ae
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Tue Nov 29 11:04:17 2016 +0100

    util: move authentication and password decoding functions to keys
    
    This doesn't need to be included in chronyc.

commit 4fc6a1b42403f2100db4ec62ba4ea160dcc86e9d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Nov 28 16:42:31 2016 +0100

    doc: update FAQ

commit 6b3800cc94e9f1042d815f90c83c2c51f87d2957
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Nov 28 16:02:51 2016 +0100

    doc: update man pages

commit 633a007b7bf4790e8cba85826a028a85802cbceb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Nov 28 11:42:43 2016 +0100

    doc: update README

commit 756c2e9afbd9b6defc9ab03ab1b08c5fe972a576
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Nov 28 10:43:27 2016 +0100

    ntp: fix length modifier of refid in measurements log

commit 27ea58d5fd0e1c96e2c129e4a8f37587e6130686
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Nov 28 10:43:12 2016 +0100

    client: zero pad reference ID

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

Summary of changes:
 README                      |  38 +++------
 client.c                    |   2 +-
 cmdparse.c                  |   2 +-
 conf.c                      |   2 +-
 configure                   |  16 ++--
 doc/Makefile.in             |   4 +-
 doc/chrony.conf.adoc        | 183 +++++++++++++++++++++++++++-----------------
 doc/chronyc.adoc            |   2 +-
 doc/chronyd.adoc            |  26 ++++---
 doc/faq.adoc                |  24 +++++-
 keys.c                      |  84 ++++++++++++++++++--
 keys.h                      |   5 +-
 main.c                      |  19 ++++-
 ntp.h                       |   4 +
 ntp_core.c                  |  63 +++++++++++----
 regress.c                   |  14 ----
 srcparams.h                 |   2 +-
 test/simulation/105-ntpauth |  16 ++--
 util.c                      |  51 ------------
 util.h                      |   8 --
 20 files changed, 334 insertions(+), 231 deletions(-)


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/