mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Socketpipe connects over a TCP/IP socket a remote command to a local
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
This commit is contained in:
parent
60b9f91571
commit
439a1ff205
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88262
@ -654,6 +654,7 @@
|
||||
SUBDIR += sntop
|
||||
SUBDIR += socat
|
||||
SUBDIR += socketbind
|
||||
SUBDIR += socketpipe
|
||||
SUBDIR += socks5
|
||||
SUBDIR += spread
|
||||
SUBDIR += spread-j
|
||||
|
20
net/socketpipe/Makefile
Normal file
20
net/socketpipe/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: socketpipe
|
||||
# Date created: 29 August 2003
|
||||
# Whom: dds
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= socketpipe
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.spinellis.gr/sw/unix/socketpipe/ \
|
||||
http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/
|
||||
|
||||
MAINTAINER= dds@FreeBSD.org
|
||||
COMMENT= Zero overhead remote process plumbing
|
||||
|
||||
MAN1= socketpipe.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/socketpipe/distinfo
Normal file
1
net/socketpipe/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (socketpipe-1.3.tar.gz) = ea76f7d5aff27347fd82c0bc129385a2
|
14
net/socketpipe/pkg-descr
Normal file
14
net/socketpipe/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Socketpipe connects over a TCP/IP socket a remote command to a local
|
||||
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.
|
||||
|
||||
WWW: http://www.spinellis.gr/sw/unix/socketpipe
|
||||
|
||||
- Diomidis Spinellis dds@aueb.gr
|
1
net/socketpipe/pkg-plist
Normal file
1
net/socketpipe/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/socketpipe
|
Loading…
Reference in New Issue
Block a user