/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to plugin-runner.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-29 05:53:59 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080829055359-wkdasnyxtylmnxus
* mandos.xml (EXAMPLE): Replaced all occurences of command name with
                        "&COMMANDNAME;".

* plugins.d/password-prompt.c (main): Improved some documentation
                                      strings.  Do perror() of
                                      tcgetattr() fails.  Add debug
                                      output if interrupted by signal.
                                      Loop over write() instead of
                                      using fwrite() when outputting
                                      password.  Add debug output if
                                      getline() returns 0, unless it
                                      was caused by a signal.  Add
                                      exit status code to debug
                                      output.

* plugins.d/password-prompt.xml: Changed all single quotes to double
                                 quotes for consistency.  Removed
                                 <?xml-stylesheet>.
  (ENTITY TIMESTAMP): New.  Automatically updated by Emacs time-stamp
                      by using Emacs local variables.
  (/refentry/refentryinfo/title): Changed to "Mandos Manual".
  (/refentry/refentryinfo/productname): Changed to "Mandos".
  (/refentry/refentryinfo/date): New; set to "&TIMESTAMP;".
  (/refentry/refentryinfo/copyright): Split copyright holders.
  (/refentry/refnamediv/refpurpose): Improved wording.
  (SYNOPSIS): Fix to use correct markup.  Add short options.
  (DESCRIPTION, OPTIONS): Improved wording.
  (OPTIONS): Improved wording.  Use more correct markup.  Document
             short options.
  (EXIT STATUS): Add text.
  (ENVIRONMENT): Document use of "cryptsource" and "crypttarget".
  (FILES): REMOVED.
  (BUGS): Add text.
  (EXAMPLE): Added some examples.
  (SECURITY): Added text.
  (SEE ALSO): Remove reference to mandos(8).  Add reference to
              crypttab(5).

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