/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-20 03:22:45 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080820032245-ue341vdvzqdsg68l
* mandos (string_to_delta): Accept a whitespace-separated sequence of
                            intervals and return the sum.  This allows
                            "5m 30s" to be valid.
  (main): Provide an empty default value for the "host" option for
          "clients.conf", making it no longer a required option.

* mandos-clients.conf.xml: Removed <?xml-stylesheet>.
  (DESCRIPTION): Improved text.
  (DEFAULTS): Renamed to "OPTIONS".  Improved text for "timeout" and
              "interval".
  (CLIENTS): Removed; content moved to "OPTIONS".
  (EXPANSION): New section; document %(foo)s and %%(foo)s expansion.
  (FILES): Moved to before "EXAMPLES".
  (BUGS): New section.
  (EXAMPLES): Renamed to "EXAMPLE", as per man-pages(7).  Renamed
              example section "example_client" to "foo".  Changed
              example "host" setting to a more reasonable example host
              name.  Added additional example client "bar".

* mandos-conf.xml: Removed OVERVIEW entity.

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