Commit Graph

9 Commits

Author SHA1 Message Date
ajacoutot
e122ab3a0c Fix pexp. 2015-07-15 21:03:23 +00:00
jturner
93b4703e2c Update spiped to 1.5.0 2015-03-14 20:52:50 +00:00
jturner
32a51493c6 Update spiped to 1.4.2 2014-10-14 01:23:12 +00:00
jturner
defb470dc2 Update spiped to 1.4.1 2014-09-08 22:28:08 +00:00
jturner
67f09a8889 Update spiped to 1.4.0.
Includes code cleanup and bug fixes plus a new -g option to drop
connections if another host is using -f.
2014-08-31 14:15:56 +00:00
jturner
9d09ad6e57 Update spiped to 1.3.1.
"yep" sthen@
2013-04-13 19:25:31 +00:00
jturner
5c883641b7 Update spiped to 1.3.0.
ok sthen@
2013-04-07 15:33:02 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
e332ab40cd import ports/security/spiped, from James Turner, ok landry@
spiped (pronounced "ess-pipe-dee") is a utility for creating
symmetrically encrypted and authenticated pipes between socket
addresses, so that one may connect to one address (e.g., a UNIX socket
on localhost) and transparently have a connection established to another
address (e.g., a UNIX socket on a different system). This is similar to
'ssh -L' functionality, but does not use SSH and requires a pre-shared
symmetric key.

spipe (pronounced "ess-pipe") is a utility which acts as an spiped
protocol client (i.e., connects to an spiped daemon), taking input from
the standard input and writing data read back to the standard output.
2012-11-19 22:14:52 +00:00