diff options
Diffstat (limited to 'contrib/ntp/ntpq')
-rw-r--r-- | contrib/ntp/ntpq/invoke-ntpq.texi | 4 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq-opts.c | 14 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq-opts.h | 6 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq.1ntpqman | 6 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq.1ntpqmdoc | 4 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq.c | 9 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq.html | 4 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq.man.in | 6 | ||||
-rw-r--r-- | contrib/ntp/ntpq/ntpq.mdoc.in | 4 |
9 files changed, 30 insertions, 27 deletions
diff --git a/contrib/ntp/ntpq/invoke-ntpq.texi b/contrib/ntp/ntpq/invoke-ntpq.texi index 28cf6c9821e6..4e37ff052611 100644 --- a/contrib/ntp/ntpq/invoke-ntpq.texi +++ b/contrib/ntp/ntpq/invoke-ntpq.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi) # -# It has been AutoGen-ed June 2, 2016 at 07:37:46 AM by AutoGen 5.18.5 +# It has been AutoGen-ed November 21, 2016 at 08:03:06 AM by AutoGen 5.18.5 # From the definitions ntpq-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -848,7 +848,7 @@ with a status code of 0. @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.8p8 +ntpq - standard NTP query program - Ver. 4.2.8p9 Usage: ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/contrib/ntp/ntpq/ntpq-opts.c b/contrib/ntp/ntpq/ntpq-opts.c index b2bb3d9f649d..f63f81f735ce 100644 --- a/contrib/ntp/ntpq/ntpq-opts.c +++ b/contrib/ntp/ntpq/ntpq-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.c) * - * It has been AutoGen-ed June 2, 2016 at 07:37:05 AM by AutoGen 5.18.5 + * It has been AutoGen-ed November 21, 2016 at 08:02:38 AM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * @@ -69,7 +69,7 @@ extern FILE * option_usage_fp; * static const strings for ntpq options */ static char const ntpq_opt_strs[1982] = -/* 0 */ "ntpq 4.2.8p8\n" +/* 0 */ "ntpq 4.2.8p9\n" "Copyright (C) 1992-2016 The University of Delaware and Network Time Foundation, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the NTP License, copies of which\n" @@ -132,13 +132,13 @@ static char const ntpq_opt_strs[1982] = /* 1775 */ "no-load-opts\0" /* 1788 */ "no\0" /* 1791 */ "NTPQ\0" -/* 1796 */ "ntpq - standard NTP query program - Ver. 4.2.8p8\n" +/* 1796 */ "ntpq - standard NTP query program - Ver. 4.2.8p9\n" "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n\0" /* 1915 */ "$HOME\0" /* 1921 */ ".\0" /* 1923 */ ".ntprc\0" /* 1930 */ "http://bugs.ntp.org, bugs@ntp.org\0" -/* 1964 */ "ntpq 4.2.8p8\0" +/* 1964 */ "ntpq 4.2.8p9\0" /* 1977 */ "hash"; /** @@ -841,7 +841,7 @@ static void bogus_function(void) { translate option names. */ /* referenced via ntpqOptions.pzCopyright */ - puts(_("ntpq 4.2.8p8\n\ + puts(_("ntpq 4.2.8p9\n\ Copyright (C) 1992-2016 The University of Delaware and Network Time Foundation, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -910,11 +910,11 @@ implied warranty.\n")); puts(_("load options from a config file")); /* referenced via ntpqOptions.pzUsageTitle */ - puts(_("ntpq - standard NTP query program - Ver. 4.2.8p8\n\ + puts(_("ntpq - standard NTP query program - Ver. 4.2.8p9\n\ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n")); /* referenced via ntpqOptions.pzFullVersion */ - puts(_("ntpq 4.2.8p8")); + puts(_("ntpq 4.2.8p9")); /* referenced via ntpqOptions.pzFullUsage */ puts(_("<<<NOT-FOUND>>>")); diff --git a/contrib/ntp/ntpq/ntpq-opts.h b/contrib/ntp/ntpq/ntpq-opts.h index 03fd3a3ee50a..1f2896fdfd23 100644 --- a/contrib/ntp/ntpq/ntpq-opts.h +++ b/contrib/ntp/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed June 2, 2016 at 07:37:04 AM by AutoGen 5.18.5 + * It has been AutoGen-ed November 21, 2016 at 08:02:38 AM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * @@ -84,9 +84,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 16 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p8" +#define NTPQ_VERSION "4.2.8p9" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p8" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p9" /** * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/contrib/ntp/ntpq/ntpq.1ntpqman b/contrib/ntp/ntpq/ntpq.1ntpqman index 6270eeb67512..22f14884fe42 100644 --- a/contrib/ntp/ntpq/ntpq.1ntpqman +++ b/contrib/ntp/ntpq/ntpq.1ntpqman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntpq 1ntpqman "02 Jun 2016" "4.2.8p8" "User Commands" +.TH ntpq 1ntpqman "21 Nov 2016" "4.2.8p9" "User Commands" .\" -.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-pGa42X/ag-CGaW1X) +.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-nWaWmk/ag-AWaOlk) .\" -.\" It has been AutoGen-ed June 2, 2016 at 07:37:41 AM by AutoGen 5.18.5 +.\" It has been AutoGen-ed November 21, 2016 at 08:03:02 AM by AutoGen 5.18.5 .\" From the definitions ntpq-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/contrib/ntp/ntpq/ntpq.1ntpqmdoc b/contrib/ntp/ntpq/ntpq.1ntpqmdoc index 9985ecf1b03b..3039beaecaca 100644 --- a/contrib/ntp/ntpq/ntpq.1ntpqmdoc +++ b/contrib/ntp/ntpq/ntpq.1ntpqmdoc @@ -1,9 +1,9 @@ -.Dd June 2 2016 +.Dd November 21 2016 .Dt NTPQ 1ntpqmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc) .\" -.\" It has been AutoGen-ed June 2, 2016 at 07:37:48 AM by AutoGen 5.18.5 +.\" It has been AutoGen-ed November 21, 2016 at 08:03:08 AM by AutoGen 5.18.5 .\" From the definitions ntpq-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/contrib/ntp/ntpq/ntpq.c b/contrib/ntp/ntpq/ntpq.c index ed5c65fca194..91364de4ba8b 100644 --- a/contrib/ntp/ntpq/ntpq.c +++ b/contrib/ntp/ntpq/ntpq.c @@ -34,6 +34,7 @@ #include "openssl/evp.h" #include "openssl/objects.h" #include "openssl/err.h" +#include "libssl_compat.h" #endif #include <ssl_applink.c> @@ -3582,7 +3583,7 @@ static void list_md_fn(const EVP_MD *m, const char *from, const char *to, void * size_t len, n; const char *name, *cp, **seen; struct hstate *hstate = arg; - EVP_MD_CTX ctx; + EVP_MD_CTX *ctx; u_int digest_len; u_char digest[EVP_MAX_MD_SIZE]; @@ -3613,8 +3614,10 @@ static void list_md_fn(const EVP_MD *m, const char *from, const char *to, void * * Keep this consistent with keytype_from_text() in ssl_init.c. */ - EVP_DigestInit(&ctx, EVP_get_digestbyname(name)); - EVP_DigestFinal(&ctx, digest, &digest_len); + ctx = EVP_MD_CTX_new(); + EVP_DigestInit(ctx, EVP_get_digestbyname(name)); + EVP_DigestFinal(ctx, digest, &digest_len); + EVP_MD_CTX_free(ctx); if (digest_len > (MAX_MAC_LEN - sizeof(keyid_t))) return; diff --git a/contrib/ntp/ntpq/ntpq.html b/contrib/ntp/ntpq/ntpq.html index 8b91763f76df..26d608b9964d 100644 --- a/contrib/ntp/ntpq/ntpq.html +++ b/contrib/ntp/ntpq/ntpq.html @@ -44,7 +44,7 @@ monitor the operational status and determine the performance of <code>ntpd</code>, the NTP daemon. - <p>This document applies to version 4.2.8p8 of <code>ntpq</code>. + <p>This document applies to version 4.2.8p9 of <code>ntpq</code>. <ul class="menu"> <li><a accesskey="1" href="#ntpq-Description">ntpq Description</a> @@ -770,7 +770,7 @@ the usage text by passing it through a pager program. used to select the program, defaulting to <span class="file">more</span>. Both will exit with a status code of 0. -<pre class="example">ntpq - standard NTP query program - Ver. 4.2.8p7 +<pre class="example">ntpq - standard NTP query program - Ver. 4.2.8p9-RC Usage: ntpq [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/contrib/ntp/ntpq/ntpq.man.in b/contrib/ntp/ntpq/ntpq.man.in index 37eec21b0e24..f6f889b05142 100644 --- a/contrib/ntp/ntpq/ntpq.man.in +++ b/contrib/ntp/ntpq/ntpq.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntpq @NTPQ_MS@ "02 Jun 2016" "4.2.8p8" "User Commands" +.TH ntpq @NTPQ_MS@ "21 Nov 2016" "4.2.8p9" "User Commands" .\" -.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-pGa42X/ag-CGaW1X) +.\" EDIT THIS FILE WITH CAUTION (/tmp/.ag-nWaWmk/ag-AWaOlk) .\" -.\" It has been AutoGen-ed June 2, 2016 at 07:37:41 AM by AutoGen 5.18.5 +.\" It has been AutoGen-ed November 21, 2016 at 08:03:02 AM by AutoGen 5.18.5 .\" From the definitions ntpq-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/contrib/ntp/ntpq/ntpq.mdoc.in b/contrib/ntp/ntpq/ntpq.mdoc.in index 576d631d2056..7471abc1cd8b 100644 --- a/contrib/ntp/ntpq/ntpq.mdoc.in +++ b/contrib/ntp/ntpq/ntpq.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 2 2016 +.Dd November 21 2016 .Dt NTPQ @NTPQ_MS@ User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntpq-opts.mdoc) .\" -.\" It has been AutoGen-ed June 2, 2016 at 07:37:48 AM by AutoGen 5.18.5 +.\" It has been AutoGen-ed November 21, 2016 at 08:03:08 AM by AutoGen 5.18.5 .\" From the definitions ntpq-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME |