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

  • Committer: Teddy Hogeborn
  • Date: 2012-06-23 00:58:49 UTC
  • Revision ID: teddy@recompile.se-20120623005849-02wj82cng433rt2k
* clients.conf: Convert all time intervals to new RFC 3339 syntax.
* mandos: All client options for time intervals now take an RFC 3339
          duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
* mandos-clients.conf.xml (OPTIONS/timeout): Document new format.
  (EXAMPLE): Update to new interval format.
  (SEE ALSO): Reference RFC 3339.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
<!ENTITY COMMANDNAME "mandos">
5
 
<!ENTITY TIMESTAMP "2017-02-23">
 
5
<!ENTITY TIMESTAMP "2012-06-17">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
36
36
      <year>2010</year>
37
37
      <year>2011</year>
38
38
      <year>2012</year>
39
 
      <year>2013</year>
40
 
      <year>2014</year>
41
 
      <year>2015</year>
42
 
      <year>2016</year>
43
 
      <year>2017</year>
44
39
      <holder>Teddy Hogeborn</holder>
45
40
      <holder>Björn Påhlsson</holder>
46
41
    </copyright>
110
105
      <replaceable>FD</replaceable></option></arg>
111
106
      <sbr/>
112
107
      <arg><option>--foreground</option></arg>
113
 
      <sbr/>
114
 
      <arg><option>--no-zeroconf</option></arg>
115
108
    </cmdsynopsis>
116
109
    <cmdsynopsis>
117
110
      <command>&COMMANDNAME;</command>
328
321
        </listitem>
329
322
      </varlistentry>
330
323
      
331
 
      <varlistentry>
332
 
        <term><option>--no-zeroconf</option></term>
333
 
        <listitem>
334
 
          <xi:include href="mandos-options.xml" xpointer="zeroconf"/>
335
 
        </listitem>
336
 
      </varlistentry>
337
 
      
338
324
    </variablelist>
339
325
  </refsect1>
340
326
  
530
516
        </listitem>
531
517
      </varlistentry>
532
518
      <varlistentry>
533
 
        <term><filename>/run/mandos.pid</filename></term>
 
519
        <term><filename>/var/run/mandos.pid</filename></term>
534
520
        <listitem>
535
521
          <para>
536
522
            The file containing the process id of the
537
523
            <command>&COMMANDNAME;</command> process started last.
538
 
            <emphasis >Note:</emphasis> If the <filename
539
 
            class="directory">/run</filename> directory does not
540
 
            exist, <filename>/var/run/mandos.pid</filename> will be
541
 
            used instead.
542
524
          </para>
543
525
        </listitem>
544
526
      </varlistentry>
545
527
      <varlistentry>
 
528
        <term><filename class="devicefile">/dev/log</filename></term>
 
529
      </varlistentry>
 
530
      <varlistentry>
546
531
        <term><filename
547
532
        class="directory">/var/lib/mandos</filename></term>
548
533
        <listitem>
554
539
        </listitem>
555
540
      </varlistentry>
556
541
      <varlistentry>
557
 
        <term><filename class="devicefile">/dev/log</filename></term>
 
542
        <term><filename>/dev/log</filename></term>
558
543
        <listitem>
559
544
          <para>
560
545
            The Unix domain socket to where local syslog messages are
589
574
      This server does not check the expire time of clients’ OpenPGP
590
575
      keys.
591
576
    </para>
592
 
    <xi:include href="bugs.xml"/>
593
577
  </refsect1>
594
578
  
595
579
  <refsect1 id="example">
708
692
      </varlistentry>
709
693
      <varlistentry>
710
694
        <term>
711
 
          <ulink url="https://gnutls.org/">GnuTLS</ulink>
 
695
          <ulink url="http://www.gnu.org/software/gnutls/"
 
696
          >GnuTLS</ulink>
712
697
        </term>
713
698
      <listitem>
714
699
        <para>
752
737
      </varlistentry>
753
738
      <varlistentry>
754
739
        <term>
755
 
          RFC 5246: <citetitle>The Transport Layer Security (TLS)
756
 
          Protocol Version 1.2</citetitle>
 
740
          RFC 4346: <citetitle>The Transport Layer Security (TLS)
 
741
          Protocol Version 1.1</citetitle>
757
742
        </term>
758
743
      <listitem>
759
744
        <para>
760
 
          TLS 1.2 is the protocol implemented by GnuTLS.
 
745
          TLS 1.1 is the protocol implemented by GnuTLS.
761
746
        </para>
762
747
      </listitem>
763
748
      </varlistentry>
773
758
      </varlistentry>
774
759
      <varlistentry>
775
760
        <term>
776
 
          RFC 6091: <citetitle>Using OpenPGP Keys for Transport Layer
777
 
          Security (TLS) Authentication</citetitle>
 
761
          RFC 5081: <citetitle>Using OpenPGP Keys for Transport Layer
 
762
          Security</citetitle>
778
763
        </term>
779
764
      <listitem>
780
765
        <para>