/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: 2016-03-02 16:45:38 UTC
  • Revision ID: teddy@recompile.se-20160302164538-n9ocll4izthzw1ov
Ignore any error from initramfs-tools' "configure_networking".

* initramfs-tools-script: Wrap call to "configure_networking" with
  "set +e" and "set -e", since configure_networking was not designed
  to run in a "set -e" environment.

Closes: 816513
Thanks: Carlos Alberto Lopez Perez <clopez@igalia.com>
Thanks: Ben Hutchings <ben@decadent.org.uk>

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 "2016-07-10">
 
5
<!ENTITY TIMESTAMP "2016-02-28">
6
6
<!ENTITY % common SYSTEM "../common.ent">
7
7
%common;
8
8
]>
693
693
    </variablelist>
694
694
  </refsect1>
695
695
  
696
 
  <refsect1 id="bugs">
697
 
    <title>BUGS</title>
698
 
    <xi:include href="../bugs.xml"/>
699
 
  </refsect1>
 
696
<!--   <refsect1 id="bugs"> -->
 
697
<!--     <title>BUGS</title> -->
 
698
<!--     <para> -->
 
699
<!--     </para> -->
 
700
<!--   </refsect1> -->
700
701
  
701
702
  <refsect1 id="example">
702
703
    <title>EXAMPLE</title>
842
843
      </varlistentry>
843
844
      <varlistentry>
844
845
        <term>
845
 
          <ulink url="https://www.gnutls.org/">GnuTLS</ulink>
 
846
          <ulink url="http://www.gnu.org/software/gnutls/"
 
847
          >GnuTLS</ulink>
846
848
        </term>
847
849
      <listitem>
848
850
        <para>
854
856
      </varlistentry>
855
857
      <varlistentry>
856
858
        <term>
857
 
          <ulink url="https://www.gnupg.org/related_software/gpgme/"
 
859
          <ulink url="http://www.gnupg.org/related_software/gpgme/"
858
860
                 >GPGME</ulink>
859
861
        </term>
860
862
        <listitem>
898
900
      </varlistentry>
899
901
      <varlistentry>
900
902
        <term>
901
 
          RFC 5246: <citetitle>The Transport Layer Security (TLS)
902
 
          Protocol Version 1.2</citetitle>
 
903
          RFC 4346: <citetitle>The Transport Layer Security (TLS)
 
904
          Protocol Version 1.1</citetitle>
903
905
        </term>
904
906
      <listitem>
905
907
        <para>
906
 
          TLS 1.2 is the protocol implemented by GnuTLS.
 
908
          TLS 1.1 is the protocol implemented by GnuTLS.
907
909
        </para>
908
910
      </listitem>
909
911
      </varlistentry>
920
922
      </varlistentry>
921
923
      <varlistentry>
922
924
        <term>
923
 
          RFC 6091: <citetitle>Using OpenPGP Keys for Transport Layer
 
925
          RFC 5081: <citetitle>Using OpenPGP Keys for Transport Layer
924
926
          Security</citetitle>
925
927
        </term>
926
928
      <listitem>