[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.1.1-57-gb9cfdaf |
[ 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 b9cfdaf6660c13128ffefe0095d32f7d9082ba7e (commit)
via 5039f959e0624a8e40269f71341a336dbe538bec (commit)
via b7a54f8cd8c6285172734bf8d5daaf01fcfbd076 (commit)
via 7b6435b2b8bab7d0ef05d10395d5d732ebbd0ca3 (commit)
via 8854c00d481840c507423f773cfaea100e980d78 (commit)
via c0867b58f5c82f3bb545fb24828c7207a83391af (commit)
via 05183748a8cfc44cbf4764c43d6dfee0ddde32d0 (commit)
via e56154a68711422f6bb68e06bd5b35fa5bc6df31 (commit)
from e5784c1ca8821bb65b2b59e8d9cbe6539b4c7221 (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 b9cfdaf6660c13128ffefe0095d32f7d9082ba7e
Author: Bryan Christianson <bryan@xxxxxxxxxxxxx>
Date: Tue Aug 25 08:32:14 2015 +1200
sys_macosx: add option to run chronyd as real-time process
Adds option -P to chronyd on MacOS X which can be used to enable the
thread time constraint scheduling policy. This near real-time scheduling
policy removes a 1usec bias from the 'System time' offset.
commit 5039f959e0624a8e40269f71341a336dbe538bec
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Aug 25 16:27:36 2015 +0200
sources: add option to limit selection by root distance
Add maxdistance directive to set the maximum root distance the sources
are allowed to have to be selected. This is useful to reject NTPv4
sources that are no longer synchronized and report large dispersion.
The default value is 3 seconds.
commit b7a54f8cd8c6285172734bf8d5daaf01fcfbd076
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Aug 25 14:09:06 2015 +0200
configure: add new options to disable dropping root privileges
commit 7b6435b2b8bab7d0ef05d10395d5d732ebbd0ca3
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Aug 25 12:15:58 2015 +0200
sys_netbsd: allow running without root privileges
On NetBSD programs with write access to /dev/clockctl can adjust or set
the system clock without the root privileges. Add a function to drop the
privileges and check if the process has write access to the device to
get a more descriptive error message when the chrony uid/gid doesn't
match the owner of the device.
commit 8854c00d481840c507423f773cfaea100e980d78
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 24 17:15:31 2015 +0200
main: open cmdmon and NTP internet sockets before dropping root
Call the CAM, NIO, NCR initialization functions and setup the access
restrictions before root is dropped. This will be needed on NetBSD,
where it's not possible to bind sockets to privileged ports without the
root privileges. Split the creation of the Unix domain command socket
from the CAM initialization to keep the chrony user as the owner of the
socket.
commit c0867b58f5c82f3bb545fb24828c7207a83391af
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 24 15:08:39 2015 +0200
conf: allow wildcard patterns in include directive
Use glob() to match and read multiple configuration files with one
include directive.
commit 05183748a8cfc44cbf4764c43d6dfee0ddde32d0
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 24 14:57:39 2015 +0200
conf: extend logging in CNF_ReadFile()
commit e56154a68711422f6bb68e06bd5b35fa5bc6df31
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 24 13:25:39 2015 +0200
sys_linux: remove unused variables
-----------------------------------------------------------------------
Summary of changes:
chrony.texi.in | 55 +++++++++++++++++++++++++++++++++----------
chronyd.8.in | 8 ++++---
cmdmon.c | 16 +++++++++----
cmdmon.h | 1 +
conf.c | 30 +++++++++++++++++++++--
conf.h | 1 +
configure | 20 ++++++++++++----
main.c | 15 +++++++-----
sources.c | 10 ++++++++
sys.c | 4 ++++
sys_linux.c | 2 --
sys_macosx.c | 53 +++++++++++++++++++++++++++++++++++++++++
sys_macosx.h | 2 +-
sys_netbsd.c | 24 +++++++++++++++++++
sys_netbsd.h | 2 ++
sysincl.h | 1 +
test/simulation/114-presend | 1 +
17 files changed, 210 insertions(+), 35 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.