aboutsummaryrefslogtreecommitdiff
path: root/net/socketpipe
Commit message (Collapse)AuthorAgeFilesLines
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump-up version to 1.5Diomidis Spinellis2003-09-012-2/+2
| | | | | | | Approved by: netchild (implicit) Notes: svn path=/head/; revision=88280
* Socketpipe connects over a TCP/IP socket a remote command to a localAlexander Leidinger2003-09-014-0/+36
input generation command and/or a local output processing command. The connection is made by redirecting the input/output file descriptors to the socket. This saves the context switching and data copying overhead associated with piping data through ssh(1) or rsh(1). Socketpipe must be installed on both machines and user authentication is still performed by a command like ssh(1) or rsh(1). The confidentiality and integrity of the data in transit is not protected against mallicious attacks; the command is designed for use in a trusted LAN environment. Submitted by: dds Notes: svn path=/head/; revision=88262