Skip to content

Commit

Permalink
couple other touch-ups to the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
  • Loading branch information
dlenski committed Mar 19, 2020
1 parent bc5cf3d commit bc3f389
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
9 changes: 0 additions & 9 deletions README.TESTS

This file was deleted.

19 changes: 16 additions & 3 deletions www/building.xml
Expand Up @@ -44,9 +44,9 @@ environment, without having to manually give it the <tt>--proxy</tt> argument
on the command line.</p>

<h2>Install vpnc-script</h2>
<p>Since version 3.17, The <a href="vpnc-script.html">vpnc-script</a> that OpenConnect
uses to configure the network is no longer optional, so it needs to be told at compile
time where to find that script.</p>
<p>OpenConnect requires a default <a href="vpnc-script.html">vpnc-script</a> for
network configuration (routing and DNS). It needs to be told at compile time
where to find the script.</p>
<p>The <tt>configure</tt> script will check whether <tt>/etc/vpnc/vpnc-script</tt>
exists and can be executed, and will fail if not. If you don't already have
a copy then you should install one. It might be in a separate <tt>vpnc-script</tt>
Expand Down Expand Up @@ -83,6 +83,19 @@ If you want it to use OpenSSL instead, then add <tt>--without-gnutls</tt> to the
it still doesn't build, please send the full output in a plain-text mail to the
<a href="mail.html">mailing list</a>.</p>


<h2>Test suite</h2>

<p>The included test suite can be run as <tt>make check</tt>.</p>

<p>It depends on the following programs and libraries being available:</p>
<ul>
<li><a href="/ocserv">ocserv</a></li>
<li><a href="https://cwrap.org/socket_wrapper.html">socket_wrapper</a></li>
<li><a href="https://cwrap.org/uid_wrapper.html">uid_wrapper</a></li>
</ul>


<h2>TUN/TAP driver</h2>

<p>Mac OS X users with OS X 10.6 or older, or using OpenConnect 6.00 or older,
Expand Down
8 changes: 7 additions & 1 deletion www/index.xml
Expand Up @@ -11,7 +11,10 @@
<h1>OpenConnect</h1>
<p>OpenConnect is an SSL VPN client initially created to support Cisco's <a href="http://www.cisco.com/go/asm">AnyConnect SSL VPN</a>.
It has since been ported to support the Juniper SSL VPN (which is now known as <a href="https://www.pulsesecure.net/products/connect-secure/">Pulse Connect Secure</a>),
and to the <a href="https://www.paloaltonetworks.com/features/vpn">Palo Alto Networks GlobalProtect SSL VPN</a>.</p>
and the <a href="https://www.paloaltonetworks.com/features/vpn">Palo Alto Networks GlobalProtect SSL VPN</a>.</p>

<p>An openconnect VPN server (<a href="https://www.infradead.org/ocserv">ocserv</a>), which implements an improved version of the Cisco AnyConnect protocol,
has also been written.</p>

<p>OpenConnect is released under the <a href="licence.html">GNU Lesser Public License, version 2.1</a>.</p>

Expand All @@ -20,6 +23,9 @@ OpenConnect is not officially supported by, or associated in any way
with, Cisco Systems, Juniper Networks, Pulse Secure, or Palo Alto Networks.
It just happens to interoperate with their equipment.
</p>

<h2>Motivation</h2>

<p>Development of OpenConnect was started after a trial of the Cisco
client under Linux found it to have many deficiencies:</p>
<ul>
Expand Down

0 comments on commit bc3f389

Please sign in to comment.