* NEWS configure.in libvirt.spec.in doc/* include/libvirt/libvirt.h:

release of 0.6.1
* po/*: rebuilt
* AUTHORS: updated to list new contributors
Daniel
This commit is contained in:
Daniel Veillard
2009-03-04 13:17:44 +00:00
parent 4ebe4c108d
commit e43d1ae0c6
90 changed files with 52861 additions and 48567 deletions

View File

@@ -663,22 +663,6 @@ Blank lines and comments beginning with <code>#</code> are ignored.
after commas between the fields (and this is what we check against),
but the <code>openssl x509</code> tool shows spaces.
</p>
</td></tr><tr><td> tls_allowed_ip_list ["ip1", "ip2", "ip3"] </td><td> (none - clients can connect from anywhere) </td><td>
<p>
Enable an access control list of the IP addresses of clients
who can connect to the TLS or TCP ports on this server.
</p>
<p>
The default is that clients can connect from any IP address.
</p>
<p>
This list may contain wildcards such as <code>192.168.*</code>
See the POSIX <code>fnmatch</code> function for the format
of the wildcards.
</p>
<p>
Note that if this is an empty list, <i>no client can connect</i>.
</p>
</td></tr></table>
<h3>
<a name="Remote_IPv6" id="Remote_IPv6">IPv6 support</a>