summaryrefslogtreecommitdiff
path: root/src/cli-debug-args.c.bak
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-debug-args.c.bak')
-rw-r--r--src/cli-debug-args.c.bak126
1 files changed, 63 insertions, 63 deletions
diff --git a/src/cli-debug-args.c.bak b/src/cli-debug-args.c.bak
index e04f39fea9..1b30eb17e6 100644
--- a/src/cli-debug-args.c.bak
+++ b/src/cli-debug-args.c.bak
@@ -19,7 +19,7 @@
* The gnutls-cli-debug program is copyrighted and licensed
* under the following terms:
*
- * Copyright (C) 2000-@YEAR@ Free Software Foundation, and others, all rights reserved.
+ * Copyright (C) 2000-2018 Free Software Foundation, and others, all rights reserved.
* This is free software. It is licensed for use, modification and
* redistribution under the terms of the GNU General Public License,
* version 3 or later <http://gnu.org/licenses/gpl.html>
@@ -53,7 +53,7 @@ extern "C" {
#endif
extern FILE * option_usage_fp;
#define zCopyright (gnutls_cli_debug_opt_strs+0)
-#define zLicenseDescrip (gnutls_cli_debug_opt_strs+297)
+#define zLicenseDescrip (gnutls_cli_debug_opt_strs+291)
#ifndef NULL
@@ -63,13 +63,13 @@ extern FILE * option_usage_fp;
/**
* static const strings for gnutls-cli-debug options
*/
-static char const gnutls_cli_debug_opt_strs[2056] =
-/* 0 */ "gnutls-cli-debug @VERSION@\n"
- "Copyright (C) 2000-@YEAR@ Free Software Foundation, and others, all rights reserved.\n"
+static char const gnutls_cli_debug_opt_strs[2042] =
+/* 0 */ "gnutls-cli-debug 3.6.4\n"
+ "Copyright (C) 2000-2018 Free Software Foundation, and others, all rights reserved.\n"
"This is free software. It is licensed for use, modification and\n"
"redistribution under the terms of the GNU General Public License,\n"
"version 3 or later <http://gnu.org/licenses/gpl.html>\n\0"
-/* 297 */ "gnutls-cli-debug is free software: you can redistribute it and/or modify it\n"
+/* 291 */ "gnutls-cli-debug is free software: you can redistribute it and/or modify it\n"
"under the terms of the GNU General Public License as published by the Free\n"
"Software Foundation, either version 3 of the License, or (at your option)\n"
"any later version.\n\n"
@@ -79,51 +79,51 @@ static char const gnutls_cli_debug_opt_strs[2056] =
"for more details.\n\n"
"You should have received a copy of the GNU General Public License along\n"
"with this program. If not, see <http://www.gnu.org/licenses/>.\n\0"
-/* 918 */ "Enable debugging\0"
-/* 935 */ "DEBUG\0"
-/* 941 */ "debug\0"
-/* 947 */ "More verbose output\0"
-/* 967 */ "VERBOSE\0"
-/* 975 */ "verbose\0"
-/* 983 */ "The port to connect to\0"
-/* 1006 */ "PORT\0"
-/* 1011 */ "port\0"
-/* 1016 */ "an alias for the 'starttls-proto' option\0"
-/* 1057 */ "app-proto\0"
-/* 1067 */ "The application protocol to be used to obtain the server's certificate\n"
+/* 912 */ "Enable debugging\0"
+/* 929 */ "DEBUG\0"
+/* 935 */ "debug\0"
+/* 941 */ "More verbose output\0"
+/* 961 */ "VERBOSE\0"
+/* 969 */ "verbose\0"
+/* 977 */ "The port to connect to\0"
+/* 1000 */ "PORT\0"
+/* 1005 */ "port\0"
+/* 1010 */ "an alias for the 'starttls-proto' option\0"
+/* 1051 */ "app-proto\0"
+/* 1061 */ "The application protocol to be used to obtain the server's certificate\n"
"(https, ftp, smtp, imap, ldap, xmpp, lmtp, pop3, nntp, sieve, postgres)\0"
-/* 1210 */ "STARTTLS_PROTO\0"
-/* 1225 */ "starttls-proto\0"
-/* 1240 */ "display extended usage information and exit\0"
-/* 1284 */ "help\0"
-/* 1289 */ "extended usage information passed thru pager\0"
-/* 1334 */ "more-help\0"
-/* 1344 */ "output version information and exit\0"
-/* 1380 */ "version\0"
-/* 1388 */ "GNUTLS_CLI_DEBUG\0"
-/* 1405 */ "gnutls-cli-debug - GnuTLS debug client\n"
+/* 1204 */ "STARTTLS_PROTO\0"
+/* 1219 */ "starttls-proto\0"
+/* 1234 */ "display extended usage information and exit\0"
+/* 1278 */ "help\0"
+/* 1283 */ "extended usage information passed thru pager\0"
+/* 1328 */ "more-help\0"
+/* 1338 */ "output version information and exit\0"
+/* 1374 */ "version\0"
+/* 1382 */ "GNUTLS_CLI_DEBUG\0"
+/* 1399 */ "gnutls-cli-debug - GnuTLS debug client\n"
"Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \n\0"
-/* 1503 */ "@PACKAGE_BUGREPORT@\0"
-/* 1523 */ "\n\0"
-/* 1525 */ "TLS debug client. It sets up multiple TLS connections to a server and\n"
+/* 1497 */ "bugs@gnutls.org\0"
+/* 1513 */ "\n\0"
+/* 1515 */ "TLS debug client. It sets up multiple TLS connections to a server and\n"
"queries its capabilities. It was created to assist in debugging GnuTLS,\n"
"but it might be useful to extract a TLS server's capabilities. It connects\n"
"to a TLS server, performs tests and print the server's capabilities. If\n"
"called with the `-V' parameter more checks will be performed. Can be used\n"
"to check for servers with special needs or bugs.\n\0"
-/* 1943 */ "gnutls-cli-debug @VERSION@\0"
-/* 1970 */ "Usage: gnutls-cli-debug [options] hostname\n"
+/* 1933 */ "gnutls-cli-debug 3.6.4\0"
+/* 1956 */ "Usage: gnutls-cli-debug [options] hostname\n"
"gnutls-cli --help for usage instructions.\n";
/**
* debug option description:
*/
/** Descriptive text for the debug option */
-#define DEBUG_DESC (gnutls_cli_debug_opt_strs+918)
+#define DEBUG_DESC (gnutls_cli_debug_opt_strs+912)
/** Upper-cased name for the debug option */
-#define DEBUG_NAME (gnutls_cli_debug_opt_strs+935)
+#define DEBUG_NAME (gnutls_cli_debug_opt_strs+929)
/** Name string for the debug option */
-#define DEBUG_name (gnutls_cli_debug_opt_strs+941)
+#define DEBUG_name (gnutls_cli_debug_opt_strs+935)
/** Compiled in flag settings for the debug option */
#define DEBUG_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_NUMERIC))
@@ -132,11 +132,11 @@ static char const gnutls_cli_debug_opt_strs[2056] =
* verbose option description:
*/
/** Descriptive text for the verbose option */
-#define VERBOSE_DESC (gnutls_cli_debug_opt_strs+947)
+#define VERBOSE_DESC (gnutls_cli_debug_opt_strs+941)
/** Upper-cased name for the verbose option */
-#define VERBOSE_NAME (gnutls_cli_debug_opt_strs+967)
+#define VERBOSE_NAME (gnutls_cli_debug_opt_strs+961)
/** Name string for the verbose option */
-#define VERBOSE_name (gnutls_cli_debug_opt_strs+975)
+#define VERBOSE_name (gnutls_cli_debug_opt_strs+969)
/** Compiled in flag settings for the verbose option */
#define VERBOSE_FLAGS (OPTST_DISABLED)
@@ -144,11 +144,11 @@ static char const gnutls_cli_debug_opt_strs[2056] =
* port option description:
*/
/** Descriptive text for the port option */
-#define PORT_DESC (gnutls_cli_debug_opt_strs+983)
+#define PORT_DESC (gnutls_cli_debug_opt_strs+977)
/** Upper-cased name for the port option */
-#define PORT_NAME (gnutls_cli_debug_opt_strs+1006)
+#define PORT_NAME (gnutls_cli_debug_opt_strs+1000)
/** Name string for the port option */
-#define PORT_name (gnutls_cli_debug_opt_strs+1011)
+#define PORT_name (gnutls_cli_debug_opt_strs+1005)
/** Compiled in flag settings for the port option */
#define PORT_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_NUMERIC))
@@ -157,10 +157,10 @@ static char const gnutls_cli_debug_opt_strs[2056] =
* app-proto option description:
*/
/** Descriptive text for the app-proto option */
-#define APP_PROTO_DESC (gnutls_cli_debug_opt_strs+1016)
+#define APP_PROTO_DESC (gnutls_cli_debug_opt_strs+1010)
#define APP_PROTO_NAME NULL
/** Unmodified name string for the app-proto option */
-#define APP_PROTO_name (gnutls_cli_debug_opt_strs+1057)
+#define APP_PROTO_name (gnutls_cli_debug_opt_strs+1051)
/** Compiled in flag settings for the app-proto option */
#define APP_PROTO_FLAGS (STARTTLS_PROTO_FLAGS | OPTST_ALIAS)
@@ -168,11 +168,11 @@ static char const gnutls_cli_debug_opt_strs[2056] =
* starttls-proto option description:
*/
/** Descriptive text for the starttls-proto option */
-#define STARTTLS_PROTO_DESC (gnutls_cli_debug_opt_strs+1067)
+#define STARTTLS_PROTO_DESC (gnutls_cli_debug_opt_strs+1061)
/** Upper-cased name for the starttls-proto option */
-#define STARTTLS_PROTO_NAME (gnutls_cli_debug_opt_strs+1210)
+#define STARTTLS_PROTO_NAME (gnutls_cli_debug_opt_strs+1204)
/** Name string for the starttls-proto option */
-#define STARTTLS_PROTO_name (gnutls_cli_debug_opt_strs+1225)
+#define STARTTLS_PROTO_name (gnutls_cli_debug_opt_strs+1219)
/** Compiled in flag settings for the starttls-proto option */
#define STARTTLS_PROTO_FLAGS (OPTST_DISABLED \
| OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
@@ -180,11 +180,11 @@ static char const gnutls_cli_debug_opt_strs[2056] =
/*
* Help/More_Help/Version option descriptions:
*/
-#define HELP_DESC (gnutls_cli_debug_opt_strs+1240)
-#define HELP_name (gnutls_cli_debug_opt_strs+1284)
+#define HELP_DESC (gnutls_cli_debug_opt_strs+1234)
+#define HELP_name (gnutls_cli_debug_opt_strs+1278)
#ifdef HAVE_WORKING_FORK
-#define MORE_HELP_DESC (gnutls_cli_debug_opt_strs+1289)
-#define MORE_HELP_name (gnutls_cli_debug_opt_strs+1334)
+#define MORE_HELP_DESC (gnutls_cli_debug_opt_strs+1283)
+#define MORE_HELP_name (gnutls_cli_debug_opt_strs+1328)
#define MORE_HELP_FLAGS (OPTST_IMM | OPTST_NO_INIT)
#else
#define MORE_HELP_DESC HELP_DESC
@@ -197,8 +197,8 @@ static char const gnutls_cli_debug_opt_strs[2056] =
# define VER_FLAGS (OPTST_SET_ARGTYPE(OPARG_TYPE_STRING) | \
OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT)
#endif
-#define VER_DESC (gnutls_cli_debug_opt_strs+1344)
-#define VER_name (gnutls_cli_debug_opt_strs+1380)
+#define VER_DESC (gnutls_cli_debug_opt_strs+1338)
+#define VER_name (gnutls_cli_debug_opt_strs+1374)
/**
* Declare option callback procedures
*/
@@ -320,21 +320,21 @@ static tOptDesc optDesc[OPTION_CT] = {
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/** Reference to the upper cased version of gnutls-cli-debug. */
-#define zPROGNAME (gnutls_cli_debug_opt_strs+1388)
+#define zPROGNAME (gnutls_cli_debug_opt_strs+1382)
/** Reference to the title line for gnutls-cli-debug usage. */
-#define zUsageTitle (gnutls_cli_debug_opt_strs+1405)
+#define zUsageTitle (gnutls_cli_debug_opt_strs+1399)
/** There is no gnutls-cli-debug configuration file. */
#define zRcName NULL
/** There are no directories to search for gnutls-cli-debug config files. */
#define apzHomeList NULL
/** The gnutls-cli-debug program bug email address. */
-#define zBugsAddr (gnutls_cli_debug_opt_strs+1503)
+#define zBugsAddr (gnutls_cli_debug_opt_strs+1497)
/** Clarification/explanation of what gnutls-cli-debug does. */
-#define zExplain (gnutls_cli_debug_opt_strs+1523)
+#define zExplain (gnutls_cli_debug_opt_strs+1513)
/** Extra detail explaining what gnutls-cli-debug does. */
-#define zDetail (gnutls_cli_debug_opt_strs+1525)
+#define zDetail (gnutls_cli_debug_opt_strs+1515)
/** The full version string for gnutls-cli-debug. */
-#define zFullVersion (gnutls_cli_debug_opt_strs+1943)
+#define zFullVersion (gnutls_cli_debug_opt_strs+1933)
/* extracted from optcode.tlib near line 364 */
#if defined(ENABLE_NLS)
@@ -346,7 +346,7 @@ static tOptDesc optDesc[OPTION_CT] = {
#endif /* ENABLE_NLS */
#define gnutls_cli_debug_full_usage (NULL)
-#define gnutls_cli_debug_short_usage (gnutls_cli_debug_opt_strs+1970)
+#define gnutls_cli_debug_short_usage (gnutls_cli_debug_opt_strs+1956)
#endif /* not defined __doxygen__ */
@@ -657,8 +657,8 @@ static void bogus_function(void) {
translate option names.
*/
/* referenced via gnutls_cli_debugOptions.pzCopyright */
- puts(_("gnutls-cli-debug @VERSION@\n\
-Copyright (C) 2000-@YEAR@ Free Software Foundation, and others, all rights reserved.\n\
+ puts(_("gnutls-cli-debug 3.6.4\n\
+Copyright (C) 2000-2018 Free Software Foundation, and others, all rights reserved.\n\
This is free software. It is licensed for use, modification and\n\
redistribution under the terms of the GNU General Public License,\n\
version 3 or later <http://gnu.org/licenses/gpl.html>\n"));
@@ -716,7 +716,7 @@ called with the `-V' parameter more checks will be performed. Can be used\n\
to check for servers with special needs or bugs.\n"));
/* referenced via gnutls_cli_debugOptions.pzFullVersion */
- puts(_("gnutls-cli-debug @VERSION@"));
+ puts(_("gnutls-cli-debug 3.6.4"));
/* referenced via gnutls_cli_debugOptions.pzFullUsage */
puts(_("<<<NOT-FOUND>>>"));