head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	ARCHIE_1:1.1.1.1
	WHISTLE_ARCHIE:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.04.06.13.54.44;	author archie;	state dead;
branches;
next	1.3;

1.3
date	2000.01.26.01.55.09;	author archie;	state Exp;
branches;
next	1.2;

1.2
date	99.03.10.22.27.52;	author archie;	state Exp;
branches;
next	1.1;

1.1
date	98.01.09.23.23.47;	author julian;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.01.09.23.23.47;	author julian;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove the skip port. Created before there was an IPSec implementation on
FreeBSD, it is now extremely obsolete. In any case it doesn't compile. Earlier
version of this port can still be used on older versions of FreeBSD of course.
@
text
@diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/INSTALL work.new/doc/INSTALL
--- skipsrc-1.0.orig/doc/INSTALL	Fri Oct 25 13:11:55 1996
+++ work.new/doc/INSTALL	Mon Jan 24 12:35:38 2000
@@@@ -1,6 +1,13 @@@@
 Quick-Start Guide
 -----------------
 
+    *** 
+    ***        NOTE TO FREEBSD PORT USERS
+    *** 
+    *** If you've installed SKIP using the FreeBSD port
+    *** or package, you can go directly to step #4.
+    *** 
+
 This is a quick-start guide for SKIP.  It covers installing the SKIP
 binaries and setting up IP-level encryption between two hosts.
 
@@@@ -64,7 +71,8 @@@@
 View the key manager log file to see if the the certificate
 exchange and the shared secret computation succeeded:
 
-	tail /var/log/skip.log
+	tail /var/log/skiphost.log
+	tail /var/log/messages
 
 If you have tcpdump, etherfind, snoop, or some other packet dumping
 utility, you can verify that encrypted packets are using protocol 57.
@


1.3
log
@Bash this port until it compiles under -current again.
@
text
@@


1.2
log
@Build SKIP port as a KLD instead of an LKM.
@
text
@d1 27
a27 12
diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/hash/hash.h work.new/libdb/hash/hash.h
--- skipsrc-1.0.orig/libdb/hash/hash.h	Fri Oct 25 13:12:21 1996
+++ work.new/libdb/hash/hash.h	Mon Mar  8 21:33:38 1999
@@@@ -103,7 +103,7 @@@@
 	BUFHEAD 	*cpage;		/* Current page */
 	int		cbucket;	/* Current bucket */
 	int		cndx;		/* Index of next item on cpage */
-	int		errno;		/* Error Number -- for DBM 
+	int		errnum;		/* Error Number -- for DBM 
 					 * compatability */
 	int		new_file;	/* Indicates if fd is backing store 
 					 * or no */
@


1.1
log
@Initial revision
@
text
@d1 12
a12 12
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/bdcmod/fast_des_cbc/descbc.c skipsrc-1.0/skip/bdcmod/fast_des_cbc/descbc.c
--- skipsrc-1.0.orig/skip/bdcmod/fast_des_cbc/descbc.c	Fri Oct 25 13:12:36 1996
+++ skipsrc-1.0/skip/bdcmod/fast_des_cbc/descbc.c	Mon Dec 15 17:41:10 1997
@@@@ -424,7 +424,7 @@@@
 		return;
 	cs=(struct des_cbc_state *)csp;
 
-	*payload = IPPROTO_ENCAP;
+	*payload = IPPROTO_IPIP;
 
 	ks = (unsigned long *)(cs->keysched);
 	mod8 = (len & 0x07);	/* technically this is (len % 8) */
@


1.1.1.1
log
@Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
@
text
@@
