aboutsummaryrefslogtreecommitdiffstats
path: root/net/onioncat
Commit message (Collapse)AuthorAgeFilesLines
* Stage supportantoine2014-02-011-6/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Update to 0.2.2.r554miwi2013-03-022-6/+5
| | | | | PR: 176542 Submitted by: Ports Fury
* Update to version 0.2.2.r553pawel2012-11-022-12/+16
| | | | | | PR: ports/172042 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Reassign ports to the heap due to a mail bouncetabthorpe2012-08-151-1/+1
| | | | With hat: portmgr
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Update to 0.2.2.r552jlaffaye2011-06-102-3/+3
| | | | | | PR: ports/157729 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net> (maintainer) Approved by: bapt (mentor)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* OnionCat creates a transparent IP layer on top of Tor's hidden services.miwi2010-05-105-0/+75
It transmits any kind of IP-based data transparently through the Tor network on a location hidden basis. You can think of it as a point-to-multipoint VPN between hidden services. OnionCat is based on anonymizing transport layers like Tor. WWW: http://www.cypherpunk.at/onioncat/ PR: ports/146433 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>