[chrony-dev] [GIT] chrony/chrony.git branch master updated. 4.0-pre2-64-ge1d9a57 |
[ 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 e1d9a57bd0a3d4100abd59236daea1f962833caf (commit)
via 1b82604f615f5ac35992697c0bea8ba7092172d1 (commit)
via d69ac0718366995bdd50066723c746dc0f08f344 (commit)
via 519796de3756d8802da381dca4012d319f82e9ad (commit)
via ea4811b3b3086dcb62ad437f58dc7101e5d117a4 (commit)
via 951f14ae06fbe51fe20b4999baaa7b18dc0c7122 (commit)
via 428f9e42283118b7a2d552628d4118ba3aa5a3ac (commit)
from ea425bf01e06ba04a2276bbe148baec23923ef6c (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 e1d9a57bd0a3d4100abd59236daea1f962833caf
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 10 15:28:17 2020 +0200
conf: reset global pointers after parsing line
Don't leave dangling pointers in CNF_ParseLine().
commit 1b82604f615f5ac35992697c0bea8ba7092172d1
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 10 13:13:11 2020 +0200
main: add option to print configuration
Add -p option to chronyd to print lines from the configuration as they
are parsed and exit. It can be used to verify the syntax and get the
whole configuration when it is split into multiple files.
commit d69ac0718366995bdd50066723c746dc0f08f344
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 10 11:20:43 2020 +0200
cmdmon: add reload sources command
Add the command which reloads the files from the directories specified
by the sourcedirs directive.
commit 519796de3756d8802da381dca4012d319f82e9ad
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 10 11:07:48 2020 +0200
conf: add sourcedirs directive
Add a new directive to include configuration files that only specify NTP
sources and which will be possible to reload with a chronyc command.
commit ea4811b3b3086dcb62ad437f58dc7101e5d117a4
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Jun 10 12:37:15 2020 +0200
conf: detect truncated lines
If the buffer filled by fgets() is full, indicating it might not contain
the whole line, abort with a fatal message.
commit 951f14ae06fbe51fe20b4999baaa7b18dc0c7122
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Jun 9 11:59:25 2020 +0200
ntp: add configuration ID to sources
Provide an ID for each configured NTP source to enable tracking and
removing of its corresponding sources, even after they change their
address.
commit 428f9e42283118b7a2d552628d4118ba3aa5a3ac
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Jun 8 15:14:22 2020 +0200
test: disable object dependencies in main makefile
When the main makefile is used to get the list of chronyd objects in
order to build the unit tests, clang started (with the -MM option) to
generate the dependency files prints error messages about wrong
inclusions. Set a NODEPS variable to completely disable the generation
of the files.
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +
candm.h | 3 +-
client.c | 25 ++++-
cmdmon.c | 15 ++-
conf.c | 250 ++++++++++++++++++++++++++++++++++++++++++++----
conf.h | 4 +
doc/chrony.conf.adoc | 15 +++
doc/chronyc.adoc | 5 +
doc/chronyd.adoc | 6 ++
main.c | 17 +++-
ntp_sources.c | 53 ++++++++--
ntp_sources.h | 8 +-
pktlength.c | 1 +
stubs.c | 11 ++-
test/unit/Makefile.in | 3 +-
test/unit/ntp_sources.c | 2 +-
16 files changed, 382 insertions(+), 38 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.