[Git][NTPsec/ntpsec][master] Remove ntpd flags related to autokey

Matt Selsky gitlab at mg.gitlab.com
Fri Feb 3 02:53:49 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
6c16b720 by Matt Selsky at 2017-02-02T21:51:20-05:00
Remove ntpd flags related to autokey

The flags didn't actually do anything any longer

- - - - -


1 changed file:

- ntpd/ntpd.c


Changes:

=====================================
ntpd/ntpd.c
=====================================
--- a/ntpd/ntpd.c
+++ b/ntpd/ntpd.c
@@ -129,7 +129,6 @@ static void	library_unexpected_error(const char *, int,
 static const struct option longoptions[] = {
     { "ipv4",		    0, 0, '4' },
     { "ipv6",		    0, 0, '6' },
-    { "noauthreq",	    0, 0, 'A' },
     { "configfile",	    1, 0, 'c' },
     { "debug",		    0, 0, 'd' },
     { "set-debug-level",    1, 0, 'D' },
@@ -168,10 +167,6 @@ static void ntpd_usage(void)
     P("				- prohibits the option 'ipv6'\n");
     P("   -6 no  ipv6           Force IPv6 DNS name resolution\n");
     P("				- prohibits the option 'ipv4'\n");
-    P("   -a no  authreq        Require crypto authentication\n");
-    P("				- prohibits the option 'authnoreq'\n");
-    P("   -A no  authnoreq      Do not require crypto authentication\n");
-    P("				- prohibits the option 'authreq'\n");
     P("   -b no  bcastsync      Allow us to sync to broadcast servers\n");
     P("   -c Str configfile     configuration file name\n");
     P("   -d no  debug-level    Increase output debug message level\n");



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6c16b720500a4ae915d82426b25945adf5f33cd5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170203/ef4a032a/attachment.html>


More information about the vc mailing list