[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre2-39-g11bffa0 |
[ 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 11bffa0d55ce4878a34583dbf7377a927b2a56ab (commit)
via 5f6f265f8089904f45d95b985b0e603a47562ecf (commit)
via bf92314dc4edded4b559c6094f743627359ab206 (commit)
via a3fda9f992be4d37903342e51be1a8e97bd814a5 (commit)
via cd34b377aa6e77a823de12d84eee8fb9c0b7d0ee (commit)
via 145423068b7510edff3232ffdcf582d669a13af8 (commit)
via fb4c3f31c0896084d550c66745a6ecc49ff976e4 (commit)
via 60049f155106c472d63e7cd172cf3514fdc986e8 (commit)
via e555548dda8663f0e9652cef1050c5ee0444793e (commit)
via eedf61b3a22475ba27c2b7130a5efb1c14431c4c (commit)
via ab54f76a38a27410ba168ea739f4575c65d4acf4 (commit)
via f8df4789b1dc46af370ad015f2b1e2c46e26e545 (commit)
via 6366ebc17eaf07d6df4381c5c16933ab97791f0c (commit)
via 3a2d33d5a37c69e0e0a58773954fca65fc9c3efb (commit)
via 1afd5b23d77876089bf814fe09c53022258dbfee (commit)
via 17fb9e37097833d3a6bfafc00d376acefc36f64c (commit)
from 7a7295992f76def739f0110f1e8f1346ff3a032e (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 11bffa0d55ce4878a34583dbf7377a927b2a56ab
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu May 21 12:42:20 2020 +0200
doc: improve answer for chronyc error in FAQ
commit 5f6f265f8089904f45d95b985b0e603a47562ecf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu May 21 11:47:38 2020 +0200
local: don't remove handlers in finalization
Require all handlers to be deregistered by their users before the local
finalization.
commit bf92314dc4edded4b559c6094f743627359ab206
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu May 21 11:45:38 2020 +0200
test: check logs for assertion failures
commit a3fda9f992be4d37903342e51be1a8e97bd814a5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu May 21 10:49:26 2020 +0200
nts: free client cert credentials when not used
Destroy the client cert credentials when destroying the last NKC
instance instead of NKC_Finalise(). This allows the client to reload the
trusted cert file between NTS-KE sessions.
commit cd34b377aa6e77a823de12d84eee8fb9c0b7d0ee
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu May 21 10:48:51 2020 +0200
nts: add debug messages for gnutls init/deinit
commit 145423068b7510edff3232ffdcf582d669a13af8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 18:06:43 2020 +0200
ntp: change NSR_RemoveSource() to accept IP address only
Change the function to accept IP address alone to make it clear that the
port is ignored.
commit fb4c3f31c0896084d550c66745a6ecc49ff976e4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 17:47:16 2020 +0200
ntp: refactor slot finding
Change the find_slot() function to not match port and return the found
status directly. Add a separate function for matching both address and
port.
commit 60049f155106c472d63e7cd172cf3514fdc986e8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 16:20:43 2020 +0200
conf: replace empty strings with NULL
Avoid mixing empty strings with NULLs in configuration strings to make
the handling of default or disabled values consistent.
commit e555548dda8663f0e9652cef1050c5ee0444793e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 12:53:16 2020 +0200
reference: fix offset sign in log message
In the maxchange check, log the original offset instead of the absolute
value.
commit eedf61b3a22475ba27c2b7130a5efb1c14431c4c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 12:14:59 2020 +0200
clientlog: add debug message for maximum number of records
commit ab54f76a38a27410ba168ea739f4575c65d4acf4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 12:02:03 2020 +0200
cmdmon: report new client and server statistics
Report the new clientlog data in the clients and serverstats reports.
Add -k option to the clients command to select between command and
NTS-KE data.
commit f8df4789b1dc46af370ad015f2b1e2c46e26e545
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 10:49:45 2020 +0200
clientlog: count authenticated NTP requests
commit 6366ebc17eaf07d6df4381c5c16933ab97791f0c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue May 19 14:22:00 2020 +0200
clientlog: add NTS-KE service
Instead of sharing the NTP rate limiting with NTS-KE, specify a new
service for NTS-KE and use it in the NTS-KE server.
Add ntsratelimit directive for configuration.
commit 3a2d33d5a37c69e0e0a58773954fca65fc9c3efb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue May 19 13:45:31 2020 +0200
clientlog: refactor client record and API
Refactor the client record and clientlog API to reuse more code between
different services and enumerate the services instead of hardcoding NTP
and cmdmon.
commit 1afd5b23d77876089bf814fe09c53022258dbfee
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue May 19 12:02:28 2020 +0200
clientlog: fix time_t variables
The last_hit and oldest_hit timestamps are uint32_t, not time_t.
commit 17fb9e37097833d3a6bfafc00d376acefc36f64c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed May 20 17:35:08 2020 +0200
stubs: add NSR_GetAuthReport()
Fixes: 79c7384e5e47 ("cmdmon: add authdata command")
-----------------------------------------------------------------------
Summary of changes:
candm.h | 16 ++-
client.c | 34 +++--
clientlog.c | 327 +++++++++++++++++++++++---------------------
clientlog.h | 13 +-
cmdmon.c | 24 ++--
conf.c | 44 ++++--
conf.h | 1 +
doc/chrony.conf.adoc | 11 ++
doc/chronyc.adoc | 42 +++---
doc/faq.adoc | 14 +-
local.c | 12 +-
logging.c | 2 +-
main.c | 13 +-
manual.c | 1 +
ntp_core.c | 6 +-
ntp_sources.c | 270 ++++++++++++++----------------------
ntp_sources.h | 2 +-
nts_ke_client.c | 30 ++--
nts_ke_client.h | 4 -
nts_ke_server.c | 4 +-
nts_ke_session.c | 2 +
pktlength.c | 6 +-
reference.c | 5 +-
reports.h | 7 +
rtc_linux.c | 4 +
smooth.c | 4 +
sources.c | 5 +-
stubs.c | 18 +--
sys_generic.c | 2 +
test/simulation/test.common | 1 +
test/unit/clientlog.c | 21 ++-
test/unit/ntp_sources.c | 8 +-
test/unit/nts_ke_client.c | 2 -
33 files changed, 489 insertions(+), 466 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.