From owner-cvs-ports@FreeBSD.ORG Mon Sep 1 04:07:59 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB53E16A4BF; Mon, 1 Sep 2003 04:07:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F54843FF7; Mon, 1 Sep 2003 04:07:59 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h81B7x0U045431; Mon, 1 Sep 2003 04:07:59 -0700 (PDT) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h81B7xRb045430; Mon, 1 Sep 2003 04:07:59 -0700 (PDT) Message-Id: <200309011107.h81B7xRb045430@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 1 Sep 2003 04:07:59 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/socketpipe Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 11:07:59 -0000 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)