This file is indexed.

/usr/share/doc/openconnect/html/download.html is in openconnect 6.00-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>OpenConnect VPN client.</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="VPN client compatible with Cisco AnyConnect SSL VPN" />
    <meta name="keywords" content="OpenConnect, AnyConnect, Cisco, VPN, SSLVPN, SSL VPN" />
    <link href="./styles/main.css" rel="styleSheet" type="text/css" />
    <link href='http://fonts.googleapis.com/css?family=Delius' rel='stylesheet' type='text/css' />
 </head>
 
<body>
   <div id="logo" align="right">	
     <img src="./images/openconnect.png" height="96px" alt="OpenConnect" />
   </div>
   <div id="main">



	
	
	
	<div id="menu1">

	<span class="sel">
<a href="index.html"><span>Home</span></a>
</span>

	<span class="nonsel">
<a href="features.html"><span>Features</span></a>
</span>

	<span class="nonsel">
<a href="building.html"><span>Getting Started</span></a>
</span>

	<span class="nonsel">
<a href="mail.html"><span>Mailing List / Help</span></a>
</span>

	<span class="nonsel">
<a href="contribute.html"><span>Contribute</span></a>
</span>

	<span class="nonsel">
<a href="technical.html"><span>Technical stuff</span></a>
</span>

	<span class="nonsel">
<a href="http://www.infradead.org/ocserv/"><span>VPN Server</span></a>
</span>

	<p>OpenConnect VPN client</p>

	</div>

	
	<div id="menu2">

        <span class="nonsel">
<a href="index.html"><span>About</span></a>
</span>

        <span class="nonsel">
<a href="platforms.html"><span>Supported Platforms</span></a>
</span>

        <span class="sel">
<a href="download.html"><span>Download</span></a>
</span>

        <span class="nonsel">
<a href="packages.html"><span>Packages</span></a>
</span>

	<span class="nonsel">
<a href="changelog.html"><span>Changelog</span></a>
</span>

	</div>

	
	     <div id="textbox">
       <div id="text">
	</div>


    	<h1>Download</h1>

<p>Released versions of OpenConnect are available from the FTP site:</p>
<ul><li><a href="ftp://ftp.infradead.org/pub/openconnect/"><tt>ftp://ftp.infradead.org/pub/openconnect/</tt></a></li></ul>

<p>Release tarballs (since 3.13) are signed with the PGP key <a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x63762CDA67E2F359">67E2F359</a>.</p>

<p>

The latest release is <a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-6.00.tar.gz">OpenConnect v6.00</a>
<i>(<a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-6.00.tar.gz.asc">PGP signature</a>)</i>,
released on 2014-07-08 with the following changelog:</p>
     <ul>
       <li>Support SOCKS proxy authentication (password, GSSAPI).</li>
       <li>Support HTTP proxy authentication (Basic, Digest, NTLM and GSSAPI).</li>
       <li>Download XML profile in XML POST mode.</li>
       <li>Fix a couple of bugs involving DTLS rekeying.</li>
       <li>Fix problems seen when building or connecting without DTLS enabled.</li>
       <li>Fix tun error handling on Windows hosts.</li>
       <li>Skip password prompts when using PKCS#8 and PKCS#12 certificates with empty passwords.</li>
       <li>Fix several minor memory leaks and error paths.</li>
       <li>Update several Android dependencies, and make the download process more robust.</li>
     </ul>


<p>For older releases and change logs, see the <a href="changelog.html">changelog page</a>.</p>

<p><i>(Note: Due to a longstanding <a href="https://bugzilla.redhat.com/show_bug.cgi?id=450853">Fedora bug</a>
you may occasionally find that the FTP server is accessible only by IPv6 and not Legacy IP. If this happens,
please let me know by sending me an email. Or just join us in the 21st century and <a href="http://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers">get IPv6</a>.)</i></p>

<h2>Latest sources</h2>

<p>The latest source code is available from the git repository at:</p>
<ul><li><tt>git://git.infradead.org/users/dwmw2/openconnect.git</tt><br />or browseable in gitweb at:</li>
<li><a href="http://git.infradead.org/users/dwmw2/openconnect.git">
http://git.infradead.org/users/dwmw2/openconnect.git</a></li></ul>

	      </div>
   </div>
  </body>
</html>