/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
1
<?xml version="1.0" encoding="UTF-8"?>
24.1.23 by Björn Påhlsson
Added manual pages for:
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
24.1.23 by Björn Påhlsson
Added manual pages for:
4
<!ENTITY COMMANDNAME "mandos">
444 by Teddy Hogeborn
Update copyright year to "2010" wherever appropriate.
5
<!ENTITY TIMESTAMP "2010-09-26">
217 by Teddy Hogeborn
* .bzrignore: Added "man" directory (created by "make install-html").
6
<!ENTITY % common SYSTEM "common.ent">
7
%common;
24.1.23 by Björn Påhlsson
Added manual pages for:
8
]>
9
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
10
<refentry xmlns:xi="http://www.w3.org/2001/XInclude">
217 by Teddy Hogeborn
* .bzrignore: Added "man" directory (created by "make install-html").
11
   <refentryinfo>
112 by Teddy Hogeborn
* mandos-clients.conf.xml (/refentry/refentryinfo/title): Changed to
12
    <title>Mandos Manual</title>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
13
    <!-- NWalsh’s docbook scripts use this to generate the footer: -->
112 by Teddy Hogeborn
* mandos-clients.conf.xml (/refentry/refentryinfo/title): Changed to
14
    <productname>Mandos</productname>
217 by Teddy Hogeborn
* .bzrignore: Added "man" directory (created by "make install-html").
15
    <productnumber>&version;</productnumber>
111 by Teddy Hogeborn
* mandos-clients.conf.xml (ENTITY TIMESTAMP): New. Automatically
16
    <date>&TIMESTAMP;</date>
24.1.23 by Björn Påhlsson
Added manual pages for:
17
    <authorgroup>
18
      <author>
19
	<firstname>Björn</firstname>
20
	<surname>Påhlsson</surname>
21
	<address>
22
	  <email>belorn@fukt.bsnet.se</email>
23
	</address>
24
      </author>
25
      <author>
26
	<firstname>Teddy</firstname>
27
	<surname>Hogeborn</surname>
28
	<address>
29
	  <email>teddy@fukt.bsnet.se</email>
30
	</address>
31
      </author>
32
    </authorgroup>
33
    <copyright>
34
      <year>2008</year>
246 by Teddy Hogeborn
* README: Update copyright year; add "2009".
35
      <year>2009</year>
444 by Teddy Hogeborn
Update copyright year to "2010" wherever appropriate.
36
      <year>2010</year>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
37
      <holder>Teddy Hogeborn</holder>
38
      <holder>Björn Påhlsson</holder>
24.1.23 by Björn Påhlsson
Added manual pages for:
39
    </copyright>
131 by Teddy Hogeborn
* Makefile: Make all DocBook rules include legalnotice.xml as a
40
    <xi:include href="legalnotice.xml"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
41
  </refentryinfo>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
42
  
24.1.23 by Björn Påhlsson
Added manual pages for:
43
  <refmeta>
44
    <refentrytitle>&COMMANDNAME;</refentrytitle>
24.1.24 by Björn Påhlsson
minor edits
45
    <manvolnum>8</manvolnum>
24.1.23 by Björn Påhlsson
Added manual pages for:
46
  </refmeta>
47
  
48
  <refnamediv>
49
    <refname><command>&COMMANDNAME;</command></refname>
50
    <refpurpose>
116 by Teddy Hogeborn
* mandos-options.xml (priority): Added <acronym> tags.
51
      Gives encrypted passwords to authenticated Mandos clients
24.1.23 by Björn Påhlsson
Added manual pages for:
52
    </refpurpose>
53
  </refnamediv>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
54
  
24.1.23 by Björn Påhlsson
Added manual pages for:
55
  <refsynopsisdiv>
56
    <cmdsynopsis>
57
      <command>&COMMANDNAME;</command>
120 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Use <option> and <replaceable> tags. Unify
58
      <group>
59
	<arg choice="plain"><option>--interface
60
	<replaceable>NAME</replaceable></option></arg>
61
	<arg choice="plain"><option>-i
62
	<replaceable>NAME</replaceable></option></arg>
63
      </group>
64
      <sbr/>
65
      <group>
66
	<arg choice="plain"><option>--address
67
	<replaceable>ADDRESS</replaceable></option></arg>
68
	<arg choice="plain"><option>-a
69
	<replaceable>ADDRESS</replaceable></option></arg>
70
      </group>
