updated doc

This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-22 08:56:55 +01:00
parent 55c62d25b9
commit 6632f53f58
3 changed files with 13 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
*
* DO NOT EDIT THIS FILE (ocserv-args.c)
*
* It has been AutoGen-ed March 16, 2013 at 10:55:13 PM by AutoGen 5.16
* It has been AutoGen-ed March 22, 2013 at 08:56:38 AM by AutoGen 5.16
* From the definitions ocserv-args.def
* and the template file options
*
@@ -65,7 +65,7 @@ extern FILE * option_usage_fp;
/*
* ocserv option static const strings
*/
static char const ocserv_opt_strs[1840] =
static char const ocserv_opt_strs[1810] =
/* 0 */ "ocserv 0.1.0\n"
"Copyright (C) 2013 Nikos Mavrogiannopoulos, all rights reserved.\n"
"This is free software. It is licensed for use, modification and\n"
@@ -105,14 +105,14 @@ static char const ocserv_opt_strs[1840] =
/* 1317 */ "\n\n\0"
/* 1320 */ "\n"
"This program is openconnect VPN server (ocserv), a server compatible with\n"
"the openconnect VPN client. It is believed to be compatible with the\n"
"protocol used by CISCO's AnyConnect SSL VPN.\n\n"
"the openconnect VPN client. It follows the protocol used by CISCO's\n"
"AnyConnect VPN.\n\n"
"Multiple authentication methods are available including PAM and certificate\n"
"authentication. Authenticated users are assigned an unprivileged worker\n"
"process and obtain a networking (tun) device and IP from a configurable\n"
"pool of addresses.\n\0"
/* 1752 */ "ocserv 0.1.0\0"
/* 1765 */ "Usage: ocserv [options] -c [config]\n"
/* 1722 */ "ocserv 0.1.0\0"
/* 1735 */ "Usage: ocserv [options] -c [config]\n"
"ocserv --help for usage instructions.\n";
/*
@@ -288,7 +288,7 @@ static tOptDesc optDesc[OPTION_CT] = {
#define zBugsAddr (ocserv_opt_strs+1279)
#define zExplain (ocserv_opt_strs+1317)
#define zDetail (ocserv_opt_strs+1320)
#define zFullVersion (ocserv_opt_strs+1752)
#define zFullVersion (ocserv_opt_strs+1722)
/* extracted from optcode.tlib near line 350 */
#if defined(ENABLE_NLS)
@@ -302,7 +302,7 @@ static tOptDesc optDesc[OPTION_CT] = {
#define ocserv_full_usage (NULL)
#define ocserv_short_usage (ocserv_opt_strs+1765)
#define ocserv_short_usage (ocserv_opt_strs+1735)
#endif /* not defined __doxygen__ */

View File

@@ -13,12 +13,10 @@ explain = "";
#include version.def
detail = "This program is openconnect VPN server (ocserv), a server compatible with the
openconnect VPN client. It is believed to be compatible with the protocol
used by CISCO's AnyConnect SSL VPN.
openconnect VPN client. It follows the protocol used by CISCO's AnyConnect VPN.
Multiple authentication methods are available including PAM and certificate
authentication.
Authenticated users are assigned an unprivileged worker process and obtain
authentication. Authenticated users are assigned an unprivileged worker process and obtain
a networking (tun) device and IP from a configurable pool of addresses.";
copyright = {
@@ -359,6 +357,7 @@ doc-section = {
ds-type = 'COMPATIBILITY';
ds-format = 'texi';
ds-text = <<-_EOT_
The server has been tested to be compatible with the openconnect VPN client.
The server has been tested to be compatible with the openconnect VPN client.
It isn't compatible with CISCO's AnyConnect clients (there is experimental code).
_EOT_;
};

View File

@@ -2,7 +2,7 @@
*
* DO NOT EDIT THIS FILE (ocserv-args.h)
*
* It has been AutoGen-ed March 16, 2013 at 10:55:13 PM by AutoGen 5.16
* It has been AutoGen-ed March 22, 2013 at 08:56:38 AM by AutoGen 5.16
* From the definitions ocserv-args.def
* and the template file options
*