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

« back to all changes in this revision

Viewing changes to doc/manpage.d/ipsec_version_code.3.html

  • 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
 
Content-type: text/html
2
 
 
3
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
 
<HTML><HEAD><TITLE>Man page of IPSEC_VERSION</TITLE>
5
 
</HEAD><BODY>
6
 
<H1>IPSEC_VERSION</H1>
7
 
Section: C Library Functions (3)<BR>Updated: 21 Nov 2001<BR><A HREF="#index">Index</A>
8
 
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
9
 
 
10
 
 
11
 
<A NAME="lbAB">&nbsp;</A>
12
 
<H2>NAME</H2>
13
 
 
14
 
ipsec ipsec_version_code - get IPsec version code
15
 
<BR>
16
 
 
17
 
ipsec ipsec_version_string - get full IPsec version string
18
 
<BR>
19
 
 
20
 
ipsec ipsec_copyright_notice - get IPsec copyright notice
21
 
<A NAME="lbAC">&nbsp;</A>
22
 
<H2>SYNOPSIS</H2>
23
 
 
24
 
<B>#include &lt;<A HREF="file:///usr/include/freeswan.h">freeswan.h</A>&gt;</B>
25
 
 
26
 
<P>
27
 
<B>const char *ipsec_version_code(void);</B>
28
 
 
29
 
<BR>
30
 
 
31
 
<B>const char *ipsec_version_string(void);</B>
32
 
 
33
 
<BR>
34
 
 
35
 
<B>const char **ipsec_copyright_notice(void);</B>
36
 
 
37
 
<A NAME="lbAD">&nbsp;</A>
38
 
<H2>DESCRIPTION</H2>
39
 
 
40
 
These functions provide information on version numbering and copyright
41
 
of the Linux FreeS/WAN IPsec implementation.
42
 
<P>
43
 
 
44
 
<I>Ipsec_version_code</I>
45
 
 
46
 
returns a pointer to a string constant
47
 
containing the current IPsec version code,
48
 
such as ``1.92'' or ``snap2001Nov19b''.
49
 
<P>
50
 
 
51
 
<I>Ipsec_version_string</I>
52
 
 
53
 
returns a pointer to a string constant giving a full version identification,
54
 
consisting of the version code preceded by a prefix identifying the software,
55
 
e.g. ``Linux FreeS/WAN 1.92''.
56
 
<P>
57
 
 
58
 
<I>Ipsec_copyright_notice</I>
59
 
 
60
 
returns a pointer to a vector of pointers,
61
 
terminated by a
62
 
<B>NULL</B>,
63
 
 
64
 
which is the text of a suitable copyright notice.
65
 
Each pointer points to a string constant (possibly empty) which is one line
66
 
of the somewhat-verbose copyright notice.
67
 
The strings are NUL-terminated and do not contain a newline;
68
 
supplying suitable line termination for the output device is
69
 
the caller's responsibility.
70
 
<A NAME="lbAE">&nbsp;</A>
71
 
<H2>SEE ALSO</H2>
72
 
 
73
 
<A HREF="/cgi-bin/man/man2html?8+ipsec">ipsec</A>(8)
74
 
<A NAME="lbAF">&nbsp;</A>
75
 
<H2>HISTORY</H2>
76
 
 
77
 
Written for the FreeS/WAN project by Henry Spencer.
78
 
<P>
79
 
 
80
 
<HR>
81
 
<A NAME="index">&nbsp;</A><H2>Index</H2>
82
 
<DL>
83
 
<DT><A HREF="#lbAB">NAME</A><DD>
84
 
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
85
 
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
86
 
<DT><A HREF="#lbAE">SEE ALSO</A><DD>
87
 
<DT><A HREF="#lbAF">HISTORY</A><DD>
88
 
</DL>
89
 
<HR>
90
 
This document was created by
91
 
<A HREF="/cgi-bin/man/man2html">man2html</A>,
92
 
using the manual pages.<BR>
93
 
Time: 10:29:43 GMT, June 17, 2004
94
 
</BODY>
95
 
</HTML>