/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-22 00:16:20 UTC
  • mfrom: (24.1.57 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080822001620-vxpn1evy0t0kyvj0
* clients.conf ([DEFAULT]/checker): Update to new default value.

* mandos (Client.start_checker): Bug fix: OSError, not
                                 subprocess.OSError.
  (main): Use "fping -q -- %(host)s" instead of "fping -q --
          %%(host)s" as default value for "checker".  Always redirect
          stdin to be from /dev/null, even if in debug mode.

* mandos-clients.conf.xml (DESCRIPTION): Improved wording and refer to
                                         the EXPANSION section.
  (OPTIONS): Added synopsis and improved wording for "checker",
             "fingerprint", and "secret".  Refer to the RUNTIME
             EXPANSION section for the "checker" option.
  (EXAMPLE): Update to new default value for "checker".

* mandos-keygen (trap): Split lines and add "set +e".

Show diffs side-by-side

added added

removed removed

Lines of Context:
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