[chrony-dev] [GIT] chrony/chrony.git branch master updated. 2.4.1-130-g64f9205 |
[ 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 64f92051897d12f5fce799f0989beb45534af563 (commit)
via 535ca64bba35c7fd3386d1d1967631a9e3c0706b (commit)
via 7255f9ef7434c964dd4ff034073cb66e34411856 (commit)
via cdb0b6124f4cc14ed87624d45d3155cc7f3d7a59 (commit)
via 5fb1107cc7dae8ee776a67e09a42263b3f30fea2 (commit)
via 1045adaa88cbe1aed51ba5d609d724596219b7f4 (commit)
via ed286f361710ee5bbf148b8249d50ee715802620 (commit)
via 9f9dd7948bcf846fa8a5fa2e236dffd9c62f7a96 (commit)
via 9c760de6768d9ea2aa352b4715138c56c82ba176 (commit)
via 90229984cf44a1427c36c61e89ef3abdee1052f1 (commit)
via 2b3d64c31d382a00f0c9af4791494882a1d53d9e (commit)
via d23c647e34c41d6bf0bd5a79424427d1b31a16fd (commit)
via 2408bbcd77cabaaa03eebef80b79e78ce44fca50 (commit)
via d75f6830f190037421a66754849571fd0b495e35 (commit)
via 4d7eb2f7a66f99c8bd09d5e7b9d0d92159ce2c85 (commit)
from 3a67dedad6288ae5782516af8537f8d6be7e10ea (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 64f92051897d12f5fce799f0989beb45534af563
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 16:28:09 2016 +0100
client: add ntpdata command
commit 535ca64bba35c7fd3386d1d1967631a9e3c0706b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 15:02:35 2016 +0100
cmdmon: add ntpdata command
commit 7255f9ef7434c964dd4ff034073cb66e34411856
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 10:16:28 2016 +0100
client: fix format specifiers in sourcestats report
commit cdb0b6124f4cc14ed87624d45d3155cc7f3d7a59
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 10:15:58 2016 +0100
client: add new format specifiers to print_report()
commit 5fb1107cc7dae8ee776a67e09a42263b3f30fea2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 09:57:14 2016 +0100
client: print reference ID in hexadecimal
This is an incompatible change in the output of the tracking command,
which may break some scripts, but it's necessary to avoid confusion with
IPv4 addresses when synchronised to an IPv6 server or reference clock.
commit 1045adaa88cbe1aed51ba5d609d724596219b7f4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 14:22:36 2016 +0100
sources: give access to sourcestats instance
Give access to the sourcestats instance and remove all functions that
just translated to SST calls.
commit ed286f361710ee5bbf148b8249d50ee715802620
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Nov 25 09:21:44 2016 +0100
ntp: add new debug message
commit 9f9dd7948bcf846fa8a5fa2e236dffd9c62f7a96
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Nov 24 16:27:47 2016 +0100
ntp: fix logging of RX timestamp source in interleaved mode
commit 9c760de6768d9ea2aa352b4715138c56c82ba176
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Nov 24 10:09:50 2016 +0100
ntp: don't send presend packets in burst mode
commit 90229984cf44a1427c36c61e89ef3abdee1052f1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Nov 23 16:48:27 2016 +0100
ntp: allow presend of zero
Don't use zero as a special value for disabled and change the default
presend to a value larger than any valid poll.
commit 2b3d64c31d382a00f0c9af4791494882a1d53d9e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Nov 23 16:34:53 2016 +0100
ntp: send two presend packets in interleaved mode
In a burst of three requests (two presend + one normal) the server can
detect the client is using the interleaved mode and save the transmit
timestamp of the second response for the third response. This shortens
the interval in which the server has to keep the state.
commit d23c647e34c41d6bf0bd5a79424427d1b31a16fd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Nov 23 15:55:37 2016 +0100
ntp: shorten presend delay to 2 seconds
commit 2408bbcd77cabaaa03eebef80b79e78ce44fca50
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Nov 23 15:43:07 2016 +0100
ntp: process presend responses
Rework the code to make a real request for presend and process the
response, but don't accumulate the sample. This allows presend to work
in the interleaved client mode.
commit d75f6830f190037421a66754849571fd0b495e35
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Nov 23 14:03:12 2016 +0100
reference: randomize reference time
In unauthenticated interleaved symmetric NTP mode we should be now
careful with the reference timestamp as it may be useful with the peer
delay for estimating the local receive timestamp and increasing the
chance of spoofing a valid response from the peer.
When updating the reference time, add a random error of up to one second
to make it less sensitive when disclosed to NTP and cmdmon clients.
commit 4d7eb2f7a66f99c8bd09d5e7b9d0d92159ce2c85
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Nov 23 12:45:11 2016 +0100
ntp: don't reset polling interval when switching to/from online
This allows chronyd to ramp up the polling interval even when the source
is frequently switched between the online and offline modes.
-----------------------------------------------------------------------
Summary of changes:
candm.h | 45 ++++++++++-
client.c | 181 +++++++++++++++++++++++++++++++++++++-------
cmdmon.c | 48 ++++++++++++
doc/chrony.conf.adoc | 10 ++-
doc/chronyc.adoc | 97 +++++++++++++++++++++++-
doc/faq.adoc | 15 ++--
ntp_core.c | 145 ++++++++++++++++++++++++-----------
ntp_core.h | 4 +
ntp_sources.c | 21 +++++
ntp_sources.h | 2 +
pktlength.c | 2 +
reference.c | 12 ++-
reports.h | 29 +++++++
sources.c | 54 ++-----------
sources.h | 31 +-------
sourcestats.c | 8 ++
sourcestats.h | 2 +
srcparams.h | 2 +-
stubs.c | 6 ++
test/simulation/110-chronyc | 2 +-
test/simulation/114-presend | 2 +-
21 files changed, 548 insertions(+), 170 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.