[chrony-dev] [GIT] chrony/chrony.git branch master updated. 3.1-pre1-17-g5187c08 |
[ 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 5187c08c9079ddb3e3da69b7997154bee1616974 (commit)
via c8076ac10d5c82d290e7e2f3194b38508aa2bed0 (commit)
via 362d155558323a550aef6207a2f46bcec10c010e (commit)
via 7b7eb0a6e550ff4b366b4d0a803ed7d742da8c38 (commit)
via d96f49f67d276a68243fca6611c76aac34e16b15 (commit)
via 43ba5d2126169cabaed6a4a134f55b0780f84daf (commit)
via 48f7598fed06ef83dd4e203067f1adae2bdd0d9d (commit)
via 510b22e96b4fdc57f155a1a562770610d00866f4 (commit)
via 0a0aff14d8b2ba0bbf328c1fbaddcbbededf91ae (commit)
from e225ac68bc3e363e82c2b4937243eb18ef5d3cf4 (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 5187c08c9079ddb3e3da69b7997154bee1616974
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jan 31 10:05:45 2017 +0100
doc: update NEWS
commit c8076ac10d5c82d290e7e2f3194b38508aa2bed0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jan 31 11:20:08 2017 +0100
makefile: fix distclean target to not print errors
commit 362d155558323a550aef6207a2f46bcec10c010e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 18:33:19 2017 +0100
examples: improve configuration examples
commit 7b7eb0a6e550ff4b366b4d0a803ed7d742da8c38
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 15:07:48 2017 +0100
examples: improve systemd unit files
Add the PrivateTmp, ProtectHome, and ProtectSystem directives to better
secure the system from chronyd. It's taken from the Debian chrony
package.
commit d96f49f67d276a68243fca6611c76aac34e16b15
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 14:44:57 2017 +0100
test: add keys unit test
commit 43ba5d2126169cabaed6a4a134f55b0780f84daf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 12:34:43 2017 +0100
doc: document rekey in chronyc man page
For some reason this useful command was never documented.
commit 48f7598fed06ef83dd4e203067f1adae2bdd0d9d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 12:14:03 2017 +0100
client: add rekey to help text
commit 510b22e96b4fdc57f155a1a562770610d00866f4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 10:55:40 2017 +0100
util: fix more coverity warnings
Coverity doesn't seem to like the new field in the IPAddr struct (used
as explicit padding of the structure) to be left uninitialized, even
though it's never used for anything and is cleared by memset() in
UTI_IPHostToNetwork() before leaving the process.
commit 0a0aff14d8b2ba0bbf328c1fbaddcbbededf91ae
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jan 30 09:22:51 2017 +0100
conf: add rawmeasurements log option
While the measurements log can be useful for debugging problems in NTP
configuration (e.g. authentication failures with symmetric keys), it
seems most users are interested only in valid measurements (e.g. for
producing graphs) and don't expect/handle entries where some of the RFC
5905 tests 1-7 failed. Modify the measurements log option to log only
valid measurements, and for debugging purposes add a new rawmeasurements
option.
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 4 +-
NEWS | 2 +
client.c | 1 +
conf.c | 9 ++-
conf.h | 2 +-
doc/chrony.conf.adoc | 14 +++-
doc/chronyc.adoc | 4 ++
examples/chrony-wait.service | 1 +
examples/chrony.conf.example1 | 4 +-
examples/chrony.conf.example2 | 15 +++--
examples/chrony.conf.example3 | 67 ++++++++++---------
examples/chronyd.service | 3 +
ntp_core.c | 5 +-
test/unit/keys.c | 147 ++++++++++++++++++++++++++++++++++++++++++
util.c | 4 ++
15 files changed, 234 insertions(+), 48 deletions(-)
create mode 100644 test/unit/keys.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.