[chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.1.1-31-gb6a27df |
[ 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 b6a27df5b9be0f07f151c8fba311cb7eadb2b13e (commit)
via 18d514d55272e0895dd9bf40f81ded7c9d857ede (commit)
via f1ed08abf020cec229af6d60104d37d5ee288ef6 (commit)
via 6d42dd860350d0e64a73f774ca60a022c2d43615 (commit)
via e7100e106dc8d511f5403e2e4d739b91515fe282 (commit)
via 6402350c833570dce58f9b207d2b394d674db97d (commit)
via 236576c1249d40bfb178a0ae585b141ca2180198 (commit)
from 9a83cab2f8423f1b7895b21495db2c274298d438 (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 b6a27df5b9be0f07f151c8fba311cb7eadb2b13e
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Wed Aug 12 15:48:13 2015 +0200
sys: include predicted drift in adjtime() offset
In drivers with periodic drift removal include in the adjustment also a
prediction of the error gained in half of the interval to move the mean
offset of the clock closer to zero. E.g. offset of a stable clock
drifting by 10 ppm should now be closer to 0 +/- 5 microseconds instead
of 5 +/- 5 microseconds.
commit 18d514d55272e0895dd9bf40f81ded7c9d857ede
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 10 17:32:34 2015 +0200
sys: define NETBSD macro on NetBSD
commit f1ed08abf020cec229af6d60104d37d5ee288ef6
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Tue Aug 11 17:41:02 2015 +0200
conf: create directory for Unix domain command socket
Try to create the directory where will be the Unix domain command socket
bound to allow starting with empty /var/run. Check the permissions and
owner/group in case the directory already existed. It MUST NOT be
accessible by others as permissions on Unix domain sockets are ignored
on some systems (e.g. Solaris).
commit 6d42dd860350d0e64a73f774ca60a022c2d43615
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 10 17:02:12 2015 +0200
conf: create directories before dropping root
Create logdir and dumpdir before dropping root. Set their uid/gid to the
user chronyd will switch to. This allows chronyd to create the
directories in a directory where the user won't have write permissions
(e.g. /var/lib).
commit e7100e106dc8d511f5403e2e4d739b91515fe282
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 10 16:24:45 2015 +0200
main: always call getpwnam()
Don't hardcode root as the user with zero uid/gid.
commit 6402350c833570dce58f9b207d2b394d674db97d
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 10 15:53:36 2015 +0200
sys: move getpwnam() call to main.c
Pass uid/gid instead of user name to the root dropping function.
commit 236576c1249d40bfb178a0ae585b141ca2180198
Author: Miroslav Lichvar <mlichvar@xxxxxxxxxx>
Date: Mon Aug 10 14:56:17 2015 +0200
util: add mode, uid, gid parameters to UTI_CreateDirAndParents()
-----------------------------------------------------------------------
Summary of changes:
chrony.texi.in | 16 ++++----
chronyd.8.in | 8 ++--
conf.c | 27 ++++++++++++++
conf.h | 2 +
configure | 2 +-
logging.c | 14 -------
logging.h | 1 -
main.c | 14 +++++--
sources.c | 32 ++++++++--------
sys.c | 12 +++---
sys.h | 4 +-
sys_linux.c | 22 +++--------
sys_linux.h | 2 +-
sys_macosx.c | 7 ++--
sys_netbsd.c | 4 +-
sys_solaris.c | 7 ++--
sys_sunos.c | 7 ++--
sysincl.h | 3 +-
util.c | 112 +++++++++++++++++++++++++++++++++++++++++++-------------
util.h | 14 ++++++-
20 files changed, 199 insertions(+), 111 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.