summaryrefslogtreecommitdiffstats
path: root/security/skip
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for the ip->ip_id byte order patch.archie2001-06-011-1/+1
|
* Fix for byte ordering problem.archie2001-05-311-0/+19
| | | | | PR: ports/27285 Submitted by: Bob Bishop <rb@gid.co.uk>
* Use <sys/param.h> instead of <osreldate.h> within the kernel.archie2001-04-211-5/+4
| | | | | PR: 26218 Submitted by: markush@acc.umu.se
* Bump PORTREVISION after bugfix on 2000-02-06kris2001-02-181-2/+3
| | | | Forgotten by: archie
* Be sure to recompute m->m_pkthdr.len after encrypting packet.archie2001-02-061-0/+19
| | | | PR: ports/24723
* Put back together a line that somehow got split in two.archie2001-02-061-2/+1
|
* Follow new etc/rc.d start/stop convention.archie2000-11-281-27/+52
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Only #include <sys/socketvar.h> in kernel compilation.archie2000-08-081-3/+4
|
* Change the master site; old one no longer has the file.archie2000-07-181-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-3/+4
|
* The "-I/sys" hack should no longer be necessary to build this portarchie2000-02-181-1/+1
| | | | | | thanks to bde's rev 1.109 fix to <sys/systm.h>. PR: ports/16496
* portlintarchie2000-02-035-12/+4
|
* Add -I/sys to the KLD compilation flags. This is a workaround,archie2000-02-022-3/+3
| | | | | | | but not a fix, for ports/16496. PR: ports/16496 Submitted by: Matthew Reimer <mreimer@vpop.net>
* Accomodate change in struct ipprotosw to fix port on -current.archie2000-02-013-25/+456
| | | | | | | Add a patch file that got missed last time somehow. PR: ports/16496 Submitted by: Matthew Reimer <mreimer@vpop.net>
* Bash this port until it compiles under -current again.archie2000-01-2685-2775/+2669
|
* We were forgetting to install "README.FreeBSD+NAT".archie2000-01-261-0/+1
|
* Update the BROKEN message (for -current) to also list _KERNEL as a reason.peter1999-12-291-1/+1
|
* Update one of the master sites.archie1999-11-301-1/+1
| | | | Submitted by: Brent <brent@kearneys.ca>
* $Id$ -> $FreeBSD$peter1999-08-312-2/+2
|
* expr -> ${EXPR}mharo1999-08-281-2/+2
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* sed -> ${SED}mharo1999-08-281-2/+2
|
* grep -> ${GREP}mharo1999-08-231-2/+2
| | | | | true -> ${TRUE} false -> ${FALSE}
* Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it stillarchie1999-07-311-3/+7
| | | | | | works under -stable. How to do this suggested by: David O'Brien <obrien@NUXI.com>
* Add new file README.FreeBSD+NAT to the documentation subdirectory, describingarchie1999-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.
* Fix compilation problem caused by change in suser() calling convention.archie1999-05-161-20/+31
|
* LIB_DEPENDS on the new unified xview port.steve1999-05-041-4/+4
|
* Add WWW: to DESCR filesmharo1999-05-031-0/+1
|
* Build SKIP port as a KLD instead of an LKM.archie1999-03-1075-2282/+2732
|
* Fix accidentally changed master site domain name.archie1999-02-261-2/+2
|
* Add a secondary master site (hmm, that sounds funny..)archie1999-02-031-2/+3
| | | | Thanks to: Mark Murray <mark@grondar.za> John Hay <jhay@mikom.csir.co.za>
* Add a patch to the 'skiphost' man page to reflect the -f option that we add.archie1998-12-111-0/+39
|
* Fix compile problems under 3.0; haven't tested it with a 3.0 kernel yet.archie1998-11-234-0/+103
|
* The original SKIP source is export controlled and only obtainable via a webarchie1998-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.
* SKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR.archie1998-11-172-2/+33
| | | | | | PR: ports/8712 Reviewed by: Archie Cobbs <archie@whistle.com> Submitted by: Christopher N . Harrell <cnh@eng.mindspring.net>
* Remove regexp support for libxview not that it builds ELF too.steve1998-09-211-2/+2
|
* Secure the freedom of the manpages! Free the manpages!hoek1998-08-191-16/+0
| | | | PR: ports/7651
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-4/+4
|
* PR: 6078julian1998-07-301-1/+1
| | | | | | Submitted by: archie cobbs (archie@whistle.com) fix typo in docs
* Submitted by: archie Cobbs (archie@whistle.com)julian1998-04-135-10/+234
| | | | updates to make skip port work better, from the original porter.
* PR: 5911julian1998-03-071-9/+11
| | | | | | Submitted by: archie@whistle.com (archie cobbs) take into account interraction between IPDIVERT and SKIP
* Submitted by: archie@whistle.comjulian1998-01-131-9/+18
| | | | make this compile under FreeBSD 3.x
* Add a package for the SKIP package from Sun Microsystems,julian1998-01-0970-0/+2545
for making secure pipes across the internet (etc.)
OpenPOWER on IntegriCloud