head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.42 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.40 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.38 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.36 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.34 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.32 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.30 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.28 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.26 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.24 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.22 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.20 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.18 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.16 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.14 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.12 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.10 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.8 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.6 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.4 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.2 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.7.0.20 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.18 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.16 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.14 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.12 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.10 pkgsrc-2003Q4-base:1.7 netbsd-1-6-1:1.7.0.6 netbsd-1-6-1-base:1.7 netbsd-1-6:1.7.0.8 netbsd-1-6-RELEASE-base:1.7 pkgviews:1.7.0.4 pkgviews-base:1.7 buildlink2:1.7.0.2 buildlink2-base:1.7 netbsd-1-5-PATCH003:1.7 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3; locks; strict; comment @# @; 1.8 date 2005.04.21.10.23.09; author itojun; state dead; branches; next 1.7; 1.7 date 2001.10.17.02.53.09; author itojun; state Exp; branches; next 1.6; 1.6 date 2001.08.31.09.43.09; author itojun; state Exp; branches; next 1.5; 1.5 date 2001.04.22.00.05.16; author itojun; state Exp; branches; next 1.4; 1.4 date 2000.10.21.22.54.23; author wiz; state Exp; branches; next 1.3; 1.3 date 2000.10.04.00.31.48; author itojun; state Exp; branches; next 1.2; 1.2 date 2000.07.30.16.56.38; author itojun; state Exp; branches; next 1.1; 1.1 date 2000.06.12.10.45.53; author itojun; state Exp; branches; next ; desc @@ 1.8 log @racoon development have stopped. use security/ipsec-tools. @ text @$NetBSD: patch-ac,v 1.7 2001/10/17 02:53:09 itojun Exp $ --- samples/racoon.conf.sample.orig Thu Aug 16 15:33:40 2001 +++ samples/racoon.conf.sample Fri Aug 31 18:39:12 2001 @@@@ -4,15 +4,15 @@@@ # "include" directive with relative file path. # you can overwrite "path" directive afterwards, however, doing so may add # more confusion. -#path include "/usr/local/v6/etc" ; +#path include "/etc/racoon" ; #include "remote.conf" ; # the file should contain key ID/key pairs, for pre-shared key authentication. -path pre_shared_key "/usr/local/v6/etc/psk.txt" ; +path pre_shared_key "/etc/racoon/psk.txt" ; # racoon will look for certificate file in the directory, # if the certificate/certificate request payload is received. -#path certificate "/usr/local/openssl/certs" ; +#path certificate "/usr/pkg/certs" ; # "log" specifies logging level. It is followed by either "notify", "debug" # or "debug2". @ 1.7 log @upgrade to 10/16 snapshot. - bugfixes in spd handling, scheduler leak. - make identity check more strict. - correct phase 2 proposal check. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.6 2001/08/31 09:43:09 itojun Exp $ @ 1.6 log @upgrade to the latest (20010831a). a lot of bug fixes after helsinki IPsec/IKE bakeoff. @ text @d1 1 a1 1 $NetBSD$ a23 9 @@@@ -53,7 +53,7 @@@@ { pfs_group 2; lifetime time 12 hour ; - encryption_algorithm 3des, cast128, blowfish 448, des, twofish, rijndael ; + encryption_algorithm 3des, cast128, blowfish 448, des, rijndael ; authentication_algorithm hmac_sha1, hmac_md5 ; compression_algorithm deflate ; } @ 1.5 log @remove "twofish" from sample configuration file, as the algorithm is not available in *BSD integrated KAME IPsec tree. @ text @d3 2 a4 2 --- samples/racoon.conf.sample.orig Tue Dec 19 17:07:33 2000 +++ samples/racoon.conf.sample Sun Apr 22 09:02:35 2001 d25 1 d28 2 a29 3 lifetime byte 50 MB ; - encryption_algorithm 3des, cast128, blowfish, des, twofish, rijndael ; + encryption_algorithm 3des, cast128, blowfish, des, rijndael ; @ 1.4 log @add RCS Id @ text @d2 6 a7 3 --- samples/racoon.conf.sample.orig Wed Oct 4 09:24:11 2000 +++ samples/racoon.conf.sample Wed Oct 4 09:24:39 2000 @@@@ -6,3 +6,3 @@@@ d12 1 a12 1 @@@@ -10,3 +10,3 @@@@ d17 1 a17 1 @@@@ -14,3 +14,3 @@@@ d22 11 @ 1.3 log @upgrade to 10/4 snapshot. - disable idea/rc5 in phase 1 by default - use official DOI # for AES (= rijndael) - be more careful about parsing variable-length packet content - have __attribute__((__packed__)), be friendly with align-picky arch (confirmed to be working on i386, sh3 and alpha) @ text @d1 1 @ 1.2 log @update to latest (7/31), to sync with /usr/include/netinet6/ipsec.h change. - improvements in multiple address case - sync with improvements in INET2000 bakeoff @ text @d1 3 a3 6 $NetBSD$ --- samples/racoon.conf.sample.orig Mon Jul 31 01:48:04 2000 +++ samples/racoon.conf.sample Mon Jul 31 01:50:29 2000 @@@@ -4,15 +4,15 @@@@ # "include" directive with relative file path. # you can overwrite "path" directive afterwards, however, doing so may add d8 1 a8 1 d13 1 a13 1 # racoon will look for certificate file in the directory, a17 2 # identification for our side. identifier user_fqdn "foo@@kame.net"; @ 1.1 log @build 20000612 KAME racoon IKE daemon, by pulling tar.gz from ftp.kame.net (does not use anoncvs any more). changes in racoon itself is way too many to mention. for full changelog refer http://www.kame.net/dev/cvsweb.cgi/kame/CHANGELOG. @ text @d2 6 a7 6 --- samples/racoon.conf.sample- Mon Jun 12 00:27:22 2000 +++ samples/racoon.conf.sample Mon Jun 12 00:27:58 2000 @@@@ -2,15 +2,15 @@@@ # "path" must be placed before it should be used. # You can overwrite which you defined, but it should not use due to confusing. d12 1 a12 1 # search this file for pre_shared_key with various ID key. d16 2 a17 2 # racoon will search this directory if the certificate or certificate request # is received. d21 1 a21 1 # personal information. @