/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 plugin-runner.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-18 03:25:01 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080818032501-2cl874fi3uvsqn1b
* mandos.xml (SYNOPSIS): Removed unnecessary 'choice="opt"' from <arg>
                         tags.  Also show the "-h" option.
  (OPTIONS): Note that failure to obey the "--interface" option is not
             considered critical.
  (ENVIRONMENT): New section to document the use of PATH by /bin/sh.
  (FILES): Added "/bin/sh".
  (BUGS): Add five bugs from the TODO file.
  (EXAMPLES): Renamed to "EXAMPLE", as per man-pages(7).
  (SERVER, CLIENTS): Added "id" attribute.
  (CLIENT): Document the security implications of one of the five
            bugs added to the BUGS section.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
5
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
6
<!ENTITY VERSION "1.0">
7
 
<!ENTITY COMMANDNAME "mandos-client">
 
7
<!ENTITY COMMANDNAME "plugin-runner">
8
8
]>
9
9
 
10
10
<refentry>
230
230
  <refsect1 id="file">
231
231
    <title>FILES</title>
232
232
    <para>
233
 
      </para>
 
233
    </para>
234
234
  </refsect1>  
235
235
 
236
236
  <refsect1 id="notes">
237
237
    <title>NOTES</title>
238
238
    <para>
239
 
      </para>
 
239
    </para>
240
240
  </refsect1>
241
241
  
242
242
  <refsect1 id="bugs">
243
243
    <title>BUGS</title>
244
244
    <para>
245
 
      </para>
 
245
    </para>
246
246
  </refsect1>  
247
247
 
248
248
  <refsect1 id="examples">
249
249
    <title>EXAMPLES</title>
250
250
    <para>
251
 
      </para>
 
251
    </para>
252
252
  </refsect1>
253
253
 
254
254
  <refsect1 id="security">
255
255
    <title>SECURITY</title>
256
256
    <para>
257
 
      </para>
 
257
    </para>
258
258
  </refsect1>
259
259
 
260
260
  <refsect1 id="see_also">
263
263
      <citerefentry><refentrytitle>mandos</refentrytitle>
264
264
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
265
265
      <refentrytitle>password-request</refentrytitle>
266
 
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
 
266
      <manvolnum>8mandos</manvolnum></citerefentry>, <citerefentry>
267
267
      <refentrytitle>password-prompt</refentrytitle>
268
 
      <manvolnum>8mandos</manvolnum></citerefentry>
 
268
      <manvolnum>8mandos</manvolnum></citerefentry>, and
 
269
      <citerefentry><refentrytitle>cryptsetup</refentrytitle>
 
270
      <manvolnum>8</manvolnum></citerefentry>
269
271
    </para>
270
272
  </refsect1>
271
273