/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: 2013-10-20 21:04:35 UTC
  • Revision ID: teddy@recompile.se-20131020210435-jc94ovr5i4sve16r
* Makefile (install-client-nokey): Install "mandos-change-keytype".
  (uninstall-client): Uninstall "mandos-change-keytype".
* mandos (priority): Changed back default GnuTLS priority string to
                     "SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP".
* mandos-change-keytype: New script which, assuming the Mandos server
                         is responding, will generate a new key with
                         the new mandos-keygen default parameters
                         (currently 4096-bit RSA), and output a
                         replacement section for clients.conf on the
                         Mandos server.
* mandos-keygen: Bug fix: output password prompt even when redirecting
                 stdout.
* mandos-options.xml (priority): Document new default value.
* mandos.conf (priority): - '' -

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