/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: 2026-05-17 23:56:03 UTC
  • Revision ID: teddy@recompile.se-20260517235603-5ygymkxkh32rxjkf
Remove white space at end of most lines

Remove white space at end of most lines.  Except for where it is
significant, like in shell script "here documents" where the delimiter
word is prefixed by "-", in block comments, and in config file example
settings.  Also not in README files, the INSTALL file, the DBUS-API
file, or the COPYING file (the last of which was copied verbatim from
FSF).

* dbus-mandos.conf: Remove white space at end of lines.
* debian/mandos-client.postinst: - '' -
* debian/mandos-client.templates: - '' -
* debian/mandos.postinst: - '' -
* dracut-module/password-agent.c: - '' -
* dracut-module/password-agent.xml: - '' -
* intro.xml: - '' -
* legalnotice.xml: - '' -
* mandos-clients.conf.xml: - '' -
* mandos-ctl.xml: - '' -
* mandos-keygen: - '' -
* mandos-keygen.xml: - '' -
* mandos-monitor.xml: - '' -
* mandos-options.xml: - '' -
* mandos.conf.xml: - '' -
* mandos.xml: - '' -
* network-hooks.d/wireless: - '' -
* plugin-helpers/mandos-client-iprouteadddel.c: - '' -
* plugin-runner.c: - '' -
* plugin-runner.xml: - '' -
* plugins.d/askpass-fifo.c: - '' -
* plugins.d/askpass-fifo.xml: - '' -
* plugins.d/mandos-client.c: - '' -
* plugins.d/mandos-client.xml: - '' -
* plugins.d/password-prompt.c: - '' -
* plugins.d/password-prompt.xml: - '' -
* plugins.d/plymouth.c: - '' -
* plugins.d/plymouth.xml: - '' -
* plugins.d/splashy.c: - '' -
* plugins.d/splashy.xml: - '' -
* plugins.d/usplash.c: - '' -
* plugins.d/usplash.xml: - '' -

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 "2025-06-27">
 
5
<!ENTITY TIMESTAMP "2026-05-18">
6
6
<!ENTITY % common SYSTEM "../common.ent">
7
7
%common;
8
8
]>
53
53
    </copyright>
54
54
    <xi:include href="../legalnotice.xml"/>
55
55
  </refentryinfo>
56
 
  
 
56
 
57
57
  <refmeta>
58
58
    <refentrytitle>&COMMANDNAME;</refentrytitle>
59
59
    <manvolnum>8mandos</manvolnum>
60
60
  </refmeta>
61
 
  
 
61
 
62
62
  <refnamediv>
63
63
    <refname><command>&COMMANDNAME;</command></refname>
64
64
    <refpurpose>
65
65
      Client for <application>Mandos</application>
66
66
    </refpurpose>
67
67
  </refnamediv>
68
 
  
 
68
 
69
69
  <refsynopsisdiv>
70
70
    <cmdsynopsis>
71
71
      <command>&COMMANDNAME;</command>
163
163
      </group>
164
164
    </cmdsynopsis>
165
165
  </refsynopsisdiv>
166
 
  
 
166
 
167
167
  <refsect1 id="description">
168
168
    <title>DESCRIPTION</title>
169
169
    <para>
206
206
      linkend="overview"/>.
207
207
    </para>
208
208
  </refsect1>
209
 
  
 
209
 
210
210
  <refsect1 id="purpose">
211
211
    <title>PURPOSE</title>
212
212
    <para>
216
216
      linkend="overview"/> for details.
217
217
    </para>
218
218
  </refsect1>
219
 
  
 
219
 
220
220
  <refsect1 id="options">
221
221
    <title>OPTIONS</title>
222
222
    <para>
226
226
      accepts are therefore normally provided by the invoking program,
227
227
      and not directly.
228
228
    </para>
229
 
    
 
229
 
230
230
    <variablelist>
231
231
      <varlistentry>
232
232
        <term><option>--connect=<replaceable
250
250
          </para>
251
251
        </listitem>
252
252
      </varlistentry>
253
 
      
 
253
 
254
254
      <varlistentry>
255
255
        <term><option>--interface=<replaceable
256
256
        >NAME</replaceable><arg rep='repeat'>,<replaceable
291
291
          </para>