71
      <sbr/>
72
      <group>
73
	<arg choice="plain"><option>--port
74
	<replaceable>PORT</replaceable></option></arg>
75
	<arg choice="plain"><option>-p
76
	<replaceable>PORT</replaceable></option></arg>
77
      </group>
78
      <sbr/>
79
      <arg><option>--priority
80
      <replaceable>PRIORITY</replaceable></option></arg>
81
      <sbr/>
82
      <arg><option>--servicename
83
      <replaceable>NAME</replaceable></option></arg>
84
      <sbr/>
85
      <arg><option>--configdir
86
      <replaceable>DIRECTORY</replaceable></option></arg>
87
      <sbr/>
88
      <arg><option>--debug</option></arg>
271 by Teddy Hogeborn
Merge from release branch.
89
      <sbr/>
324 by Teddy Hogeborn
Merge from release branch.
90
      <arg><option>--no-dbus</option></arg>
91
      <sbr/>
314 by Teddy Hogeborn
Support not using IPv6 in server:
92
      <arg><option>--no-ipv6</option></arg>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
93
    </cmdsynopsis>
94
    <cmdsynopsis>
95
      <command>&COMMANDNAME;</command>
96
      <group choice="req">
122 by Teddy Hogeborn
* mandos-keygen.xml (SYNOPSIS): Put long options before short.
97
	<arg choice="plain"><option>--help</option></arg>
120 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Use <option> and <replaceable> tags. Unify
98
	<arg choice="plain"><option>-h</option></arg>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
99
      </group>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
100
    </cmdsynopsis>
101
    <cmdsynopsis>
102
      <command>&COMMANDNAME;</command>
120 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Use <option> and <replaceable> tags. Unify
103
      <arg choice="plain"><option>--version</option></arg>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
104
    </cmdsynopsis>
105
    <cmdsynopsis>
106
      <command>&COMMANDNAME;</command>
120 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Use <option> and <replaceable> tags. Unify
107
      <arg choice="plain"><option>--check</option></arg>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
108
    </cmdsynopsis>
24.1.23 by Björn Påhlsson
Added manual pages for:
109
  </refsynopsisdiv>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
110
  
24.1.23 by Björn Påhlsson
Added manual pages for:
111
  <refsect1 id="description">
112
    <title>DESCRIPTION</title>
113
    <para>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
114
      <command>&COMMANDNAME;</command> is a server daemon which
115
      handles incoming request for passwords for a pre-defined list of
116
      client host computers.  The Mandos server uses Zeroconf to
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
117
      announce itself on the local network, and uses TLS to
118
      communicate securely with and to authenticate the clients.  The
119
      Mandos server uses IPv6 to allow Mandos clients to use IPv6
120
      link-local addresses, since the clients will probably not have
121
      any other addresses configured (see <xref linkend="overview"/>).
122
      Any authenticated client is then given the stored pre-encrypted
123
      password for that specific client.
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
124
    </para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
125
  </refsect1>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
126
  
127
  <refsect1 id="purpose">
128
    <title>PURPOSE</title>
129
    <para>
130
      The purpose of this is to enable <emphasis>remote and unattended
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
131
      rebooting</emphasis> of client host computer with an
132
      <emphasis>encrypted root file system</emphasis>.  See <xref
133
      linkend="overview"/> for details.
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
134
    </para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
135
  </refsect1>
24.1.55 by Björn Påhlsson
updated some partial manual pages
136
  
137
  <refsect1 id="options">
138
    <title>OPTIONS</title>
24.1.23 by Björn Påhlsson
Added manual pages for:
139
    <variablelist>
140
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
141
	<term><option>--help</option></term>
115 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Split <term> tags for the "--help" and
142
	<term><option>-h</option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
143
	<listitem>
144
	  <para>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
145
	    Show a help message and exit
24.1.23 by Björn Påhlsson
Added manual pages for:
146
	  </para>
147
	</listitem>
148
      </varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
149
      
24.1.23 by Björn Påhlsson
Added manual pages for:
150
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
151
	<term><option>--interface</option>
152
	<replaceable>NAME</replaceable></term>
115 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Split <term> tags for the "--help" and
153
	<term><option>-i</option>
154
	<replaceable>NAME</replaceable></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
155
	<listitem>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
156
	  <xi:include href="mandos-options.xml" xpointer="interface"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
157
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
158
      </varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
159
      
24.1.23 by Björn Påhlsson
Added manual pages for:
160
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
161
	<term><option>--address
