]> git.ipfire.org Git - thirdparty/chrony.git/commit
Add support for different authentication hashes
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Oct 2011 11:26:03 +0000 (13:26 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 2 Nov 2011 12:53:00 +0000 (13:53 +0100)
commit777303f1309668170f83e0db237b3c73355b4284
treef1449ff5b1303af06340761c0ee868939d5dc02b
parent6015f99d9809ca94da3c1f4f8ba24217f2097a3c
Add support for different authentication hashes

Allow different hash functions to be used in the NTP and cmdmon
protocols. This breaks the cmdmon protocol compatibility. Extended key
file format is used to specify the hash functions for chronyd and new
authhash command is added to chronyc. MD5 is the default and the only
function included in the chrony source code, other functions will be
available from libraries.
20 files changed:
Makefile.in
candm.h
client.c
cmdmon.c
configure
hash.h [new file with mode: 0644]
hash_intmd5.c [new file with mode: 0644]
keys.c
keys.h
logging.h
md5.c
ntp.h
ntp_core.c
ntp_core.h
ntp_io.c
ntp_io.h
ntp_sources.c
ntp_sources.h
util.c
util.h