cvs commit: ports/net Makefile ports/net/socketpipe Makefile distinfo pkg-descr pkg-plist

Alexander Leidinger netchild at FreeBSD.org
Mon Sep 1 04:07:59 PDT 2003


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)


More information about the cvs-ports mailing list