162
	<replaceable>ADDRESS</replaceable></option></term>
163
	<term><option>-a
164
	<replaceable>ADDRESS</replaceable></option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
165
	<listitem>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
166
	  <xi:include href="mandos-options.xml" xpointer="address"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
167
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
168
      </varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
169
      
24.1.23 by Björn Påhlsson
Added manual pages for:
170
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
171
	<term><option>--port
172
	<replaceable>PORT</replaceable></option></term>
173
	<term><option>-p
174
	<replaceable>PORT</replaceable></option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
175
	<listitem>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
176
	  <xi:include href="mandos-options.xml" xpointer="port"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
177
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
178
      </varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
179
      
24.1.23 by Björn Påhlsson
Added manual pages for:
180
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
181
	<term><option>--check</option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
182
	<listitem>
183
	  <para>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
184
	    Run the server’s self-tests.  This includes any unit
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
185
	    tests, etc.
24.1.23 by Björn Påhlsson
Added manual pages for:
186
	  </para>
187
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
188
      </varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
189
      
24.1.23 by Björn Påhlsson
Added manual pages for:
190
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
191
	<term><option>--debug</option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
192
	<listitem>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
193
	  <xi:include href="mandos-options.xml" xpointer="debug"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
194
	</listitem>
195
      </varlistentry>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
196
      
24.1.23 by Björn Påhlsson
Added manual pages for:
197
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
198
	<term><option>--priority <replaceable>
199
	PRIORITY</replaceable></option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
200
	<listitem>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
201
	  <xi:include href="mandos-options.xml" xpointer="priority"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
202
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
203
      </varlistentry>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
204
      
24.1.23 by Björn Påhlsson
Added manual pages for:
205
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
206
	<term><option>--servicename
207
	<replaceable>NAME</replaceable></option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
208
	<listitem>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
209
	  <xi:include href="mandos-options.xml"
210
		      xpointer="servicename"/>
24.1.23 by Björn Påhlsson
Added manual pages for:
211
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
212
      </varlistentry>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
213
      
24.1.23 by Björn Påhlsson
Added manual pages for:
214
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
215
	<term><option>--configdir
216
	<replaceable>DIRECTORY</replaceable></option></term>
24.1.23 by Björn Påhlsson
Added manual pages for:
217
	<listitem>
218
	  <para>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
219
	    Directory to search for configuration files.  Default is
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
220
	    <quote><literal>/etc/mandos</literal></quote>.  See
221
	    <citerefentry><refentrytitle>mandos.conf</refentrytitle>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
222
	    <manvolnum>5</manvolnum></citerefentry> and <citerefentry>
223
	    <refentrytitle>mandos-clients.conf</refentrytitle>
224
	    <manvolnum>5</manvolnum></citerefentry>.
24.1.23 by Björn Påhlsson
Added manual pages for:
225
	  </para>
226
	</listitem>
227
      </varlistentry>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
228
      
24.1.35 by Björn Påhlsson
version 1.0
229
      <varlistentry>
124 by Teddy Hogeborn
* mandos.xml (OPTIONS): Moved long options before short. Use <option>
230
	<term><option>--version</option></term>
24.1.35 by Björn Påhlsson
version 1.0
231
	<listitem>
232
	  <para>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
233
	    Prints the program version and exit.
24.1.35 by Björn Påhlsson
version 1.0
234
	  </para>
235
	</listitem>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
236
      </varlistentry>
271 by Teddy Hogeborn
Merge from release branch.
237
      
238
      <varlistentry>
324 by Teddy Hogeborn
Merge from release branch.
239
	<term><option>--no-dbus</option></term>
240
	<listitem>
241
	  <xi:include href="mandos-options.xml" xpointer="dbus"/>
242
	  <para>
243
	    See also <xref linkend="dbus_interface"/>.
244
	  </para>
245
	</listitem>
246
      </varlistentry>
247
      
248
      <varlistentry>
314 by Teddy Hogeborn
Support not using IPv6 in server:
249
	<term><option>--no-ipv6</option></term>
250
	<listitem>
251
	  <xi:include href="mandos-options.xml" xpointer="ipv6"/>
252
	</listitem>
253
      </varlistentry>
24.1.23 by Björn Påhlsson
Added manual pages for:
254
    </variablelist>
255
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
256
  
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
257
  <refsect1 id="overview">
258
    <title>OVERVIEW</title>