292
292
        </listitem>
293
293
      </varlistentry>
294
 
      
 
294
 
295
295
      <varlistentry>
296
296
        <term><option>--pubkey=<replaceable
297
297
        >FILE</replaceable></option></term>
305
305
          </para>
306
306
        </listitem>
307
307
      </varlistentry>
308
 
      
 
308
 
309
309
      <varlistentry>
310
310
        <term><option>--seckey=<replaceable
311
311
        >FILE</replaceable></option></term>
319
319
          </para>
320
320
        </listitem>
321
321
      </varlistentry>
322
 
      
 
322
 
323
323
      <varlistentry>
324
324
        <term><option>--tls-pubkey=<replaceable
325
325
        >FILE</replaceable></option></term>
356
356
                      xpointer="priority"/>
357
357
        </listitem>
358
358
      </varlistentry>
359
 
      
 
359
 
360
360
      <varlistentry>
361
361
        <term><option>--dh-bits=<replaceable
362
362
        >BITS</replaceable></option></term>
371
371
          </para>
372
372
        </listitem>
373
373
      </varlistentry>
374
 
      
 
374
 
375
375
      <varlistentry>
376
376
        <term><option>--dh-params=<replaceable
377
377
        >FILE</replaceable></option></term>
429
429
          </para>
430
430
        </listitem>
431
431
      </varlistentry>
432
 
      
 
432
 
433
433
      <varlistentry>
434
434
        <term><option>--debug</option></term>
435
435
        <listitem>
445
445
          </para>
446
446
        </listitem>
447
447
      </varlistentry>
448
 
      
 
448
 
449
449
      <varlistentry>
450
450
        <term><option>--help</option></term>
451
451
        <term><option>-?</option></term>
455
455
          </para>
456
456
        </listitem>
457
457
      </varlistentry>
458
 
      
 
458
 
459
459
      <varlistentry>
460
460
        <term><option>--usage</option></term>
461
461
        <listitem>
464
464
          </para>
465
465
        </listitem>
466
466
      </varlistentry>
467
 
      
 
467
 
468
468
      <varlistentry>
469
469
        <term><option>--version</option></term>
470
470
        <term><option>-V</option></term>
476
476
      </varlistentry>
477
477
    </variablelist>
478
478
  </refsect1>
479
 
  
 
479
 
480
480
  <refsect1 id="overview">
481
481
    <title>OVERVIEW</title>
482
482
    <xi:include href="../overview.xml"/>
515
515
      at all.
516
516
    </para>
517
517
  </refsect1>
518
 
  
 
518
 
519
519
  <refsect1 id="exit_status">
520
520
    <title>EXIT STATUS</title>
521
521
    <para>
528
528
      get a decryptable password and print it.
529
529
    </para>
530
530
  </refsect1>
531
 
  
 
531
 
532
532
  <refsect1 id="environment">
533
533
    <title>ENVIRONMENT</title>
534
534
    <variablelist>
551
551
    </citerefentry>.
552
552
    </para>
553
553
  </refsect1>
554
 
  
 
554
 
555
555
  <refsect1 id="network-hooks">
556
556
    <title>NETWORK HOOKS</title>
557
557
    <para>
720
720
      </para>
721
721
    </refsect2>
722
722
  </refsect1>
723
 
  
 
723
 
724
724
  <refsect1 id="files">
725
725
    <title>FILES</title>
726
726
    <variablelist>
765
765
      </varlistentry>
766
766
    </variablelist>
767
767
  </refsect1>
768
 
  
 
768
 
769
769
  <refsect1 id="bugs">
770
770
    <title>BUGS</title>
771
771
    <xi:include href="../bugs.xml"/>
772
772
  </refsect1>
773
 
  
 
773
 
774
774
  <refsect1 id="example">
775
775
    <title>EXAMPLE</title>
776
776
    <para>
824
824
      </para>
825
825
    </informalexample>
826
826
  </refsect1>
827
 
  
 
827
 
828
828
  <refsect1 id="security">
829
829
    <title>SECURITY</title>
830
830
    <para>
872
872
      confidential.
873
873
    </para>
874
874
  </refsect1>
875
 
  
 
875
 
876
876
  <refsect1 id="see_also">
877
877
    <title>SEE ALSO</title>
878
878
    <para>