[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre1-26-ge569e1c |
[ 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 e569e1c9d9de7e4669561743cc6af25daf28c0cd (commit)
via 7be360041c3bd94b4faa8780d7018d31633a9c4f (commit)
via 2fa83b541c36732c1f32ba9c559fb00ff5a4fdf2 (commit)
via 8db9d59dacb1f2eeef0b0450bd391e5b55710095 (commit)
via adcf0734846308841722075feedbe012e1d9af1e (commit)
via 529685841177eae8e265ca0e8d762d951c556c8e (commit)
via d6034263894fbc9e0d10571bc0b3abab262005f6 (commit)
via d3f429296899c6d68fa81aeff8d5af5e33da45e1 (commit)
via 4dde7198c8a512d031783ee69af39d797fa11603 (commit)
via b145d3ff510d1a557fa957483f528857752efcf4 (commit)
from 9b98247d9c7f249c3ca79c8149e4158a981f2c6a (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 e569e1c9d9de7e4669561743cc6af25daf28c0cd
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Apr 9 16:51:10 2020 +0200
test: extend 139-nts test
commit 7be360041c3bd94b4faa8780d7018d31633a9c4f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Apr 9 15:07:07 2020 +0200
nts: extend server key file format
Include in the key dump file an identifier, the AEAD number, and the
age of the last key to improve robustness and avoid generating a new key
immediately on start.
Also, improve the code that saves and loads the file.
commit 2fa83b541c36732c1f32ba9c559fb00ff5a4fdf2
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Apr 9 10:33:55 2020 +0200
nts: save and load cookies on client
Save the NTS context and cookies to files in the NTS dumpdir when the
client NTS instances are destroyed or the address is changed, and reload
the data to avoid unnecessary NTS-KE requests when chronyd is restarted
or it is switching between different addresses resolved from the NTS-KE
or NTP name.
commit 8db9d59dacb1f2eeef0b0450bd391e5b55710095
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Apr 8 15:51:41 2020 +0200
nts: rename ntscachedir directive to ntsdumpdir
This makes the naming consistent with the existing dumpdir directive and
the dump command.
commit adcf0734846308841722075feedbe012e1d9af1e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Mar 30 18:06:57 2020 +0200
nts: refactor NTS context
Add a context structure for the algorithm and keys established by
NTS-KE. Modify the client to save the context and reset the SIV key to
the C2S/S2C key before each request/response instead of keeping two SIV
instances.
This will make it easier for the server to support different algorithms
and allow the client to save the context with cookies to disk.
commit 529685841177eae8e265ca0e8d762d951c556c8e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 26 17:14:06 2020 +0100
nts: drop unused constant
commit d6034263894fbc9e0d10571bc0b3abab262005f6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Apr 9 09:59:39 2020 +0200
util: add function to split string into words
commit d3f429296899c6d68fa81aeff8d5af5e33da45e1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Apr 8 15:16:18 2020 +0200
util: constify input parameters
commit 4dde7198c8a512d031783ee69af39d797fa11603
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Apr 8 15:15:50 2020 +0200
sources: constify parameters of log_selection_message()
commit b145d3ff510d1a557fa957483f528857752efcf4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Mar 30 10:37:17 2020 +0200
doc: add sourcename to list of remote commands
-----------------------------------------------------------------------
Summary of changes:
conf.c | 15 +--
conf.h | 2 +-
doc/chrony.conf.adoc | 2 +-
doc/chronyc.adoc | 3 +-
nts_ke.h | 6 ++
nts_ke_client.c | 15 ++-
nts_ke_client.h | 3 +-
nts_ke_server.c | 131 ++++++++++++++++---------
nts_ke_server.h | 8 +-
nts_ntp_client.c | 234 +++++++++++++++++++++++++++++++++++++--------
nts_ntp_server.c | 19 ++--
sources.c | 2 +-
test/simulation/139-nts | 34 ++++++-
test/unit/nts_ke_server.c | 22 +++--
test/unit/nts_ntp_client.c | 35 ++++---
test/unit/nts_ntp_server.c | 17 ++--
test/unit/util.c | 35 ++++++-
util.c | 96 ++++++++++++-------
util.h | 71 ++++++++------
19 files changed, 537 insertions(+), 213 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.