/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.conf.xml

  • Committer: Teddy Hogeborn
  • Date: 2017-08-20 16:20:54 UTC
  • Revision ID: teddy@recompile.se-20170820162054-jwig602syxx2k4l0
Alter copyright notices slightly.  Actual license is unchanged!

This alters all copyright notices to use the Free Software
Foundation's recommendations for license notices; from
<https://www.gnu.org/licenses/gpl-howto.html>:

  For programs that are more than one file, it is better to replace
  “this program” with the name of the program, and begin the statement
  with a line saying “This file is part of NAME”.

* DBUS-API: Use program name "Mandos" explicitly in license notice.
* debian/copyright: - '' -
* initramfs-unpack: - '' -
* legalnotice.xml: - '' -
* mandos: - '' -
* mandos-ctl: - '' -
* mandos-keygen: - '' -
* mandos-monitor: - '' -
* plugin-helpers/mandos-client-iprouteadddel.c: - '' -
* plugin-runner.c: - '' -
* plugins.d/askpass-fifo.c: - '' -
* plugins.d/mandos-client.c: - '' -
* plugins.d/password-prompt.c: - '' -
* plugins.d/plymouth.c: - '' -
* plugins.d/splashy.c: - '' -
* plugins.d/usplash.c: - '' -

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.conf">
5
5
<!ENTITY CONFPATH "<filename>/etc/mandos/mandos.conf</filename>">
6
 
<!ENTITY TIMESTAMP "2009-02-25">
 
6
<!ENTITY TIMESTAMP "2017-02-23">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
20
20
        <firstname>Björn</firstname>
21
21
        <surname>Påhlsson</surname>
22
22
        <address>
23
 
          <email>belorn@fukt.bsnet.se</email>
 
23
          <email>belorn@recompile.se</email>
24
24
        </address>
25
25
      </author>
26
26
      <author>
27
27
        <firstname>Teddy</firstname>
28
28
        <surname>Hogeborn</surname>
29
29
        <address>
30
 
          <email>teddy@fukt.bsnet.se</email>
 
30
          <email>teddy@recompile.se</email>
31
31
        </address>
32
32
      </author>
33
33
    </authorgroup>
34
34
    <copyright>
35
35
      <year>2008</year>
36
36
      <year>2009</year>
 
37
      <year>2010</year>
 
38
      <year>2011</year>
 
39
      <year>2012</year>
 
40
      <year>2013</year>
 
41
      <year>2014</year>
 
42
      <year>2015</year>
 
43
      <year>2016</year>
 
44
      <year>2017</year>
37
45
      <holder>Teddy Hogeborn</holder>
38
46
      <holder>Björn Påhlsson</holder>
39
47
    </copyright>
153
161
        </listitem>
154
162
      </varlistentry>
155
163
      
 
164
      <varlistentry>
 
165
        <term><option>restore<literal> = </literal>{ <literal
 
166
          >1</literal> | <literal>yes</literal> | <literal
 
167
          >true</literal> | <literal>on</literal> | <literal
 
168
          >0</literal> | <literal>no</literal> | <literal
 
169
          >false</literal> | <literal>off</literal> }</option></term>
 
170
        <listitem>
 
171
          <xi:include href="mandos-options.xml" xpointer="restore"/>
 
172
        </listitem>
 
173
      </varlistentry>
 
174
      
 
175
      <varlistentry>
 
176
        <term><option>statedir<literal> = </literal><replaceable
 
177
        >DIRECTORY</replaceable></option></term>
 
178
        <listitem>
 
179
          <xi:include href="mandos-options.xml" xpointer="statedir"/>
 
180
        </listitem>
 
181
      </varlistentry>
 
182
      
 
183
      <varlistentry>
 
184
        <term><option>socket<literal> = </literal><replaceable
 
185
        >NUMBER</replaceable></option></term>
 
186
        <listitem>
 
187
          <xi:include href="mandos-options.xml" xpointer="socket"/>
 
188
        </listitem>
 
189
      </varlistentry>
 
190
      
156
191
    </variablelist>
157
192
  </refsect1>
158
193
  
170
205
      built-in module <systemitem class="library">ConfigParser</systemitem>
171
206
      requires it.
172
207
    </para>
 
208
    <xi:include href="bugs.xml"/>
173
209
  </refsect1>
174
210
  
175
211
  <refsect1 id="example">
192
228
interface = eth0
193
229
address = fe80::aede:48ff:fe71:f6f2
194
230
port = 1025
195
 
debug = true
196
 
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
 
231
debug = True
 
232
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP:!RSA
197
233
servicename = Daena
198
234
use_dbus = False
199
235
use_ipv6 = True
 
236
restore = True
 
237
statedir = /var/lib/mandos
200
238
      </programlisting>
201
239
    </informalexample>
202
240
  </refsect1>
204
242
  <refsect1 id="see_also">
205
243
    <title>SEE ALSO</title>
206
244
    <para>
 
245
      <citerefentry><refentrytitle>intro</refentrytitle>
 
246
      <manvolnum>8mandos</manvolnum></citerefentry>,
207
247
      <citerefentry><refentrytitle>gnutls_priority_init</refentrytitle
208
248
      ><manvolnum>3</manvolnum></citerefentry>,
209
249
      <citerefentry><refentrytitle>mandos</refentrytitle>