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

« back to all changes in this revision

Viewing changes to linux/include/pfkeyv2.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
1
/*
2
 
 * RCSID $Id: pfkeyv2.h,v 1.29 2003/12/22 21:35:58 mcr Exp $
 
2
 * RCSID $Id: pfkeyv2.h,v 1.30 2004/04/06 02:49:00 mcr Exp $
3
3
 */
4
4
 
5
5
/*
337
337
#define SADB_X_EALG_BLOWFISHCBC         7
338
338
#define SADB_EALG_NULL                  11
339
339
#define SADB_X_EALG_AESCBC              12
340
 
#define SADB_EALG_MAX                   12
 
340
#define SADB_EALG_MAX                   255
341
341
 
342
342
#define SADB_X_CALG_NONE          0
343
343
#define SADB_X_CALG_OUI           1
369
369
 
370
370
/*
371
371
 * $Log: pfkeyv2.h,v $
 
372
 * Revision 1.30  2004/04/06 02:49:00  mcr
 
373
 *      pullup of algo code from alg-branch.
 
374
 *
372
375
 * Revision 1.29  2003/12/22 21:35:58  mcr
373
376
 *      new patches from Dr{Who}.
374
377
 *