/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-ctl.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-ctl">
5
 
<!ENTITY TIMESTAMP "2019-07-29">
 
5
<!ENTITY TIMESTAMP "2026-05-18">
6
6
<!ENTITY % common SYSTEM "common.ent">
7
7
%common;
8
8
]>
46
46
    </copyright>
47
47
    <xi:include href="legalnotice.xml"/>
48
48
  </refentryinfo>
49
 
  
 
49
 
50
50
  <refmeta>
51
51
    <refentrytitle>&COMMANDNAME;</refentrytitle>
52
52
    <manvolnum>8</manvolnum>
53
53
  </refmeta>
54
 
  
 
54
 
55
55
  <refnamediv>
56
56
    <refname><command>&COMMANDNAME;</command></refname>
57
57
    <refpurpose>
58
58
      Control or query the operation of the Mandos server
59
59
    </refpurpose>
60
60
  </refnamediv>
61
 
  
 
61
 
62
62
  <refsynopsisdiv>
63
63
    <cmdsynopsis>
64
64
      <command>&COMMANDNAME;</command>
220
220
      <arg choice="plain"><option>--check</option></arg>
221
221
    </cmdsynopsis>
222
222
  </refsynopsisdiv>
223
 
  
 
223
 
224
224
  <refsect1 id="description">
225
225
    <title>DESCRIPTION</title>
226
226
    <para>
234
234
      deny client requests, and to remove clients from the server.
235
235
    </para>
236
236
  </refsect1>
237
 
  
 
237
 
238
238
  <refsect1 id="purpose">
239
239
    <title>PURPOSE</title>
240
240
    <para>
244
244
      linkend="overview"/> for details.
245
245
    </para>
246
246
  </refsect1>
247
 
  
 
247
 
248
248
  <refsect1 id="options">
249
249
    <title>OPTIONS</title>
250
 
    
 
250
 
251
251
    <variablelist>
252
252
      <varlistentry>
253
253
        <term><option>--help</option></term>
258
258
          </para>
259
259
        </listitem>
260
260
      </varlistentry>
261
 
      
 
261
 
262
262
      <varlistentry>
263
263
        <term><option>--enable</option></term>
264
264
        <term><option>-e</option></term>
269
269
          </para>
270
270
        </listitem>
271
271
      </varlistentry>
272
 
      
 
272
 
273
273
      <varlistentry>
274
274
        <term><option>--disable</option></term>
275
275
        <term><option>-d</option></term>
281
281
          </para>
282
282
        </listitem>
283
283
      </varlistentry>
284
 
      
 
284
 
285
285
      <varlistentry>
286
286
        <term><option>--bump-timeout</option></term>
287
287
        <listitem>
291
291
          </para>
292
292
        </listitem>
293
293
      </varlistentry>
294
 
      
 
294
 
295
295
      <varlistentry>
296
296
        <term><option>--start-checker</option></term>
297
297
        <listitem>
300
300
          </para>
301
301
        </listitem>
302
302
      </varlistentry>
303
 
      
 
303
 
304
304
      <varlistentry>
305
305
        <term><option>--stop-checker</option></term>
306
306
        <listitem>
309
309
          </para>
310
310
        </listitem>
311
311
      </varlistentry>
312
 
      
 
312
 
313
313
      <varlistentry>
314
314
        <term><option>--remove</option></term>
315
315
        <term><option>-r</option></term>
319
319
          </para>
320
320
        </listitem>
321
321
      </varlistentry>
322
 
      
 
322
 
323
323
      <varlistentry>
324
324
        <term><option>--checker
325
325
        <replaceable>COMMAND</replaceable></option></term>
334
334
          </para>
335
335
        </listitem>
336
336
      </varlistentry>
337
 
      
 
337
 
338
338
      <varlistentry>
339
339
        <term><option>--timeout
340
340
        <replaceable>TIME</replaceable></option></term>
362
362
          </para>
363
363
        </listitem>
364
364
      </varlistentry>
365
 
      
 
365
 
366
366
      <varlistentry>
367
367
        <term><option>--interval
368
368
        <replaceable>TIME</replaceable></option></term>
377
377
          </para>
378
378
        </listitem>
379
379
      </varlistentry>
380
 
      
 
380
 
381
381
      <varlistentry>
382
382
        <term><option>--approve-by-default</option></term>
383
383
        <term><option>--deny-by-default</option></term>
392
392
          </para>
393
393
        </listitem>
394
394
      </varlistentry>
395
 
      
 
395
 
396
396
      <varlistentry>
397
397
        <term><option>--approval-delay
398
398
        <replaceable>TIME</replaceable></option></term>
405
405
          </para>
406
406
        </listitem>
407
407
      </varlistentry>
408
 
      
 
408
 
409
409
      <varlistentry>
410
410
        <term><option>--approval-duration
411
411
        <replaceable>TIME</replaceable></option></term>
418
418
          </para>
419
419
        </listitem>
420
420
      </varlistentry>
421
 
      
 
421
 
422
422
      <varlistentry>
