]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: add support for MS-SNTP authentication in Samba
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 27 Jul 2016 12:09:32 +0000 (14:09 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jul 2016 08:17:33 +0000 (10:17 +0200)
commit577aed484207addd054441ee8be7e6e30ce36cb2
treed3d92081b56ad2a6b3f28541b841b186d5e6696f
parent2a8ce63fc72ed155ed364c9660f467825c88f073
ntp: add support for MS-SNTP authentication in Samba

Add support for authenticating MS-SNTP responses in Samba (ntp_signd).
Supported is currently only the old MS-SNTP authenticator field. It's
disabled by default. It can be enabled with the --enable-ntp-signd
configure option and the ntpsigndsocket directive, which specifies the
location of the Samba ntp_signd socket.
conf.c
conf.h
configure
doc/chrony.conf.adoc
logging.h
main.c
ntp_core.c
ntp_signd.c [new file with mode: 0644]
ntp_signd.h [new file with mode: 0644]
stubs.c
test/compilation/001-features