[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 1.29.1-77-ga02149c |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "chrony/chrony.git".
The branch, master has been updated
via a02149cf6503c7d85093a32b86f3e18f3e313bcb (commit)
via 7aa4bbf62185f21ffda3a37a0022451487821b5b (commit)
via 5afddad0d2d3a6b2263a07652a1c0227f9f6b454 (commit)
via 0380cf0c766595c1d0ab56f0fe8c3e8b1c65aeba (commit)
via 6c2a1e62e0335ef1845ea62452ed4e7d90eadcae (commit)
via 6560628209c233198c4d9a85b54be6f77b634d20 (commit)
via 3cc81376a6f0d33a8385018565f9ca5ac13eac0e (commit)
via 8d02e5f680db533923ba6a11f27f0527695a785f (commit)
via f9e2213afdbe2acbc21b9519b72cba792fa540ef (commit)
via 8b362ba3e7d3bb148aa6c63707d92b8eb0502176 (commit)
via eecec8fffa66e0b7a9018156f83d74329a2e7ea5 (commit)
via a26058d425fe9b40a7153cccc68fe89d0fa3c519 (commit)
via c14b81f3a9ad3e5c19250f66b660cef23089af66 (commit)
via 0059a432548c55d821888fec07abbaee0617e8a9 (commit)
via 7dd3cc354d4c87b755bc6d23e56d219f86a96745 (commit)
via ce34aa0763d0c18cb757c1e1524f6dc308b13a7a (commit)
via 7a512ad9c37468ae5633aa770e0bf2e176aa4362 (commit)
via 0a56c0e8c19a8c3514b37cfc718876d221420f40 (commit)
via 0b71504ee9c57de912906e2561fbe847e8f54d34 (commit)
via 9479c6451e390ca07b0497b93eb8388c323435d8 (commit)
from 115e83f3aac4198605f6779b15695022c67193e1 (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 a02149cf6503c7d85093a32b86f3e18f3e313bcb
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 15:47:33 2014 +0100
doc: improve commandkey and keyfile descriptions
commit 7aa4bbf62185f21ffda3a37a0022451487821b5b
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 15:28:33 2014 +0100
ntp: set minpoll from received KoD RATE at most to 10
Limit changing minpoll to a reasonable maximum in case the server is
broken or temporarily misconfigured.
commit 5afddad0d2d3a6b2263a07652a1c0227f9f6b454
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 14:29:12 2014 +0100
ntp: print warning when source is added with unknown key
commit 0380cf0c766595c1d0ab56f0fe8c3e8b1c65aeba
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 13:16:37 2014 +0100
ntp: reset negative minpoll or maxpoll to default values
commit 6c2a1e62e0335ef1845ea62452ed4e7d90eadcae
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 12:47:52 2014 +0100
cmdparse: don't allow NTP key ID of 0
Key number 0 is used as inactive key, prevent the user from
inadvertently not using authentication.
commit 6560628209c233198c4d9a85b54be6f77b634d20
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 12:05:48 2014 +0100
test: add 111-knownclient
commit 3cc81376a6f0d33a8385018565f9ca5ac13eac0e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Fri Mar 21 12:04:10 2014 +0100
test: add port number check
commit 8d02e5f680db533923ba6a11f27f0527695a785f
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 19:14:47 2014 +0100
ntp: make use of NCR_ProcessUnknown in NCR_ProcessKnown
After recent changes the code in NCR_ProcessKnown is now identical and
can be replaced with NCR_ProcessUnknown call.
commit f9e2213afdbe2acbc21b9519b72cba792fa540ef
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 19:09:04 2014 +0100
ntp: don't store tx time stamp when replying to known source
commit 8b362ba3e7d3bb148aa6c63707d92b8eb0502176
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 19:00:08 2014 +0100
ntp: don't reply to known source if missing key or invalid auth
This is now similar to replying to unknown sources.
commit eecec8fffa66e0b7a9018156f83d74329a2e7ea5
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 18:46:41 2014 +0100
test: extend 105-ntpauth
commit a26058d425fe9b40a7153cccc68fe89d0fa3c519
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 18:29:44 2014 +0100
ntp: don't send requests with unknown key
There is no point in sending a request if the configured key is missing.
A reply would be ignored anyway.
commit c14b81f3a9ad3e5c19250f66b660cef23089af66
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 18:23:55 2014 +0100
ntp: remove unnecessary KEY_KeyKnown calls
commit 0059a432548c55d821888fec07abbaee0617e8a9
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 18:12:46 2014 +0100
keys: don't cache position for unknown keys
commit 7dd3cc354d4c87b755bc6d23e56d219f86a96745
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 15:51:51 2014 +0100
client: print positive signed freq and offset values with sign
commit ce34aa0763d0c18cb757c1e1524f6dc308b13a7a
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 16:17:15 2014 +0100
test: make 110-chronyc more tolerant
commit 7a512ad9c37468ae5633aa770e0bf2e176aa4362
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Thu Mar 20 13:47:08 2014 +0100
tempcomp: print warning message on error
commit 0a56c0e8c19a8c3514b37cfc718876d221420f40
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Mar 19 17:38:34 2014 +0100
tempcomp: use macro to set maximum allowed compensation
commit 0b71504ee9c57de912906e2561fbe847e8f54d34
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Mar 19 17:08:52 2014 +0100
sourcestats: fix signedness in scanf format
commit 9479c6451e390ca07b0497b93eb8388c323435d8
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Mar 19 17:03:18 2014 +0100
makefile: improve check rule
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
chrony.texi.in | 10 ++-
client.c | 18 +++-
cmdparse.c | 3 +-
keys.c | 33 ++----
logging.h | 1 +
ntp_core.c | 111 ++++++++------------
sourcestats.c | 3 +-
tempcomp.c | 13 ++-
test/simulation/105-ntpauth | 11 ++-
test/simulation/110-chronyc | 12 +-
.../{007-largewander => 111-knownclient} | 11 +--
test/simulation/test.common | 19 ++++
13 files changed, 131 insertions(+), 116 deletions(-)
copy test/simulation/{007-largewander => 111-knownclient} (59%)
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.