[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre2-57-gea425bf |
[ 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 ea425bf01e06ba04a2276bbe148baec23923ef6c (commit)
via 8567a0e4660377e1fc47d174d82ad5b8bf74948e (commit)
via f6bf12bdcdfe73129483bac800e92202ca62b447 (commit)
via e8968ea429e627b46592f3f15ed820cf4ccc37bd (commit)
via cf10ce1b683f8a25f8e920753f3720e97dd1549f (commit)
via 15dc83420de766ded0cc0c9198df0dd005b9ec6e (commit)
via 37dbc211cdb78ef3f17aa4af9de0b1fed39b0bab (commit)
via ed78cda6adadf28423cc859677fdab36a1947e97 (commit)
via faff931a76ed5316670c3c4231d24337cce16d14 (commit)
via 1e686716903d2e5c708cbe96277b2658f6b1dc84 (commit)
via 8eb167fd21ef64906661f0d3c645ff25109d685a (commit)
via bc46174e98fabe3ee17915286e23faf98d21706d (commit)
via b86c89460a03c4f7eeedafa3b26e3d56c04ea829 (commit)
via 03541f3626728ddce882109fe52ba7b862b5f05c (commit)
via 39a462496a096e6503c80af7b88e351f1c5f9da6 (commit)
via 7ba8994838d0cbb69890096051758975f7f3e80c (commit)
from 8da025da995592636199f3f9969d4c39a8d596df (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 ea425bf01e06ba04a2276bbe148baec23923ef6c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 3 12:22:18 2020 +0200
client: add tab-completition for authdata command
commit 8567a0e4660377e1fc47d174d82ad5b8bf74948e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 3 12:20:49 2020 +0200
client: add verbose text to authdata command
commit f6bf12bdcdfe73129483bac800e92202ca62b447
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 3 11:07:00 2020 +0200
test: extend siv unit test
commit e8968ea429e627b46592f3f15ed820cf4ccc37bd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 3 11:03:46 2020 +0200
siv: add gnutls support
Add support for the AES-SIV-CMAC cipher in gnutls using the AEAD
interface. It should be available in gnutls-3.6.14.
This will enable NTS support on systems that have a pre-3.6 version of
Nettle, without falling back to the internal SIV implementation.
commit cf10ce1b683f8a25f8e920753f3720e97dd1549f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 3 11:03:00 2020 +0200
nts: allow missing SIV support
When compiled with NTS support, don't require a SIV cipher to be always
supported (e.g. due to a different version of a library used for
building). Handle this case with a fatal message instead of crash.
Also, check the support early in the client unit test to prevent a hang.
commit 15dc83420de766ded0cc0c9198df0dd005b9ec6e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Jun 4 11:13:38 2020 +0200
test: fix sources unit test
Use different source addresses, fix a debug message and a memory leak.
commit 37dbc211cdb78ef3f17aa4af9de0b1fed39b0bab
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Jun 4 09:49:17 2020 +0200
sources: add more assertions
commit ed78cda6adadf28423cc859677fdab36a1947e97
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Jun 4 09:35:52 2020 +0200
sources: check for negative distance
This is not expected to happen, but make sure the endpoints of each
source are in the right order (i.e. the distance is not negative) to
prevent getting a negative depth in the selection.
commit faff931a76ed5316670c3c4231d24337cce16d14
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 2 18:54:41 2020 +0200
sources: require majority for trusted sources
Handle trusted sources as a separate set of sources which is required to
have a majority for the selection to proceed. This should improve the
selection with multiple trusted sources (e.g. due to the auth selection
mode).
commit 1e686716903d2e5c708cbe96277b2658f6b1dc84
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 2 18:06:46 2020 +0200
sources: relax selection of non-trusted sources
When the selection has some trusted sources, don't require non-trusted
sources to be contained in the best interval as that can usually pass
only one source if the best interval is the interval of the source, or
no source at all if the best interval is an intersection of multiple
sources.
Relax the requirement for non-trusted sources to be contained in the
best interval of trusted sources alone instead of all sources in the
trusted interval.
commit 8eb167fd21ef64906661f0d3c645ff25109d685a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 2 18:05:43 2020 +0200
sources: extend mark debug message
commit bc46174e98fabe3ee17915286e23faf98d21706d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 1 17:22:58 2020 +0200
sources: include hostname in selection log message
When selecting an NTP source, include the hostname in the log message.
commit b86c89460a03c4f7eeedafa3b26e3d56c04ea829
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 3 12:37:45 2020 +0200
cmdmon: update protocol changelog
commit 03541f3626728ddce882109fe52ba7b862b5f05c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon May 25 14:10:40 2020 +0200
cmdmon: add selectdata command
Add a command to report selection-specific data.
commit 39a462496a096e6503c80af7b88e351f1c5f9da6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon May 25 13:58:00 2020 +0200
cmdmon: don't report selection options in source report
The selection options returned as flags are not reported by the
client and will be better reported in a separate command with other
selection-specific data.
commit 7ba8994838d0cbb69890096051758975f7f3e80c
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon May 25 14:06:08 2020 +0200
client: fix help message to indicate mask is optional
-----------------------------------------------------------------------
Summary of changes:
candm.h | 41 ++++++--
client.c | 112 +++++++++++++++++++--
cmdmon.c | 48 ++++++++-
configure | 40 +++++---
doc/chronyc.adoc | 86 ++++++++++++++++
nts_ke_server.c | 7 +-
nts_ntp_server.c | 2 +
pktlength.c | 2 +
reports.h | 14 ++-
siv_gnutls.c | 237 +++++++++++++++++++++++++++++++++++++++++++++
sources.c | 159 +++++++++++++++++++++++++-----
sources.h | 3 +-
test/unit/nts_ntp_client.c | 2 +
test/unit/siv.c | 24 ++++-
test/unit/sources.c | 29 +++---
15 files changed, 728 insertions(+), 78 deletions(-)
create mode 100644 siv_gnutls.c
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.