90 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Added "--xinclude".
259
    <xi:include href="overview.xml"/>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
260
    <para>
261
      This program is the server part.  It is a normal server program
262
      and will run in a normal system environment, not in an initial
134 by Teddy Hogeborn
* mandos.xml: Enclose "RAM" with <acronym>.
263
      <acronym>RAM</acronym> disk environment.
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
264
    </para>
265
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
266
  
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
267
  <refsect1 id="protocol">
268
    <title>NETWORK PROTOCOL</title>
269
    <para>
270
      The Mandos server announces itself as a Zeroconf service of type
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
271
      <quote><literal>_mandos._tcp</literal></quote>.  The Mandos
272
      client connects to the announced address and port, and sends a
273
      line of text where the first whitespace-separated field is the
274
      protocol version, which currently is
275
      <quote><literal>1</literal></quote>.  The client and server then
276
      start a TLS protocol handshake with a slight quirk: the Mandos
277
      server program acts as a TLS <quote>client</quote> while the
278
      connecting Mandos client acts as a TLS <quote>server</quote>.
279
      The Mandos client must supply an OpenPGP certificate, and the
280
      fingerprint of this certificate is used by the Mandos server to
281
      look up (in a list read from <filename>clients.conf</filename>
282
      at start time) which binary blob to give the client.  No other
283
      authentication or authorization is done by the server.
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
284
    </para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
285
    <table>
286
      <title>Mandos Protocol (Version 1)</title><tgroup cols="3"><thead>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
287
      <row>
288
	<entry>Mandos Client</entry>
289
	<entry>Direction</entry>
290
	<entry>Mandos Server</entry>
291
      </row>
292
      </thead><tbody>
293
      <row>
294
	<entry>Connect</entry>
295
	<entry>-><!-- &rarr; --></entry>
296
      </row>
297
      <row>
91 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Include all DocBook-to-manpage-related
298
	<entry><quote><literal>1\r\n</literal></quote></entry>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
299
	<entry>-><!-- &rarr; --></entry>
300
      </row>
301
      <row>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
302
	<entry>TLS handshake <emphasis>as TLS <quote>server</quote>
303
	</emphasis></entry>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
304
	<entry>&lt;-><!-- &xharr; --></entry>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
305
	<entry>TLS handshake <emphasis>as TLS <quote>client</quote>
306
	</emphasis></entry>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
307
      </row>
308
      <row>
309
	<entry>OpenPGP public key (part of TLS handshake)</entry>
310
	<entry>-><!-- &rarr; --></entry>
311
      </row>
312
      <row>
313
	<entry/>
314
	<entry>&lt;-<!-- &larr; --></entry>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
315
	<entry>Binary blob (client will assume OpenPGP data)</entry>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
316
      </row>
317
      <row>
318
	<entry/>
319
	<entry>&lt;-<!-- &larr; --></entry>
320
	<entry>Close</entry>
321
      </row>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
322
    </tbody></tgroup></table>
323
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
324
  
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
325
  <refsect1 id="checking">
326
    <title>CHECKING</title>
327
    <para>
328
      The server will, by default, continually check that the clients
329
      are still up.  If a client has not been confirmed as being up
330
      for some time, the client is assumed to be compromised and is no
367 by Teddy Hogeborn
* init.d-mandos: Bug fix: Correct the LSB header.
331
      longer eligible to receive the encrypted password.  (Manual
332
      intervention is required to re-enable a client.)  The timeout,
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
333
      checker program, and interval between checks can be configured
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
334
      both globally and per client; see <citerefentry>
335
      <refentrytitle>mandos-clients.conf</refentrytitle>
370 by Teddy Hogeborn
* debian/control (Standards-Version): Updated to "2.8.3".
336
      <manvolnum>5</manvolnum></citerefentry>.  A client successfully
337
      receiving its password will also be treated as a successful
338
      checker run.
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
339
    </para>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
340
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
341
  
440 by Teddy Hogeborn
* mandos.xml (APPROVAL): New section.
342
  <refsect1 id="approval">
343
    <title>APPROVAL</title>
344
    <para>
345
      The server can be configured to require manual approval for a
346
      client before it is sent its secret.  The delay to wait for such
347
      approval and the default action (approve or deny) can be
348
      configured both globally and per client; see <citerefentry>
349
      <refentrytitle>mandos-clients.conf</refentrytitle>
350
      <manvolnum>5</manvolnum></citerefentry>.  By default all clients
