summaryrefslogtreecommitdiff
path: root/net/6tunnel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc 3.3Kris Kennaway2003-07-181-0/+49
| | | | Notes: svn path=/head/; revision=85087
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 0.09, fixing a local and possibly also remotePeter Pentchev2001-10-264-20/+7
| | | | | | | | | | denial of service attack. PR: 31497 Submitted by: maintainer Notes: svn path=/head/; revision=49210
* Don't hard-code -O2Kris Kennaway2001-04-291-1/+1
| | | | Notes: svn path=/head/; revision=42049
* Reorder includes to squash typical Linux-kiddie network header misordering.Kris Kennaway2001-04-291-0/+15
| | | | Notes: svn path=/head/; revision=42048
* 6tunnel allows you to use services provided by IPv6 hosts with IPv4-onlyMunechika SUMIKAWA2001-03-026-0/+67
applications and vice versa. It can bind to any of your IPv4 (default) or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host. It can be used for example as an ipv6-capable IRC proxy. PR: ports/24088 Submitted by: Vassili Tchersky <vt@bsdjeunz.org> Notes: svn path=/head/; revision=38975