spiped 1.3.1-1 source package in Ubuntu

Changelog

spiped (1.3.1-1) unstable; urgency=low


  * Initial release.  Closes: #693310

 -- Peter Pentchev <email address hidden>  Wed, 13 Nov 2013 11:37:10 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
spiped_1.3.1-1.dsc 1.8 KiB d6442965adcb5ca56d2bc347dbf32c25b3e9996277fb24fa14091b6bb275a1eb
spiped_1.3.1.orig.tar.gz 58.0 KiB 8a58a983be460b88ed5a105201a0f0afacb83382208761837a62871dcca42fee
spiped_1.3.1-1.debian.tar.gz 4.3 KiB be8e8291af92317d4ddf9af8b202d1b8a3b5d006665b294f84b4ddeae848d478

No changes file available.

Binary packages built by this source

spiped: create secure pipes between socket addresses

 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.