aboutsummaryrefslogtreecommitdiff
path: root/security/skip/files
Commit message (Collapse)AuthorAgeFilesLines
* Remove the skip port. Created before there was an IPSec implementation onArchie Cobbs2006-04-0687-3493/+0
| | | | | | | | 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. Notes: svn path=/head/; revision=158956
* Fix kernel panic when IPSec also in use. Also fix patch permissions problem.Archie Cobbs2003-11-101-0/+9
| | | | | | | | PR: ports/35631 Submitted by: David Hedley <david@inty.net> Notes: svn path=/head/; revision=93706
* Fix for byte ordering problem.Archie Cobbs2001-05-311-0/+19
| | | | | | | | PR: ports/27285 Submitted by: Bob Bishop <rb@gid.co.uk> Notes: svn path=/head/; revision=43354
* Use <sys/param.h> instead of <osreldate.h> within the kernel.Archie Cobbs2001-04-211-5/+4
| | | | | | | | PR: 26218 Submitted by: markush@acc.umu.se Notes: svn path=/head/; revision=41767
* Be sure to recompute m->m_pkthdr.len after encrypting packet.Archie Cobbs2001-02-061-0/+19
| | | | | | | PR: ports/24723 Notes: svn path=/head/; revision=38046
* Put back together a line that somehow got split in two.Archie Cobbs2001-02-061-2/+1
| | | | Notes: svn path=/head/; revision=38045
* Follow new etc/rc.d start/stop convention.Archie Cobbs2000-11-281-27/+52
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=35499
* Only #include <sys/socketvar.h> in kernel compilation.Archie Cobbs2000-08-081-3/+4
| | | | Notes: svn path=/head/; revision=31434
* The "-I/sys" hack should no longer be necessary to build this portArchie Cobbs2000-02-181-1/+1
| | | | | | | | | thanks to bde's rev 1.109 fix to <sys/systm.h>. PR: ports/16496 Notes: svn path=/head/; revision=25950
* Add -I/sys to the KLD compilation flags. This is a workaround,Archie Cobbs2000-02-022-3/+3
| | | | | | | | | | but not a fix, for ports/16496. PR: ports/16496 Submitted by: Matthew Reimer <mreimer@vpop.net> Notes: svn path=/head/; revision=25426
* Accomodate change in struct ipprotosw to fix port on -current.Archie Cobbs2000-02-012-25/+450
| | | | | | | | | | Add a patch file that got missed last time somehow. PR: ports/16496 Submitted by: Matthew Reimer <mreimer@vpop.net> Notes: svn path=/head/; revision=25394
* Bash this port until it compiles under -current again.Archie Cobbs2000-01-2684-2767/+2659
| | | | Notes: svn path=/head/; revision=25078
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Add new file README.FreeBSD+NAT to the documentation subdirectory, describingArchie Cobbs1999-07-223-11/+86
| | | | | | | | | | | how to run SKIP and natd together. Submitted by: Jim Flowers <jflowers@ezo.net> Mark this port as BROKEN until the device registration bit is fixed. Notes: svn path=/head/; revision=20319
* Fix compilation problem caused by change in suser() calling convention.Archie Cobbs1999-05-161-20/+31
| | | | Notes: svn path=/head/; revision=18834
* Build SKIP port as a KLD instead of an LKM.Archie Cobbs1999-03-1073-2278/+2727
| | | | Notes: svn path=/head/; revision=17133
* Add a patch to the 'skiphost' man page to reflect the -f option that we add.Archie Cobbs1998-12-111-0/+39
| | | | Notes: svn path=/head/; revision=15266
* Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet.Archie Cobbs1998-11-234-0/+103
| | | | Notes: svn path=/head/; revision=14834
* SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR.Archie Cobbs1998-11-172-2/+33
| | | | | | | | | PR: ports/8712 Reviewed by: Archie Cobbs <archie@whistle.com> Submitted by: Christopher N . Harrell <cnh@eng.mindspring.net> Notes: svn path=/head/; revision=14588
* PR: 6078Julian Elischer1998-07-301-1/+1
| | | | | | | | | Submitted by: archie cobbs (archie@whistle.com) fix typo in docs Notes: svn path=/head/; revision=12205
* Submitted by: archie Cobbs (archie@whistle.com)Julian Elischer1998-04-135-10/+234
| | | | | | | updates to make skip port work better, from the original porter. Notes: svn path=/head/; revision=10502
* PR: 5911Julian Elischer1998-03-071-9/+11
| | | | | | | | | Submitted by: archie@whistle.com (archie cobbs) take into account interraction between IPDIVERT and SKIP Notes: svn path=/head/; revision=10058
* Submitted by: archie@whistle.comJulian Elischer1998-01-131-9/+18
| | | | | | | make this compile under FreeBSD 3.x Notes: svn path=/head/; revision=9333
* Add a package for the SKIP package from Sun Microsystems,Julian Elischer1998-01-0962-0/+2162
for making secure pipes across the internet (etc.) Notes: svn path=/head/; revision=9305