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.13;	author archie;	state Exp;
branches;
next	1.2;

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

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

1.1.1.1
date	98.01.09.23.23.50;	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/skip/bdcmod/simplecrypt/simplecrypt.c work.new/skip/bdcmod/simplecrypt/simplecrypt.c
--- skipsrc-1.0.orig/skip/bdcmod/simplecrypt/simplecrypt.c	Fri Oct 25 13:12:38 1996
+++ work.new/skip/bdcmod/simplecrypt/simplecrypt.c	Mon Jan 24 12:35:39 2000
@@@@ -335,7 +335,7 @@@@
 	register char		*s = keyp->buf;
 	register char		*e = keyp->buf + keyp->len;
 
-	*payload_type = IPPROTO_ENCAP;
+	*payload_type = IPPROTO_IPIP;
 
 	/*
 	 * exclusive-or the key over the buffer
@


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 6
a6 9
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/freebsd/skip.mkdev work.new/skip/freebsd/skip.mkdev
--- skipsrc-1.0.orig/skip/freebsd/skip.mkdev	Fri Oct 25 13:13:20 1996
+++ work.new/skip/freebsd/skip.mkdev	Mon Mar  8 22:02:26 1999
@@@@ -48,19 +48,19 @@@@
 SKIP_KEYMGRD_MINOR=0
 SKIP_ACL_NODE=/dev/skip
 SKIP_MAX_OPENS=16
-PATH=/bin:/usr/ucb:/sbin:
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
d8 2
a9 5
-if [ $# != 3 ]; then
-	exit
+if [ $# != 1 ]; then
+	exit 1
 fi
d11 2
a12 12
 echo -n skip: making skip pseudo-devices 
 rm -f $SKIP_KEYMGR_NODE
-mknod $SKIP_KEYMGR_NODE c $3 $SKIP_KEYMGRD_MINOR
+mknod $SKIP_KEYMGR_NODE c $1 $SKIP_KEYMGRD_MINOR
 i=1
 while [ $i -ne $SKIP_MAX_OPENS ]; do
         rm -f $SKIP_ACL_NODE$i
-        mknod $SKIP_ACL_NODE$i c $3 $i
+        mknod $SKIP_ACL_NODE$i c $1 $i
         i=`expr $i + 1`
 	echo -n "."
 done
@


1.1
log
@Initial revision
@
text
@d1 9
a9 6
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skip_init.C skipsrc-1.0/skip/keymgrd/skip_init.C
--- skipsrc-1.0.orig/skip/keymgrd/skip_init.C	Fri Oct 25 13:12:49 1996
+++ skipsrc-1.0/skip/keymgrd/skip_init.C	Tue Dec 23 13:35:05 1997
@@@@ -81,7 +81,7 @@@@
 		return;
 	}
d11 5
a15 4
-        skip_log(SKIP_NOTICE, "local name nsid=%d mkid=%s",
+        skip_log(SKIP_INFO, "local name nsid=%d mkid=%s",
 			      nsid, keyid.get_info_str());
 }
d17 12
a28 12
@@@@ -135,9 +135,9 @@@@
 	{
        	   // Let the random number generator kick off its entropy gathering
 
-           skip_log(SKIP_NOTICE, "Initializing random number generator...");
+           skip_log(SKIP_INFO, "Initializing random number generator...");
            Bstream dummy = get_random_bytes(1);
-	   skip_log(SKIP_NOTICE, "done");
+	   skip_log(SKIP_INFO, "done");
 	}
 
 	auth.load(SKIP_DIR);
@


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