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

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

1.1
date	98.12.11.03.37.53;	author archie;	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/man/skip_conf.1m work.new/skip/man/skip_conf.1m
--- skipsrc-1.0.orig/skip/man/skip_conf.1m	Fri Oct 25 13:12:56 1996
+++ work.new/skip/man/skip_conf.1m	Mon Jan 24 12:35:41 2000
@@@@ -28,9 +28,4 @@@@
 and remove any max_certdb_size lines from \fIskipd.conf\fP.
 .SH FILES
 .P
-.SH Solaris 2.x systems:
-/etc/opt/SUNWicg/skip/skipd.conf
-.P
-.SH Other systems:
-.P
-/etc/skip/skipd.conf
+@@@@PREFIX@@@@/etc/skip/skipd.conf
@


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 14
a14 19
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/tools/skiptool/Makefile work.new/skip/tools/skiptool/Makefile
--- skipsrc-1.0.orig/skip/tools/skiptool/Makefile	Fri Oct 25 13:13:05 1996
+++ work.new/skip/tools/skiptool/Makefile	Mon Mar  8 21:33:40 1999
@@@@ -97,11 +97,15 @@@@
 
 # Compiler flags.
 
+PREFIX?=	@@@@PREFIX@@@@
+
 DYNAMIC_PATH	= $(DYNAMIC_$(OSNAME))
 CFLAGS 		+= $(U_DEBUG) $(OS) -DSKIP_RELEASE="\"$(SKIP_RELEASE)\""
 SKIPINC_DIR 	=  -I../lib -I$(COMM_INC) -I$(DRVDIR)
 CPPFLAGS 	+= -I$(WIN_HOME)/include -DMAIN $(SKIPINC_DIR)
 CPPFLAGS 	+= -I$(WIN_HOME)/include/pixrect
+CPPFLAGS 	+= -I${PREFIX}/include
+CPPFLAGS 	+= -I${PREFIX}/include/pixrect
 LDFLAGS 	+= -L$(WIN_HOME)/lib $(DYNAMIC_PATH)
 LDLIBS 		+= ../lib/$(SKIP_LIB) $(OS_LIB) -lxview -lolgx -lX11
 
@


1.1
log
@Add a patch to the 'skiphost' man page to reflect the -f option that we add.
@
text
@d1 19
a19 39
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/man/skiphost.1m skipsrc-1.0/skip/man/skiphost.1m
--- skipsrc-1.0.orig/skip/man/skiphost.1m	Fri Oct 25 13:12:57 1996
+++ skipsrc-1.0/skip/man/skiphost.1m	Thu Dec 10 19:31:54 1998
@@@@ -42,6 +42,8 @@@@
 .BI \-s " sender NSID       "   \-S " sender key ID"...
 .if n .ti +8n
 .BI \-v " SKIP version      "   \-A " tunnel address  " \-T
+.if n .ti +8n
+.BI \-f " source IP address "
 ]
 .if n .ti +5n
 [
@@@@ -53,9 +55,13 @@@@
 .if n .ti +8n
 .BI \-r " receiver NSID     "   \-R " receiver key ID"...
 .if n .ti +8n
+.BI \-f " source IP address "
+.if n .ti +8n
 .BI \-s " sender NSID       "   \-S " sender key ID"...
 .if n .ti +8n
 .BI \-v " SKIP version      "   \-A " tunnel address  " \-T
+.if n .ti +8n
+.BI \-f " source IP address "
 ]
 .SH DESCRIPTION
 .B
@@@@ -185,6 +191,12 @@@@
 address in outgoing packets with the supplied value.
 This permits hiding of network topology.
 By default, the tunnel address is set to the destination address. 
+.TP 
+.BI \-f " source IP address"
+This option is used in tunneling mode to replace the source IP
+address in outgoing packets with the supplied value.
+This permits hiding of network topology.
+By default, the source address is not changed when the packet is encrypted.
 .TP 
 .BI \-T
 Encrypt or authenticate only the data part of the IP packet. By default,
@

