/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-clients.conf.xml

  • Committer: Teddy Hogeborn
  • Date: 2016-06-23 19:07:23 UTC
  • Revision ID: teddy@recompile.se-20160623190723-59lqa4gb3eykltzt
Server: Fix bug with --interface flag when "cc" is not installed.

* mandos (IPv6_TCPServer.server_bind): Since we fall back to setting
  SO_BINDTODEVICE to a hard-coded value if we failed to find out what
  it is, declare it as global so Python does not think that we are
  creating a new local variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY CONFNAME "mandos-clients.conf">
5
5
<!ENTITY CONFPATH "<filename>/etc/mandos/clients.conf</filename>">
6
 
<!ENTITY TIMESTAMP "2016-06-23">
 
6
<!ENTITY TIMESTAMP "2016-03-05">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
230
230
          <para>
231
231
            This option sets the OpenPGP fingerprint that identifies
232
232
            the public key that clients authenticate themselves with
233
 
            through TLS.  The string needs to be in hexadecimal form,
 
233
            through TLS.  The string needs to be in hexidecimal form,
234
234
            but spaces or upper/lower case are not significant.
235
235
          </para>
236
236
        </listitem>