OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Brad Smith (bradcvs.openbsd.org)
Date: Sat Aug 19 2006 - 15:30:22 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2006/08/19 14:30:22

Modified files:
        sbin/isakmpd : Tag: OPENBSD_3_8 ipsec.c

Log message:
MFC:
Fix by mcbride

Change the default replay window for SAs created by the isakmpd responder
to be DEFAULT_REPLAY_WINDOW instead of zero. The default replay window is
then the same for both initiator and receiver.

Fix from nathanael at polymorpheous dot com.

ok mpf hshoexer deraadt