mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
updated auto-generated files
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* DO NOT EDIT THIS FILE (ocpasswd-args.c)
|
||||
*
|
||||
* It has been AutoGen-ed
|
||||
* From the definitions ocpasswd-args.def
|
||||
* From the definitions ocpasswd/ocpasswd-args.def
|
||||
* and the template file options
|
||||
*
|
||||
* Generated from AutoOpts 41:1:16 templates.
|
||||
@@ -19,7 +19,7 @@
|
||||
* The ocpasswd program is copyrighted and licensed
|
||||
* under the following terms:
|
||||
*
|
||||
* Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.
|
||||
* Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>
|
||||
@@ -63,8 +63,8 @@ extern FILE * option_usage_fp;
|
||||
* static const strings for ocpasswd options
|
||||
*/
|
||||
static char const ocpasswd_opt_strs[1516] =
|
||||
/* 0 */ "ocpasswd 0.11.6\n"
|
||||
"Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.\n"
|
||||
/* 0 */ "ocpasswd 0.11.7\n"
|
||||
"Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>\n\0"
|
||||
@@ -105,7 +105,7 @@ static char const ocpasswd_opt_strs[1516] =
|
||||
/* 1270 */ "\n\0"
|
||||
/* 1272 */ "This program is openconnect password (ocpasswd) utility. It allows the\n"
|
||||
"generation and handling of a 'plain' password file used by ocserv.\n\0"
|
||||
/* 1412 */ "ocpasswd 0.11.6\0"
|
||||
/* 1412 */ "ocpasswd 0.11.7\0"
|
||||
/* 1428 */ "Usage: ocpasswd -c [passwd] [options] username\n"
|
||||
"ocpasswd --help for usage instructions.\n";
|
||||
|
||||
@@ -588,8 +588,8 @@ static void bogus_function(void) {
|
||||
translate option names.
|
||||
*/
|
||||
/* referenced via ocpasswdOptions.pzCopyright */
|
||||
puts(_("ocpasswd 0.11.6\n\
|
||||
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.\n\
|
||||
puts(_("ocpasswd 0.11.7\n\
|
||||
Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>\n"));
|
||||
@@ -641,7 +641,7 @@ Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [username]\n"));
|
||||
generation and handling of a 'plain' password file used by ocserv.\n"));
|
||||
|
||||
/* referenced via ocpasswdOptions.pzFullVersion */
|
||||
puts(_("ocpasswd 0.11.6"));
|
||||
puts(_("ocpasswd 0.11.7"));
|
||||
|
||||
/* referenced via ocpasswdOptions.pzFullUsage */
|
||||
puts(_("<<<NOT-FOUND>>>"));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* DO NOT EDIT THIS FILE (ocpasswd-args.h)
|
||||
*
|
||||
* It has been AutoGen-ed
|
||||
* From the definitions ocpasswd-args.def
|
||||
* From the definitions ocpasswd/ocpasswd-args.def
|
||||
* and the template file options
|
||||
*
|
||||
* Generated from AutoOpts 41:1:16 templates.
|
||||
@@ -19,7 +19,7 @@
|
||||
* The ocpasswd program is copyrighted and licensed
|
||||
* under the following terms:
|
||||
*
|
||||
* Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.
|
||||
* Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>
|
||||
@@ -78,9 +78,9 @@ typedef enum {
|
||||
/** count of all options for ocpasswd */
|
||||
#define OPTION_CT 8
|
||||
/** ocpasswd version */
|
||||
#define OCPASSWD_VERSION "0.11.6"
|
||||
#define OCPASSWD_VERSION "0.11.7"
|
||||
/** Full ocpasswd version text */
|
||||
#define OCPASSWD_FULL_VERSION "ocpasswd 0.11.6"
|
||||
#define OCPASSWD_FULL_VERSION "ocpasswd 0.11.7"
|
||||
|
||||
/**
|
||||
* Interface defines for all options. Replace "n" with the UPPER_CASED
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* The ocserv program is copyrighted and licensed
|
||||
* under the following terms:
|
||||
*
|
||||
* Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.
|
||||
* Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>
|
||||
@@ -64,8 +64,8 @@ extern FILE * option_usage_fp;
|
||||
* static const strings for ocserv options
|
||||
*/
|
||||
static char const ocserv_opt_strs[1647] =
|
||||
/* 0 */ "ocserv 0.11.6\n"
|
||||
"Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.\n"
|
||||
/* 0 */ "ocserv 0.11.7\n"
|
||||
"Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>\n\0"
|
||||
@@ -107,7 +107,7 @@ static char const ocserv_opt_strs[1647] =
|
||||
/* 1366 */ "Openconnect VPN server (ocserv) is a VPN server compatible with the\n"
|
||||
"openconnect VPN client. It follows the TLS and DTLS-based AnyConnect VPN\n"
|
||||
"protocol which is used by several CISCO routers.\n\0"
|
||||
/* 1558 */ "ocserv 0.11.6\0"
|
||||
/* 1558 */ "ocserv 0.11.7\0"
|
||||
/* 1572 */ "Usage: ocserv [options] -c [config]\n"
|
||||
"ocserv --help for usage instructions.\n";
|
||||
|
||||
@@ -650,8 +650,8 @@ static void bogus_function(void) {
|
||||
translate option names.
|
||||
*/
|
||||
/* referenced via ocservOptions.pzCopyright */
|
||||
puts(_("ocserv 0.11.6\n\
|
||||
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.\n\
|
||||
puts(_("ocserv 0.11.7\n\
|
||||
Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>\n"));
|
||||
@@ -704,7 +704,7 @@ openconnect VPN client. It follows the TLS and DTLS-based AnyConnect VPN\n\
|
||||
protocol which is used by several CISCO routers.\n"));
|
||||
|
||||
/* referenced via ocservOptions.pzFullVersion */
|
||||
puts(_("ocserv 0.11.6"));
|
||||
puts(_("ocserv 0.11.7"));
|
||||
|
||||
/* referenced via ocservOptions.pzFullUsage */
|
||||
puts(_("<<<NOT-FOUND>>>"));
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* The ocserv program is copyrighted and licensed
|
||||
* under the following terms:
|
||||
*
|
||||
* Copyright (C) 2013-2016 Nikos Mavrogiannopoulos, all rights reserved.
|
||||
* Copyright (C) 2013-2017 Nikos Mavrogiannopoulos, 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 2 <http://gnu.org/licenses/gpl.html>
|
||||
@@ -78,9 +78,9 @@ typedef enum {
|
||||
/** count of all options for ocserv */
|
||||
#define OPTION_CT 8
|
||||
/** ocserv version */
|
||||
#define OCSERV_VERSION "0.11.6"
|
||||
#define OCSERV_VERSION "0.11.7"
|
||||
/** Full ocserv version text */
|
||||
#define OCSERV_FULL_VERSION "ocserv 0.11.6"
|
||||
#define OCSERV_FULL_VERSION "ocserv 0.11.7"
|
||||
|
||||
/**
|
||||
* Interface defines for all options. Replace "n" with the UPPER_CASED
|
||||
|
||||
Reference in New Issue
Block a user