351
      will be approved immediately without delay.
352
    </para>
353
    <para>
354
      This can be used to deny a client its secret if not manually
355
      approved within a specified time.  It can also be used to make
356
      the server delay before giving a client its secret, allowing
357
      optional manual denying of this specific client.
358
    </para>
359
    
360
  </refsect1>
361
  
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
362
  <refsect1 id="logging">
363
    <title>LOGGING</title>
364
    <para>
91 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Include all DocBook-to-manpage-related
365
      The server will send log message with various severity levels to
366
      <filename>/dev/log</filename>.  With the
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
367
      <option>--debug</option> option, it will log even more messages,
368
      and also show them on the console.
369
    </para>
370
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
371
  
324 by Teddy Hogeborn
Merge from release branch.
372
  <refsect1 id="dbus_interface">
373
    <title>D-BUS INTERFACE</title>
374
    <para>
375
      The server will by default provide a D-Bus system bus interface.
376
      This interface will only be accessible by the root user or a
423 by Teddy Hogeborn
Documentation changes:
377
      Mandos-specific user, if such a user exists.  For documentation
378
      of the D-Bus API, see the file <filename>DBUS-API</filename>.
324 by Teddy Hogeborn
Merge from release branch.
379
    </para>
380
  </refsect1>
381
  
24.1.55 by Björn Påhlsson
updated some partial manual pages
382
  <refsect1 id="exit_status">
383
    <title>EXIT STATUS</title>
384
    <para>
