Date: Sat, 10 Jul 2004 17:08:17 +0000 (UTC) From: Sergey Matveychuk <sem@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/sbd Makefile distinfo pkg-descr ports/net/sbd/files patch-aa Message-ID: <200407101708.i6AH8H1m032474@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407101708.i6AH8H1m032474>
