summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpd/keyword-gen.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2016-06-04 05:46:52 +0000
committerdelphij <delphij@FreeBSD.org>2016-06-04 05:46:52 +0000
commit8b05336d05340c5bf523a1781534f98449173e01 (patch)
treeedbe2bc75547d8945326749550a867c4cbfbdb0c /contrib/ntp/ntpd/keyword-gen.c
parent317e69eb8f1ef3aec35d7915f591340d07c97771 (diff)
downloadFreeBSD-src-8b05336d05340c5bf523a1781534f98449173e01.zip
FreeBSD-src-8b05336d05340c5bf523a1781534f98449173e01.tar.gz
Fix multiple ntp vulnerabilities.
Security: FreeBSD-SA-16:24.ntp Approved by: so
Diffstat (limited to 'contrib/ntp/ntpd/keyword-gen.c')
-rw-r--r--contrib/ntp/ntpd/keyword-gen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/keyword-gen.c b/contrib/ntp/ntpd/keyword-gen.c
index 2e7f621..648b3ae 100644
--- a/contrib/ntp/ntpd/keyword-gen.c
+++ b/contrib/ntp/ntpd/keyword-gen.c
@@ -199,8 +199,9 @@ struct key_tok ntp_keywords[] = {
{ "bclient", T_Bclient, FOLLBY_TOKEN },
{ "calibrate", T_Calibrate, FOLLBY_TOKEN },
{ "kernel", T_Kernel, FOLLBY_TOKEN },
-{ "ntp", T_Ntp, FOLLBY_TOKEN },
{ "mode7", T_Mode7, FOLLBY_TOKEN },
+{ "ntp", T_Ntp, FOLLBY_TOKEN },
+{ "peer_clear_digest_early", T_PCEdigest, FOLLBY_TOKEN },
{ "stats", T_Stats, FOLLBY_TOKEN },
{ "unpeer_crypto_early", T_UEcrypto, FOLLBY_TOKEN },
{ "unpeer_crypto_nak_early", T_UEcryptonak, FOLLBY_TOKEN },
OpenPOWER on IntegriCloud