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

« back to all changes in this revision

Viewing changes to programs/pluto/foodgroups.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:
11
11
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
12
 * for more details.
13
13
 *
14
 
 * RCSID $Id: foodgroups.c,v 1.17.2.1 2004/03/21 05:23:32 mcr Exp $
 
14
 * RCSID $Id: foodgroups.c,v 1.20 2004/04/29 03:59:32 mcr Exp $
15
15
 */
16
16
 
17
17
#include <unistd.h>
153
153
    }
154
154
    else
155
155
    {
156
 
        plog("loading group \"%s\"", fg_path);
 
156
        openswan_log("loading group \"%s\"", fg_path);
157
157
        for (;;)
158
158
        {
159
159
            switch (flp->bdry)