/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 plugins.d/mandos-client.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-client">
5
 
<!ENTITY TIMESTAMP "2013-10-20">
 
5
<!ENTITY TIMESTAMP "2012-06-17">
6
6
<!ENTITY % common SYSTEM "../common.ent">
7
7
%common;
8
8
]>
34
34
      <year>2008</year>
35
35
      <year>2009</year>
36
36
      <year>2012</year>
37
 
      <year>2013</year>
38
37
      <holder>Teddy Hogeborn</holder>
39
38
      <holder>Björn Påhlsson</holder>
40
39
    </copyright>
513
512
              It is not necessary to print any non-executable files
514
513
              already in the network hook directory, these will be
515
514
              copied implicitly if they otherwise satisfy the name
516
 
              requirements.
 
515
              requirement.
517
516
            </para>
518
517
          </listitem>
519
518
        </varlistentry>
667
666
    </para>
668
667
    <informalexample>
669
668
      <para>
670
 
        Normal invocation needs no options, if the network interfaces
 
669
        Normal invocation needs no options, if the network interface
671
670
        can be automatically determined:
672
671
      </para>
673
672
      <para>
676
675
    </informalexample>
677
676
    <informalexample>
678
677
      <para>
679
 
        Search for Mandos servers (and connect to them) using one
680
 
        specific interface:
 
678
        Search for Mandos servers (and connect to them) using another
 
679
        interface:
681
680
      </para>
682
681
      <para>
683
682
        <!-- do not wrap this line -->
847
846
              <para>
848
847
                This client uses IPv6 link-local addresses, which are
849
848
                immediately usable since a link-local addresses is
850
 
                automatically assigned to a network interface when it
 
849
                automatically assigned to a network interfaces when it
851
850
                is brought up.
852
851
              </para>
853
852
            </listitem>