/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 "2016-03-05">
 
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
39
      <holder>Teddy Hogeborn</holder>
44
40
      <holder>Björn Påhlsson</holder>
45
41
    </copyright>
109
105
      <replaceable>FD</replaceable></option></arg>
110
106
      <sbr/>
111
107
      <arg><option>--foreground</option></arg>
112
 
      <sbr/>
113
 
      <arg><option>--no-zeroconf</option></arg>
114
108
    </cmdsynopsis>
115
109
    <cmdsynopsis>
116
110
      <command>&COMMANDNAME;</command>
327
321
        </listitem>
328
322
      </varlistentry>
329
323
      
330
 
      <varlistentry>
331
 
        <term><option>--no-zeroconf</option></term>
332
 
        <listitem>
333
 
          <xi:include href="mandos-options.xml" xpointer="zeroconf"/>
334
 
        </listitem>
335
 
      </varlistentry>
336
 
      
337
324
    </variablelist>
338
325
  </refsect1>
339
326
  
529
516
        </listitem>
530
517
      </varlistentry>
531
518
      <varlistentry>
532
 
        <term><filename>/run/mandos.pid</filename></term>
 
519
        <term><filename>/var/run/mandos.pid</filename></term>
533
520
        <listitem>
534
521
          <para>
535
522
            The file containing the process id of the
536
523
            <command>&COMMANDNAME;</command> process started last.
537
 
            <emphasis >Note:</emphasis> If the <filename
538
 
            class="directory">/run</filename> directory does not
539
 
            exist, <filename>/var/run/mandos.pid</filename> will be
540
 
            used instead.
541
524
          </para>
542
525
        </listitem>
543
526
      </varlistentry>
544
527
      <varlistentry>
 
528
        <term><filename class="devicefile">/dev/log</filename></term>
 
529
      </varlistentry>
 
530
      <varlistentry>
545
531
        <term><filename
546
532
        class="directory">/var/lib/mandos</filename></term>
547
533
        <listitem>
553
539
        </listitem>
554
540
      </varlistentry>
555
541
      <varlistentry>
556
 
        <term><filename class="devicefile">/dev/log</filename></term>
 
542
        <term><filename>/dev/log</filename></term>
557
543
        <listitem>
558
544
          <para>
559
545
            The Unix domain socket to where local syslog messages are
588
574
      This server does not check the expire time of clients’ OpenPGP
589
575
      keys.
590
576
    </para>
591
 
    <xi:include href="bugs.xml"/>
592
577
  </refsect1>
593
578
  
594
579
  <refsect1 id="example">
707
692
      </varlistentry>
708
693
      <varlistentry>
709
694
        <term>
710
 
          <ulink url="http://gnutls.org/">GnuTLS</ulink>
 
695
          <ulink url="http://www.gnu.org/software/gnutls/"
 
696
          >GnuTLS</ulink>
711
697
        </term>
712
698
      <listitem>
713
699
        <para>
751
737
      </varlistentry>
752
738
      <varlistentry>
753
739
        <term>
754
 
          RFC 5246: <citetitle>The Transport Layer Security (TLS)
755
 
          Protocol Version 1.2</citetitle>
 
740
          RFC 4346: <citetitle>The Transport Layer Security (TLS)
 
741
          Protocol Version 1.1</citetitle>
756
742
        </term>
757
743
      <listitem>
758
744
        <para>
759
 
          TLS 1.2 is the protocol implemented by GnuTLS.
 
745
          TLS 1.1 is the protocol implemented by GnuTLS.
760
746
        </para>
761
747
      </listitem>
762
748
      </varlistentry>
772
758
      </varlistentry>
773
759
      <varlistentry>
774
760
        <term>
775
 
          RFC 6091: <citetitle>Using OpenPGP Keys for Transport Layer
776
 
          Security (TLS) Authentication</citetitle>
 
761
          RFC 5081: <citetitle>Using OpenPGP Keys for Transport Layer
 
762
          Security</citetitle>
777
763
        </term>
778
764
      <listitem>
779
765
        <para>