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 1eb8994c0052ac746f5084ff375fcd9896b93452 (commit) via 221e5fb5011594d12fa4b6e5f851dc70d0ae4775 (commit) via ecfbde9872e4adda7f0de03b775f55653730c825 (commit) via dec07aa844f81e275ff60d74e14e6fada3e4734a (commit) from 5b3d4dfe76679a01a920d7b45efa8b9d201fd986 (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 1eb8994c0052ac746f5084ff375fcd9896b93452 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Feb 2 16:38:11 2023 +0100 client: add -e option to indicate end of response In a non-tty session with chronyc it is not possible to detect the end of the response without relying on timeouts, or separate responses to a repeated command if using the -c option. Add -e option to end each response with a line containing a single dot. commit 221e5fb5011594d12fa4b6e5f851dc70d0ae4775 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Feb 2 15:05:05 2023 +0100 doc: improve description of refclock filter option commit ecfbde9872e4adda7f0de03b775f55653730c825 Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Feb 2 14:43:19 2023 +0100 doc: describe minimum useful ntsrefresh commit dec07aa844f81e275ff60d74e14e6fada3e4734a Author: Miroslav Lichvar <mlich...@redhat.com> Date: Thu Feb 2 11:12:31 2023 +0100 sourcestats: don't fudge refclock LastRx in sources report The sample time used in calculation of the last_meas_ago (LastRx) value in the sources report is aligned to the second to minimize the leak of the NTP receive timestamp, which could be useful in some attacks. There is no need to do that with reference clocks, which are often used with very short polling intervals and an extra second in the LastRx value can be misinterpreted as a missed sample. ----------------------------------------------------------------------- Summary of changes: client.c | 12 +++++++++++- doc/chrony.conf.adoc | 8 +++++++- doc/chronyc.adoc | 4 ++++ sourcestats.c | 7 ++++--- test/simulation/110-chronyc | 12 ++++++++++++ 5 files changed, 38 insertions(+), 5 deletions(-) hooks/post-receive -- chrony/chrony.git -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.