]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: refactor authentication
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 14 Aug 2019 16:23:45 +0000 (18:23 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 5 Mar 2020 15:02:15 +0000 (16:02 +0100)
commitca28dbd2c3897ddc808d068becfe3261f8ad4d2b
tree1f428e043f3b16a041526a10dab4fb8dbbf92c42
parent588785e160fbee7b04df5df8b7bd17f679fdcad8
ntp: refactor authentication

Move most of the authentication-specific code to a new file and
introduce authenticator instances in order to support other
authentication mechanisms (e.g. NTS).
configure
ntp_auth.c [new file with mode: 0644]
ntp_auth.h [new file with mode: 0644]
ntp_core.c
stubs.c