Bug 68838 - New port: net/sbd
Summary: New port: net/sbd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 02:00 UTC by David Thiel
Modified: 2004-07-10 18:25 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.07 KB, text/plain)
2004-07-09 02:00 UTC, David Thiel
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Thiel 2004-07-09 02:00:45 UTC
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)
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-10 09:53:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-10 18:19:31 UTC
State Changed
From-To: open->closed

Committed. Thanks. 
Added patch to make port respects CC and CFLAGS.