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

« back to all changes in this revision

Viewing changes to linux/net/ipsec/ipsec_xform.c

  • 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:
13
13
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14
14
 * for more details.
15
15
 *
16
 
 * RCSID $Id: ipsec_xform.c,v 1.63 2003/10/31 02:27:55 mcr Exp $
 
16
 * RCSID $Id: ipsec_xform.c,v 1.64 2004/07/10 19:11:18 mcr Exp $
17
17
 */
18
18
 
19
19
#include <linux/config.h>
62
62
#include <pfkeyv2.h>
63
63
#include <pfkey.h>
64
64
 
65
 
#ifdef CONFIG_IPSEC_DEBUG
 
65
#ifdef CONFIG_KLIPS_DEBUG
66
66
int debug_xform = 0;
67
 
#endif /* CONFIG_IPSEC_DEBUG */
 
67
#endif /* CONFIG_KLIPS_DEBUG */
68
68
 
69
69
#ifdef SPINLOCK
70
70
spinlock_t tdb_lock = SPIN_LOCK_UNLOCKED;
74
74
 
75
75
/*
76
76
 * $Log: ipsec_xform.c,v $
 
77
 * Revision 1.64  2004/07/10 19:11:18  mcr
 
78
 *      CONFIG_IPSEC -> CONFIG_KLIPS.
 
79
 *
77
80
 * Revision 1.63  2003/10/31 02:27:55  mcr
78
81
 *      pulled up port-selector patches and sa_id elimination.
79
82
 *