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

« back to all changes in this revision

Viewing changes to linux/include/freeswan/ipsec_ipe4.h

  • 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
 
/*
2
 
 * IP-in-IP Header declarations
3
 
 * Copyright (C) 1996, 1997  John Ioannidis.
4
 
 * Copyright (C) 1998, 1999, 2000, 2001  Richard Guy Briggs.
5
 
 * 
6
 
 * This program is free software; you can redistribute it and/or modify it
7
 
 * under the terms of the GNU General Public License as published by the
8
 
 * Free Software Foundation; either version 2 of the License, or (at your
9
 
 * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
10
 
 * 
11
 
 * This program is distributed in the hope that it will be useful, but
12
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13
 
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14
 
 * for more details.
15
 
 *
16
 
 * RCSID $Id: ipsec_ipe4.h,v 1.5 2002/04/24 07:36:46 mcr Exp $
17
 
 */
18
 
 
19
 
/* The packet header is an IP header! */
20
 
 
21
 
struct ipe4_xdata                       /* transform table data */
22
 
{
23
 
        struct in_addr  i4_src;
24
 
        struct in_addr  i4_dst;
25
 
};
26
 
 
27
 
#define EMT_IPE4_ULEN   8       /* coming from user mode */
28
 
 
29
 
 
30
 
/*
31
 
 * $Log: ipsec_ipe4.h,v $
32
 
 * Revision 1.5  2002/04/24 07:36:46  mcr
33
 
 * Moved from ./klips/net/ipsec/ipsec_ipe4.h,v
34
 
 *
35
 
 * Revision 1.4  2001/06/14 19:35:08  rgb
36
 
 * Update copyright date.
37
 
 *
38
 
 * Revision 1.3  1999/04/11 00:28:57  henry
39
 
 * GPL boilerplate
40
 
 *
41
 
 * Revision 1.2  1999/04/06 04:54:25  rgb
42
 
 * Fix/Add RCSID Id: and Log: bits to make PHMDs happy.  This includes
43
 
 * patch shell fixes.
44
 
 *
45
 
 * Revision 1.1  1998/06/18 21:27:47  henry
46
 
 * move sources from klips/src to klips/net/ipsec, to keep stupid
47
 
 * kernel-build scripts happier in the presence of symlinks
48
 
 *
49
 
 * Revision 1.1  1998/04/09 03:06:07  henry
50
 
 * sources moved up from linux/net/ipsec
51
 
 *
52
 
 * Revision 1.1.1.1  1998/04/08 05:35:03  henry
53
 
 * RGB's ipsec-0.8pre2.tar.gz ipsec-0.8
54
 
 *
55
 
 * Revision 0.4  1997/01/15 01:28:15  ji
56
 
 * No changes.
57
 
 *
58
 
 * Revision 0.3  1996/11/20 14:48:53  ji
59
 
 * Release update only.
60
 
 *
61
 
 * Revision 0.2  1996/11/02 00:18:33  ji
62
 
 * First limited release.
63
 
 *
64
 
 *
65
 
 */