423
423
        <term><option>--host
424
424
        <replaceable>STRING</replaceable></option></term>
433
433
          </para>
434
434
        </listitem>
435
435
      </varlistentry>
436
 
      
 
436
 
437
437
      <varlistentry>
438
438
        <term><option>--secret
439
439
        <replaceable>FILENAME</replaceable></option></term>
448
448
          </para>
449
449
        </listitem>
450
450
      </varlistentry>
451
 
      
 
451
 
452
452
      <varlistentry>
453
453
        <term><option>--approve</option></term>
454
454
        <term><option>-A</option></term>
458
458
          </para>
459
459
        </listitem>
460
460
      </varlistentry>
461
 
      
 
461
 
462
462
      <varlistentry>
463
463
        <term><option>--deny</option></term>
464
464
        <term><option>-D</option></term>
468
468
          </para>
469
469
        </listitem>
470
470
      </varlistentry>
471
 
      
 
471
 
472
472
      <varlistentry>
473
473
        <term><option>--all</option></term>
474
474
        <term><option>-a</option></term>
479
479
          </para>
480
480
        </listitem>
481
481
      </varlistentry>
482
 
      
 
482
 
483
483
      <varlistentry>
484
484
        <term><option>--verbose</option></term>
485
485
        <term><option>-v</option></term>
489
489
          </para>
490
490
        </listitem>
491
491
      </varlistentry>
492
 
      
 
492
 
493
493
      <varlistentry>
494
494
        <term><option>--dump-json</option></term>
495
495
        <term><option>-j</option></term>
499
499
          </para>
500
500
        </listitem>
501
501
      </varlistentry>
502
 
      
 
502
 
503
503
      <varlistentry>
504
504
        <term><option>--is-enabled</option></term>
505
505
        <term><option>-V</option></term>
510
510
          </para>
511
511
        </listitem>
512
512
      </varlistentry>
513
 
      
 
513
 
514
514
      <varlistentry>
515
515
        <term><option>--debug</option></term>
516
516
        <listitem>
519
519
          </para>
520
520
        </listitem>
521
521
      </varlistentry>
522
 
      
 
522
 
523
523
      <varlistentry>
524
524
        <term><option>--check</option></term>
525
525
        <listitem>
528
528
          </para>
529
529
        </listitem>
530
530
      </varlistentry>
531
 
      
 
531
 
532
532
    </variablelist>
533
533
  </refsect1>
534
 
  
 
534
 
535
535
  <refsect1 id="overview">
536
536
    <title>OVERVIEW</title>
537
537
    <xi:include href="overview.xml"/>
541
541
      <filename>clients.conf</filename> on the server.
542
542
    </para>
543
543
  </refsect1>
544
 
  
 
544
 
545
545
  <refsect1 id="exit_status">
546
546
    <title>EXIT STATUS</title>
547
547
    <para>
549
549
      status will be 0 only if the specified client is enabled.
550
550
    </para>
551
551
  </refsect1>
552
 
  
 
552
 
553
553
  <refsect1 id="bugs">
554
554
    <title>BUGS</title>
555
555
    <xi:include href="bugs.xml"/>
556
556
  </refsect1>
557
 
  
 
557
 
558
558
  <refsect1 id="example">
559
559
    <title>EXAMPLE</title>
560
560
    <!-- Name of test methods in class Test_commands_from_options are
569
569
        <userinput>&COMMANDNAME;</userinput>
570
570
      </para>
571
571
    </informalexample>
572
 
    
 
572
 
573
573
    <informalexample>
574
574
      <!-- Test method: test_manual_page_example_2() -->
575
575
      <para>
584
584
 
585
585
      </para>
586
586
    </informalexample>
587
 
    
 
587
 
588
588
    <informalexample>
589
589
      <!-- Test method: test_manual_page_example_3() -->
590
590
      <para>
594
594
        <userinput>&COMMANDNAME; --enable --all</userinput>
595
595
      </para>
596
596
    </informalexample>
597
 
    
 
597
 
598
598
    <informalexample>
599
599
      <!-- Test method: test_manual_page_example_4() -->
600
600
      <para>
609
609
 
610
610
      </para>
611
611
    </informalexample>
612
 
    
 
612
 
613
613
    <informalexample>
614
614
      <!-- Test method: test_manual_page_example_5() -->
615
615
      <para>
620
620
      </para>
621
621
    </informalexample>
622
622
  </refsect1>
623
 
  
 
623
 
624
624
  <refsect1 id="security">
625
625
    <title>SECURITY</title>
626
626
    <para>
629
629
      could be configured otherwise by reconfiguring the D-Bus server.
630
630
    </para>
631
631
  </refsect1>
632
 
  
 
632
 
633
633
  <refsect1 id="see_also">
634
634
    <title>SEE ALSO</title>
635
635
    <para>
643
643
      <manvolnum>8</manvolnum></citerefentry>
644
644
    </para>
645
645
  </refsect1>
646
 
  
 
646
 
647
647
</refentry>
648
648
<!-- Local Variables: -->
649
649
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->