81 by Teddy Hogeborn
* Makefile (GNUTLS_CFLAGS, GNUTLS_LIBS, AVAHI_CFLAGS, AVAHI_LIBS,
385
      The server will exit with a non-zero exit status only when a
386
      critical error is encountered.
24.1.55 by Björn Påhlsson
updated some partial manual pages
387
    </para>
388
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
389
  
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
390
  <refsect1 id="environment">
391
    <title>ENVIRONMENT</title>
392
    <variablelist>
393
      <varlistentry>
117 by Teddy Hogeborn
* mandos-keygen.xml (ENVIRONMENT): Replaced <varname> with <envar>.
394
	<term><envar>PATH</envar></term>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
395
	<listitem>
396
	  <para>
397
	    To start the configured checker (see <xref
398
	    linkend="checking"/>), the server uses
399
	    <filename>/bin/sh</filename>, which in turn uses
400
	    <varname>PATH</varname> to search for matching commands if
401
	    an absolute path is not given.  See <citerefentry>
402
	    <refentrytitle>sh</refentrytitle><manvolnum>1</manvolnum>
91 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Include all DocBook-to-manpage-related
403
	    </citerefentry>.
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
404
	  </para>
405
	</listitem>
406
      </varlistentry>
407
    </variablelist>
408
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
409
  
224 by Teddy Hogeborn
* mandos-keygen.xml (FILES): Fixed id to be "files", not "file".
410
  <refsect1 id="files">
24.1.55 by Björn Påhlsson
updated some partial manual pages
411
    <title>FILES</title>
412
    <para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
413
      Use the <option>--configdir</option> option to change where
414
      <command>&COMMANDNAME;</command> looks for its configurations
415
      files.  The default file names are listed here.
24.1.55 by Björn Påhlsson
updated some partial manual pages
416
    </para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
417
    <variablelist>
418
      <varlistentry>
419
	<term><filename>/etc/mandos/mandos.conf</filename></term>
420
	<listitem>
421
	  <para>
422
	    Server-global settings.  See
423
	    <citerefentry><refentrytitle>mandos.conf</refentrytitle>
424
	    <manvolnum>5</manvolnum></citerefentry> for details.
425
	  </para>
426
	</listitem>
427
      </varlistentry>
428
      <varlistentry>
429
	<term><filename>/etc/mandos/clients.conf</filename></term>
430
	<listitem>
431
	  <para>
432
	    List of clients and client-specific settings.  See
433
	    <citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
434
	    <manvolnum>5</manvolnum></citerefentry> for details.
435
	  </para>
436
	</listitem>
437
      </varlistentry>
438
      <varlistentry>
163 by Teddy Hogeborn
* Makefile (PIDDIR, USER, GROUP): Removed.
439
	<term><filename>/var/run/mandos.pid</filename></term>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
440
	<listitem>
441
	  <para>
439 by Teddy Hogeborn
* mandos: Do not write pid file if --debug is passed.
442
	    The file containing the process id of the
443
	    <command>&COMMANDNAME;</command> process started last.
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
444
	  </para>
445
	</listitem>
446
      </varlistentry>
447
      <varlistentry>
448
	<term><filename>/dev/log</filename></term>
449
	<listitem>
450
	  <para>
451
	    The Unix domain socket to where local syslog messages are
452
	    sent.
453
	  </para>
454
	</listitem>
455
      </varlistentry>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
456
      <varlistentry>
457
	<term><filename>/bin/sh</filename></term>
458
	<listitem>
459
	  <para>
460
	    This is used to start the configured checker command for
461
	    each client.  See <citerefentry>
462
	    <refentrytitle>mandos-clients.conf</refentrytitle>
463
	    <manvolnum>5</manvolnum></citerefentry> for details.
464
	  </para>
465
	</listitem>
466
      </varlistentry>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
467
    </variablelist>
468
  </refsect1>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
469
  
24.1.55 by Björn Påhlsson
updated some partial manual pages
470
  <refsect1 id="bugs">
471
    <title>BUGS</title>
472
    <para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
473
      This server might, on especially fatal errors, emit a Python
474
      backtrace.  This could be considered a feature.
24.1.55 by Björn Påhlsson
updated some partial manual pages
475
    </para>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
476
    <para>
411 by Teddy Hogeborn
More consistent terminology: Clients are no longer "invalid" - they
477
      Currently, if a client is disabled due to having timed out, the
478
      server does not record this fact onto permanent storage.  This
479
      has some security implications, see <xref linkend="clients"/>.
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
480
    </para>
481
    <para>
482
      There is no fine-grained control over logging and debug output.
483
    </para>
484
    <para>
485
      Debug mode is conflated with running in the foreground.
486
    </para>
487
    <para>
320 by Teddy Hogeborn
* initramfs-tools-hook: Changed to use "cut" instead of depending on
488
      The console log messages do not show a time stamp.
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
489
    </para>
149 by Teddy Hogeborn
* mandos-keygen.xml (BUGS): Commented out.
490
    <para>
491
      This server does not check the expire time of clients’ OpenPGP
492
      keys.
493
    </para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
494
  </refsect1>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
495
  
496
  <refsect1 id="example">
497
    <title>EXAMPLE</title>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
498
    <informalexample>
499
      <para>
500
	Normal invocation needs no options:
501
      </para>
502
      <para>
110 by Teddy Hogeborn
* mandos.xml (EXAMPLE): Replaced all occurences of command name with
503
	<userinput>&COMMANDNAME;</userinput>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
504
      </para>
505
    </informalexample>
506
    <informalexample>
507
      <para>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
508
	Run the server in debug mode, read configuration files from
509
	the <filename>~/mandos</filename> directory, and use the
510
	Zeroconf service name <quote>Test</quote> to not collide with
511
	any other official Mandos server on this host:
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
512
      </para>
513
      <para>
514
515
<!-- do not wrap this line -->
110 by Teddy Hogeborn
* mandos.xml (EXAMPLE): Replaced all occurences of command name with
516
<userinput>&COMMANDNAME; --debug --configdir ~/mandos --servicename Test</userinput>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
517
518
      </para>
519
    </informalexample>
520
    <informalexample>
521
      <para>
522
	Run the server normally, but only listen to one interface and
523
	only on the link-local address on that interface:
524
      </para>
525
      <para>
526
527
<!-- do not wrap this line -->
110 by Teddy Hogeborn
* mandos.xml (EXAMPLE): Replaced all occurences of command name with
528
<userinput>&COMMANDNAME; --interface eth7 --address fe80::aede:48ff:fe71:f6f2</userinput>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
529
530
      </para>
531
    </informalexample>
24.1.55 by Björn Påhlsson
updated some partial manual pages
532
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
533
  
24.1.55 by Björn Påhlsson
updated some partial manual pages
534
  <refsect1 id="security">
535
    <title>SECURITY</title>
224 by Teddy Hogeborn
* mandos-keygen.xml (FILES): Fixed id to be "files", not "file".
536
    <refsect2 id="server">
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
537
      <title>SERVER</title>
538
      <para>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
539
	Running this <command>&COMMANDNAME;</command> server program
540
	should not in itself present any security risk to the host
163 by Teddy Hogeborn
* Makefile (PIDDIR, USER, GROUP): Removed.
541
	computer running it.  The program switches to a non-root user
542
	soon after startup.
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
543
      </para>
544
    </refsect2>
224 by Teddy Hogeborn
* mandos-keygen.xml (FILES): Fixed id to be "files", not "file".
545
    <refsect2 id="clients">
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
546
      <title>CLIENTS</title>
547
      <para>
548
	The server only gives out its stored data to clients which
549
	does have the OpenPGP key of the stored fingerprint.  This is
550
	guaranteed by the fact that the client sends its OpenPGP
551
	public key in the TLS handshake; this ensures it to be
552
	genuine.  The server computes the fingerprint of the key
553
	itself and looks up the fingerprint in its list of
554
	clients. The <filename>clients.conf</filename> file (see
555
	<citerefentry><refentrytitle>mandos-clients.conf</refentrytitle>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
556
	<manvolnum>5</manvolnum></citerefentry>)
557
	<emphasis>must</emphasis> be made non-readable by anyone
201 by Teddy Hogeborn
* mandos.xml (SECURITY): Minor wording improvement.
558
	except the user starting the server (usually root).
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
559
      </para>
560
      <para>
561
	As detailed in <xref linkend="checking"/>, the status of all
562
	client computers will continually be checked and be assumed
563
	compromised if they are gone for too long.
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
564
      </para>
565
      <para>
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
566
	If a client is compromised, its downtime should be duly noted
411 by Teddy Hogeborn
More consistent terminology: Clients are no longer "invalid" - they
567
	by the server which would therefore disable the client.  But
568
	if the server was ever restarted, it would re-read its client
569
	list from its configuration file and again regard all clients
570
	therein as enabled, and hence eligible to receive their
571
	passwords.  Therefore, be careful when restarting servers if
572
	it is suspected that a client has, in fact, been compromised
573
	by parties who may now be running a fake Mandos client with
574
	the keys from the non-encrypted initial <acronym>RAM</acronym>
575
	image of the client host.  What should be done in that case
576
	(if restarting the server program really is necessary) is to
577
	stop the server program, edit the configuration file to omit
578
	any suspect clients, and restart the server program.
85 by Teddy Hogeborn
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
579
      </para>
580
      <para>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
581
	For more details on client-side security, see
171 by Teddy Hogeborn
Renamed "password-request" to "mandos-client".
582
	<citerefentry><refentrytitle>mandos-client</refentrytitle>
83 by Teddy Hogeborn
* Makefile (MANPOST): Bug fix: do not replace *all* "een" with "en".
583
	<manvolnum>8mandos</manvolnum></citerefentry>.
584
      </para>
585
    </refsect2>
24.1.55 by Björn Påhlsson
updated some partial manual pages
586
  </refsect1>
182 by Teddy Hogeborn
* Makefile (install): Use "install-client-nokey".
587
  
24.1.55 by Björn Påhlsson
updated some partial manual pages
588
  <refsect1 id="see_also">
589
    <title>SEE ALSO</title>
92 by Teddy Hogeborn
* mandos-keygen.xml (SEE ALSO): Remove "and".
590
    <para>
591
      <citerefentry>
114 by Teddy Hogeborn
* mandos-clients.conf.xml (SEE ALSO): Alphabetized, as per
592
	<refentrytitle>mandos-clients.conf</refentrytitle>
593
	<manvolnum>5</manvolnum></citerefentry>, <citerefentry>
92 by Teddy Hogeborn
* mandos-keygen.xml (SEE ALSO): Remove "and".
594
	<refentrytitle>mandos.conf</refentrytitle>
595
	<manvolnum>5</manvolnum></citerefentry>, <citerefentry>
171 by Teddy Hogeborn
Renamed "password-request" to "mandos-client".
596
	<refentrytitle>mandos-client</refentrytitle>
92 by Teddy Hogeborn
* mandos-keygen.xml (SEE ALSO): Remove "and".
597
	<manvolnum>8mandos</manvolnum></citerefentry>, <citerefentry>
598
	<refentrytitle>sh</refentrytitle><manvolnum>1</manvolnum>
599
      </citerefentry>
600
    </para>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
601
    <variablelist>
602
      <varlistentry>
603
	<term>
604
	  <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
605
	</term>
606
	<listitem>
607
	  <para>
608
	    Zeroconf is the network protocol standard used by clients
609
	    for finding this Mandos server on the local network.
610
	  </para>
611
	</listitem>
612
      </varlistentry>
613
      <varlistentry>
614
	<term>
615
	  <ulink url="http://www.avahi.org/">Avahi</ulink>
616
	</term>
617
      <listitem>
618
	<para>
619
	  Avahi is the library this server calls to implement
620
	  Zeroconf service announcements.
621
	</para>
622
      </listitem>
623
      </varlistentry>
624
      <varlistentry>
625
	<term>
108 by Teddy Hogeborn
* mandos-options.xml (address): Refer to IPv4-mapped IPv6 address
626
	  <ulink url="http://www.gnu.org/software/gnutls/"
627
	  >GnuTLS</ulink>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
628
	</term>
629
      <listitem>
630
	<para>
631
	  GnuTLS is the library this server uses to implement TLS for
632
	  communicating securely with the client, and at the same time
633
	  confidently get the client’s public OpenPGP key.
634
	</para>
635
      </listitem>
636
      </varlistentry>
637
      <varlistentry>
638
	<term>
108 by Teddy Hogeborn
* mandos-options.xml (address): Refer to IPv4-mapped IPv6 address
639
	  RFC 4291: <citetitle>IP Version 6 Addressing
640
	  Architecture</citetitle>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
641
	</term>
642
	<listitem>
108 by Teddy Hogeborn
* mandos-options.xml (address): Refer to IPv4-mapped IPv6 address
643
	  <variablelist>
644
	    <varlistentry>
645
	      <term>Section 2.2: <citetitle>Text Representation of
646
	      Addresses</citetitle></term>
647
	      <listitem><para/></listitem>
648
	    </varlistentry>
649
	    <varlistentry>
650
	      <term>Section 2.5.5.2: <citetitle>IPv4-Mapped IPv6
651
	      Address</citetitle></term>
652
	      <listitem><para/></listitem>
653
	    </varlistentry>
654
	    <varlistentry>
655
	    <term>Section 2.5.6, <citetitle>Link-Local IPv6 Unicast
656
	    Addresses</citetitle></term>
657
	    <listitem>
658
	      <para>
659
		The clients use IPv6 link-local addresses, which are
660
		immediately usable since a link-local addresses is
661
		automatically assigned to a network interfaces when it
662
		is brought up.
663
	      </para>
664
	    </listitem>
665
	    </varlistentry>
666
	  </variablelist>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
667
	</listitem>
668
      </varlistentry>
669
      <varlistentry>
670
	<term>
108 by Teddy Hogeborn
* mandos-options.xml (address): Refer to IPv4-mapped IPv6 address
671
	  RFC 4346: <citetitle>The Transport Layer Security (TLS)
672
	  Protocol Version 1.1</citetitle>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
673
	</term>
674
      <listitem>
675
	<para>
676
	  TLS 1.1 is the protocol implemented by GnuTLS.
677
	</para>
678
      </listitem>
679
      </varlistentry>
680
      <varlistentry>
681
	<term>
108 by Teddy Hogeborn
* mandos-options.xml (address): Refer to IPv4-mapped IPv6 address
682
	  RFC 4880: <citetitle>OpenPGP Message Format</citetitle>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
683
	</term>
684
      <listitem>
685
	<para>
686
	  The data sent to clients is binary encrypted OpenPGP data.
687
	</para>
688
      </listitem>
689
      </varlistentry>
690
      <varlistentry>
691
	<term>
108 by Teddy Hogeborn
* mandos-options.xml (address): Refer to IPv4-mapped IPv6 address
692
	  RFC 5081: <citetitle>Using OpenPGP Keys for Transport Layer
693
	  Security</citetitle>
84 by Teddy Hogeborn
* Makefile (DOCBOOKTOMAN): Use the local manpages/docbook.xsl file, do
694
	</term>
695
      <listitem>
696
	<para>
697
	  This is implemented by GnuTLS and used by this server so
698
	  that OpenPGP keys can be used.
699
	</para>
700
      </listitem>
701
      </varlistentry>
702
    </variablelist>
24.1.55 by Björn Påhlsson
updated some partial manual pages
703
  </refsect1>
24.1.23 by Björn Påhlsson
Added manual pages for:
704
</refentry>
111 by Teddy Hogeborn
* mandos-clients.conf.xml (ENTITY TIMESTAMP): New. Automatically
705
<!-- Local Variables: -->
706
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
707
<!-- time-stamp-end: "[\"']>" -->
708
<!-- time-stamp-format: "%:y-%02m-%02d" -->
709
<!-- End: -->