Date: Mon, 1 Sep 2003 04:07:59 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/socketpipe Makefile distinfo pkg-descr pkg-plist Message-ID: <200309011107.h81B7xRb045430@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2003/09/01 04:07:59 PDT
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/socketpipe Makefile distinfo pkg-descr pkg-plist
Log:
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
Revision Changes Path
1.1075 +1 -0 ports/net/Makefile
1.1 +20 -0 ports/net/socketpipe/Makefile (new)
1.1 +1 -0 ports/net/socketpipe/distinfo (new)
1.1 +14 -0 ports/net/socketpipe/pkg-descr (new)
1.1 +1 -0 ports/net/socketpipe/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309011107.h81B7xRb045430>
