./wip/unix2tcp, UNIX socket to TCP tunnel

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.2, Package name: unix2tcp-0.8.2, Maintainer: pkgsrc-users

Aims:
* to listen on a local UNIX socket and tunnel any incoming connections and
traffic to a (remote) IP address/port

What it does:
* tunnels all traffic between a (remote) address/port and a local UNIX socket
* does NOT use fork() (single process model)
* does use O_NONBLOCK , should be no case of blocking

What it doesnt do (yet):
* doesnt limit number of concurent connections


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: b94098f77471f95ec7e2df7fd21244afa971fdb0
Filesize: 30.905 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:22 by othyro | Files touched by this commit (104)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-11-13 23:25:44 by othyro | Files touched by this commit (22)
Log message:
Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
   2012-10-07 19:41:39 by Aleksej Saushev | Files touched by this commit (52)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-07-29 15:52:38 by Kamel Derouiche | Files touched by this commit (1)
Log message:
DESTDIR Support

   2005-11-02 19:00:25 by Thomas Klausner | Files touched by this commit (37)
Log message:
"wip" is not a valid category -- please use the standard pkgsrc ones.

Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
   2005-09-28 09:47:46 by Roland Illig | Files touched by this commit (7)
Log message:
Removed trailing white-space.
   2005-06-19 11:12:09 by pancake ;) | Files touched by this commit (4) | Imported package
Log message:
initial import of unix2tcp

Aims:
* to listen on a local UNIX socket and tunnel any incoming connections and 
  traffic to a (remote) IP address/port

What it does:
* tunnels all traffic between a (remote) address/port and a local UNIX socket
* does NOT use fork() (single process model)
* does use O_NONBLOCK , should be no case of blocking

What it doesnt do (yet):
* doesnt limit number of concurent connections