/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 plugins.d/password-request.xml

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
6
<!ENTITY VERSION "1.0">
7
7
<!ENTITY COMMANDNAME "password-request">
 
8
<!ENTITY TIMESTAMP "2008-08-29">
8
9
]>
9
10
 
10
11
<refentry>
11
12
  <refentryinfo>
12
 
    <title>&COMMANDNAME;</title>
 
13
    <title>Mandos Manual</title>
13
14
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
14
 
    <productname>&COMMANDNAME;</productname>
 
15
    <productname>Mandos</productname>
15
16
    <productnumber>&VERSION;</productnumber>
 
17
    <date>&TIMESTAMP;</date>
16
18
    <authorgroup>
17
19
      <author>
18
20
        <firstname>Björn</firstname>
120
122
        IP</replaceable></literal></term>
121
123
        <listitem>
122
124
          <para>
123
 
            Connect directly to a sepcified mandos server
 
125
            Connect directly to a specified mandos server
124
126
          </para>
125
127
        </listitem>
126
128
      </varlistentry>
229
231
    </para>
230
232
  </refsect1>
231
233
 
 
234
  <refsect1 id="environment">
 
235
    <title>ENVIRONMENT</title>
 
236
    <para>
 
237
    </para>
 
238
  </refsect1>  
 
239
 
232
240
  <refsect1 id="file">
233
241
    <title>FILES</title>
234
242
    <para>
235
243
    </para>
236
244
  </refsect1>  
237
 
 
238
 
  <refsect1 id="notes">
239
 
    <title>NOTES</title>
240
 
    <para>
241
 
    </para>
242
 
  </refsect1>
243
245
  
244
246
  <refsect1 id="bugs">
245
247
    <title>BUGS</title>
247
249
    </para>
248
250
  </refsect1>  
249
251
 
250
 
  <refsect1 id="examples">
251
 
    <title>EXAMPLES</title>
 
252
  <refsect1 id="example">
 
253
    <title>EXAMPLE</title>
252
254
    <para>
253
255
    </para>
254
256
  </refsect1>
263
265
    <title>SEE ALSO</title>
264
266
    <para>
265
267
      <citerefentry><refentrytitle>mandos</refentrytitle>
266
 
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
267
 
      <refentrytitle>plugin-runner</refentrytitle>
268
 
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
269
 
      <refentrytitle>password-prompt</refentrytitle>
 
268
      <manvolnum>8</manvolnum></citerefentry>,
 
269
      <citerefentry><refentrytitle>password-prompt</refentrytitle>
 
270
      <manvolnum>8mandos</manvolnum></citerefentry>,
 
271
      <citerefentry><refentrytitle>plugin-runner</refentrytitle>
270
272
      <manvolnum>8mandos</manvolnum></citerefentry>
271
273
    </para>
272
 
  </refsect1>  
 
274
    <itemizedlist>
 
275
      <listitem><para>
 
276
        <ulink url="http://www.zeroconf.org/">Zeroconf</ulink>
 
277
      </para></listitem>
 
278
      
 
279
      <listitem><para>
 
280
        <ulink url="http://www.avahi.org/">Avahi</ulink>
 
281
      </para></listitem>
 
282
      
 
283
      <listitem><para>
 
284
        <ulink
 
285
            url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
 
286
      </para></listitem>
 
287
      
 
288
      <listitem><para>
 
289
        <ulink
 
290
        url="http://www.gnupg.org/related_software/gpgme/">
 
291
        GPGME</ulink>
 
292
      </para></listitem>
 
293
      
 
294
      <listitem><para>
 
295
        <citation>RFC 4880: <citetitle>OpenPGP Message
 
296
        Format</citetitle></citation>
 
297
      </para></listitem>
 
298
      
 
299
      <listitem><para>
 
300
        <citation>RFC 5081: <citetitle>Using OpenPGP Keys for
 
301
        Transport Layer Security</citetitle></citation>
 
302
      </para></listitem>
 
303
      
 
304
      <listitem><para>
 
305
        <citation>RFC 4291: <citetitle>IP Version 6 Addressing
 
306
        Architecture</citetitle>, section 2.5.6, Link-Local IPv6
 
307
        Unicast Addresses</citation>
 
308
      </para></listitem>
 
309
    </itemizedlist>
 
310
  </refsect1>
 
311
 
273
312
</refentry>
 
313
<!-- Local Variables: -->
 
314
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
 
315
<!-- time-stamp-end: "[\"']>" -->
 
316
<!-- time-stamp-format: "%:y-%02m-%02d" -->
 
317
<!-- End: -->