Subject: CVS commit: src/crypto/dist/ipsec-tools
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 09/18/2006 08:05:48
Module Name:	src
Committed By:	manu
Date:		Mon Sep 18 08:05:48 UTC 2006

Modified Files:
	src/crypto/dist/ipsec-tools: ChangeLog
	src/crypto/dist/ipsec-tools/src/racoon: isakmp.c

Log Message:
From Matthew Grooms:
handle IKE frag used in the first packet. That should not normally happen,
as the initiator does not know yet if the responder can handle IKE frag.
However, in some setups, the first packet is too big to get through, and
assuming the peer supports IKE frag is the only way to go.

racoon should have a setting in the remote section to do taht (something
like ike_frag force)


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/crypto/dist/ipsec-tools/ChangeLog
cvs rdiff -r1.12 -r1.13 src/crypto/dist/ipsec-tools/src/racoon/isakmp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.