[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre4-27-g4779adc

[ 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  4779adcb501d9d2a99d2fa40b646fe7f0899792f (commit)
       via  01e29ec6856d1748921666e7905ded4006842764 (commit)
       via  e4cccc115dcdd8ec093055fae554a0062edf3606 (commit)
       via  8e9716d5d4777c7bca2194bae275290eeeafd75e (commit)
       via  a96d288027cb04ab41323b906e456133e730a977 (commit)
       via  545d2563ef20c36e5106bed922d683ca610ccd8f (commit)
       via  1494ef1df34685d307b37549c1392655686dbae1 (commit)
       via  698f270b5bb5c7a3dcbf79d8e959108c791b469f (commit)
       via  f15f6a86b05c67d2317694447edd66b064b9d17a (commit)
       via  5d60d611ae63590cfafd6aa0e0501a24171f396c (commit)
       via  6e71e902c89855de176be8eb33cfe511f113cb00 (commit)
       via  473cb3c9689ad888e8bba6d9042b314341e4c195 (commit)
      from  df43ebe9e0347fbf7975a53a3015af2c54de94c5 (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 4779adcb501d9d2a99d2fa40b646fe7f0899792f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 13:09:29 2020 +0200

    doc: improve FAQ

commit 01e29ec6856d1748921666e7905ded4006842764
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 11:15:03 2020 +0200

    doc: improve ntsrotate description

commit e4cccc115dcdd8ec093055fae554a0062edf3606
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 18:25:50 2020 +0200

    sys_netbsd: don't check access to /dev/clockctl with -x
    
    With the -x option there is no need for write access to /dev/clockctl.

commit 8e9716d5d4777c7bca2194bae275290eeeafd75e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 18:14:23 2020 +0200

    sys: don't start privops helper for NTS-KE helper
    
    The NTS-KE helper doesn't need to bind sockets or adjust the clock.
    Don't start the privops helper, or keep the capabilities, when dropping
    root privileges in its context.

commit a96d288027cb04ab41323b906e456133e730a977
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 18:10:35 2020 +0200

    sys: specify process context for dropping root
    
    Similarly to enabling the syscall filter, specify what kind of chronyd
    process is dropping the root privileges.

commit 545d2563ef20c36e5106bed922d683ca610ccd8f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 16:17:45 2020 +0200

    configure: don't check for getrandom when arc4random is present
    
    On FreeBSD 12, both functions seem to be available. Prefer arc4random.

commit 1494ef1df34685d307b37549c1392655686dbae1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 14:06:27 2020 +0200

    test: improve sources unit test

commit 698f270b5bb5c7a3dcbf79d8e959108c791b469f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 11:05:37 2020 +0200

    cmdmon: add leap status to selectdata report

commit f15f6a86b05c67d2317694447edd66b064b9d17a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 10:16:53 2020 +0200

    sched: include unexpected jumps in monotonic time
    
    Update the monotonic time before the timestamps are corrected for
    unexpected jumps, e.g. due to the computer being suspended and resumed,
    and switch to the raw timestamps. This should allow the NTS refresh
    interval to better follow real time, but it will not be corrected for
    a frequency offset if the clock is not synchronized (e.g. with -x).

commit 5d60d611ae63590cfafd6aa0e0501a24171f396c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 09:58:31 2020 +0200

    cmdmon: fix link-local address check
    
    Don't check for a link-local address on path of a Unix domain socket.
    
    Fixes: 4e747da4b482 ("ntp+cmdmon: fix responding to link-local addresses")

commit 6e71e902c89855de176be8eb33cfe511f113cb00
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 09:51:52 2020 +0200

    socket: process all message headers
    
    If multiple messages were received, don't stop their processing if some
    header fails.
    
    Fixes: 86a3ef9ed192 ("socket: add new socket support")

commit 473cb3c9689ad888e8bba6d9042b314341e4c195
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date:   Mon Oct 5 09:39:11 2020 +0200

    socket: always process control messages
    
    Even if a received message will not be returned to the caller (e.g.
    because it is truncated), process its control messages to avoid leaking
    received descriptors.
    
    Fixes: f231efb811ee ("socket: add support for sending and receiving descriptors")

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

Summary of changes:
 candm.h                |  3 ++-
 client.c               | 17 +++++++-------
 cmdmon.c               |  4 +++-
 configure              | 10 ++++----
 doc/chrony.conf.adoc   |  9 ++++---
 doc/chronyc.adoc       | 16 +++++++++----
 doc/faq.adoc           | 37 +++++++++++++++++++++++------
 main.c                 |  2 +-
 nts_ke_server.c        |  2 +-
 reports.h              |  1 +
 sched.c                |  4 ++--
 socket.c               | 64 +++++++++++++++++++++++++++++---------------------
 sources.c              |  1 +
 sys.c                  | 12 +++++-----
 sys.h                  | 10 ++++----
 sys_linux.c            |  8 +++++--
 sys_linux.h            |  4 ++--
 sys_macosx.c           |  5 ++--
 sys_macosx.h           |  4 +++-
 sys_netbsd.c           |  8 +++++--
 sys_netbsd.h           |  4 +++-
 sys_solaris.c          |  5 ++--
 sys_solaris.h          |  4 +++-
 test/system/007-cmdmon |  6 ++---
 test/unit/sources.c    |  9 +++++++
 25 files changed, 161 insertions(+), 88 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/