/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 "2011-10-03">
 
6
<!ENTITY TIMESTAMP "2017-02-23">
7
7
<!ENTITY % common SYSTEM "common.ent">
8
8
%common;
9
9
]>
34
34
    <copyright>
35
35
      <year>2008</year>
36
36
      <year>2009</year>
 
37
      <year>2010</year>
37
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>
38
45
      <holder>Teddy Hogeborn</holder>
39
46
      <holder>Björn Påhlsson</holder>
40
47
    </copyright>
154
161
        </listitem>
155
162
      </varlistentry>
156
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
      
157
191
    </variablelist>
158
192
  </refsect1>
159
193
  
171
205
      built-in module <systemitem class="library">ConfigParser</systemitem>
172
206
      requires it.
173
207
    </para>
 
208
    <xi:include href="bugs.xml"/>
174
209
  </refsect1>
175
210
  
176
211
  <refsect1 id="example">
193
228
interface = eth0
194
229
address = fe80::aede:48ff:fe71:f6f2
195
230
port = 1025
196
 
debug = true
197
 
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP
 
231
debug = True
 
232
priority = SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP:!RSA
198
233
servicename = Daena
199
234
use_dbus = False
200
235
use_ipv6 = True
 
236
restore = True
 
237
statedir = /var/lib/mandos
201
238
      </programlisting>
202
239
    </informalexample>
203
240
  </refsect1>