summaryrefslogtreecommitdiff
path: root/security/skip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for the ip->ip_id byte order patch.Archie Cobbs2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43397
* 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
* Bump PORTREVISION after bugfix on 2000-02-06Kris Kennaway2001-02-181-2/+3
| | | | | | | Forgotten by: archie Notes: svn path=/head/; revision=38447
* 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
* Change the master site; old one no longer has the file.Archie Cobbs2000-07-181-1/+1
| | | | Notes: svn path=/head/; revision=30762
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+4
| | | | Notes: svn path=/head/; revision=27426
* 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
* portlintArchie Cobbs2000-02-035-12/+4
| | | | Notes: svn path=/head/; revision=25468
* 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-013-25/+456
| | | | | | | | | | 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-2685-2775/+2669
| | | | Notes: svn path=/head/; revision=25078
* We were forgetting to install "README.FreeBSD+NAT".Archie Cobbs2000-01-261-0/+1
| | | | Notes: svn path=/head/; revision=25077
* Update the BROKEN message (for -current) to also list _KERNEL as a reason.Peter Wemm1999-12-291-1/+1
| | | | Notes: svn path=/head/; revision=24220
* Update one of the master sites.Archie Cobbs1999-11-301-1/+1
| | | | | | | Submitted by: Brent <brent@kearneys.ca> Notes: svn path=/head/; revision=23507
* $Id$ -> $FreeBSD$Peter Wemm1999-08-312-2/+2
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21048
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it stillArchie Cobbs1999-07-311-3/+7
| | | | | | | | | works under -stable. How to do this suggested by: David O'Brien <obrien@NUXI.com> Notes: svn path=/head/; revision=20412
* Add new file README.FreeBSD+NAT to the documentation subdirectory, describingArchie Cobbs1999-07-225-12/+90
| | | | | | | | | | | 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
* LIB_DEPENDS on the new unified xview port.Steve Price1999-05-041-4/+4
| | | | Notes: svn path=/head/; revision=18484
* Add WWW: to DESCR filesMichael Haro1999-05-031-0/+1
| | | | Notes: svn path=/head/; revision=18397
* Build SKIP port as a KLD instead of an LKM.Archie Cobbs1999-03-1075-2282/+2732
| | | | Notes: svn path=/head/; revision=17133
* Fix accidentally changed master site domain name.Archie Cobbs1999-02-261-2/+2
| | | | Notes: svn path=/head/; revision=16898
* Add a secondary master site (hmm, that sounds funny..)Archie Cobbs1999-02-031-2/+3
| | | | | | | Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za> Notes: svn path=/head/; revision=16509
* 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
* The original SKIP source is export controlled and only obtainable via a webArchie Cobbs1998-11-171-16/+7
| | | | | | | | page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead. Notes: svn path=/head/; revision=14589
* 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
* Remove regexp support for libxview not that it builds ELF too.Steve Price1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13294
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-16/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-4/+4
| | | | Notes: svn path=/head/; revision=12335
* 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-0970-0/+2545
for making secure pipes across the internet (etc.) Notes: svn path=/head/; revision=9305