~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to programs/showdefaults/showdefaults.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 
3
                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 
4
<!-- lifted from troff+man by doclifter -->
 
5
<refentry>
 
6
<refmeta>
 
7
<refentrytitle>IPSEC_SHOWDEFAULTS</refentrytitle>
 
8
<manvolnum>8</manvolnum>
 
9
<refmiscinfo class='date'>23 Jan 2000</refmiscinfo>
 
10
</refmeta>
 
11
<refnamediv id='name'>
 
12
<refname>ipsec showdefaults</refname>
 
13
<refpurpose>show %defaultroute defaults</refpurpose>
 
14
</refnamediv>
 
15
<!-- body begins here -->
 
16
<refsynopsisdiv id='synopsis'>
 
17
<cmdsynopsis>
 
18
  <command>ipsec</command>    
 
19
    <arg choice='plain'><replaceable>showdefaults</replaceable></arg>
 
20
</cmdsynopsis>
 
21
</refsynopsisdiv>
 
22
 
 
23
 
 
24
<refsect1 id='description'><title>DESCRIPTION</title>
 
25
<para><emphasis remap='I'>Showdefaults</emphasis>
 
26
outputs (on standard output) a terse description of the defaults
 
27
used by the
 
28
<emphasis remap='B'>%defaultroute</emphasis>
 
29
facilities in
 
30
<citerefentry><refentrytitle>ipsec_auto</refentrytitle><manvolnum>8</manvolnum></citerefentry>
 
31
and
 
32
<citerefentry><refentrytitle>ipsec_manual</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
 
33
 
 
34
<para>Beware that the exact output format is subject to change.</para>
 
35
</refsect1>
 
36
 
 
37
<refsect1 id='diagnostics'><title>DIAGNOSTICS</title>
 
38
<para>Normal exit status is 0.
 
39
If no defaults are available,
 
40
i.e. the
 
41
<emphasis remap='B'>interfaces</emphasis>
 
42
parameter in
 
43
<emphasis remap='B'>config setup</emphasis>
 
44
is not
 
45
<emphasis remap='B'>%defaultroute</emphasis>,
 
46
produces a message on standard error and exits with status 1.</para>
 
47
</refsect1>
 
48
 
 
49
<refsect1 id='files'><title>FILES</title>
 
50
<para>/var/run/ipsec.info</para>
 
51
</refsect1>
 
52
 
 
53
<refsect1 id='history'><title>HISTORY</title>
 
54
<para>Written for the Linux FreeS/WAN project
 
55
&lt;<ulink url='http://www.freeswan.org'>http://www.freeswan.org</ulink>&gt;
 
56
by Henry Spencer.</para>
 
57
</refsect1>
 
58
</refentry>
 
59