Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/22/2001 04:33:07
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Feb 22 02:33:07 UTC 2001

Modified Files:
	basesrc/crypto/dist/kame/racoon: cfparse.y isakmp.c main.c racoon.8
	    racoon.conf.5
	basesrc/usr.sbin/racoon: Makefile.inc
	basesrc/usr.sbin/racoon/racoon: Makefile

Log Message:
sync with 2/22 code.  -B and -Z,
bundle proposal interpretation, and some other fixes.
XXX WARNS?=0 in racoon/Makefile is necessary to compile yacc-generated files
(static function, generated by yacc, is never used).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/crypto/dist/kame/racoon/cfparse.y
cvs rdiff -r1.2 -r1.3 basesrc/crypto/dist/kame/racoon/isakmp.c \
    basesrc/crypto/dist/kame/racoon/main.c \
    basesrc/crypto/dist/kame/racoon/racoon.8
cvs rdiff -r1.4 -r1.5 basesrc/crypto/dist/kame/racoon/racoon.conf.5
cvs rdiff -r1.2 -r1.3 basesrc/usr.sbin/racoon/Makefile.inc
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/racoon/racoon/Makefile

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