cvs commit: ports/net Makefile ports/net/sbd Makefile distinfo pkg-descr ports/net/sbd/files patch-aa

Sergey Matveychuk sem at FreeBSD.org
Sat Jul 10 10:08:18 PDT 2004


sem         2004-07-10 17:08:17 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/sbd              Makefile distinfo pkg-descr 
    net/sbd/files        patch-aa 
  Log:
  sbd is a Netcat-clone, designed to be portable and offer strong
  encryption. It runs on Unix-like operating systems and on Microsoft
  Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
  Devine), program execution (-e option), choosing source port, continuous
  reconnection with delay, and some other nice features. Only TCP/IP
  communication is supported. Source code and binaries are distributed
  under the GNU General Public License.
  
  sbd can be used for any number of network-related things, e.g.:
  
      * Secure file transfer
      * Remote administration
      * Simple (but secure) peer-to-peer chat
      * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic
        recording)
  
  PR:             68838
  Submitted by:   David Thiel <lx at redundancy.redundancy.org>
  Approved by:    krion (mentor)
  
  Revision  Changes    Path
  1.1317    +1 -0      ports/net/Makefile
  1.1       +28 -0     ports/net/sbd/Makefile (new)
  1.1       +2 -0      ports/net/sbd/distinfo (new)
  1.1       +19 -0     ports/net/sbd/files/patch-aa (new)
  1.1       +17 -0     ports/net/sbd/pkg-descr (new)


More information about the cvs-ports mailing list