File debian.control of Package ucspi-tcp
Source: ucspi-tcp
Section: net
Priority: optional
Maintainer: Peter Conrad <conrad@quisquis.de>
Homepage: https://build.opensuse.org/package/show?package=ucspi-tcp&project=home%3Ap_conrad%3Abranches
Build-Depends: debhelper (>= 4.1.16)
Package: ucspi-tcp
Architecture: any
Depends: ${shlibs:Depends}
Description: Tcpserver and tcpclient are easy-to-use command-line tools for building TCP
client-server applications.
.
Tcpserver waits for incoming connections and, for each connection, runs a
program of your choice. Your program receives environment variables
showing the local and remote host names, IP addresses, and port numbers.
.
Tcpserver offers a concurrency limit to protect you from running out of
processes and memory. When you are handling 40 (by default) simultaneous
connections, tcpserver smoothly defers acceptance of new connections.
.
Tcpserver also provides TCP access control features, similar to
tcp-wrappers/tcpd's hosts.allow but much faster. It's access control rules
are compiled into a hashed format with cdb, so it can easily deal with
thousands of different hosts.
.
This package includes a recordio tool that monitors all the input and
output of a server.
.
Tcpclient makes a TCP connection and runs a program of your choice. It sets
up the same environment variables as tcpserver.
.
This package includes several sample clients built on top of tcpclient:
who@, date@, finger@, http@, tcpcat, and mconnect.
.
Tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are available for several
different networks.
.
#----------------------------------------------------------------------------------
.
Patches Included:
.
ucspi-tcp-0.88.errno.patch from Mate Wierdl
(http://djbware.csi.hu/patches/ucspi-tcp-0.88.errno.patch)
.
ucspi-tcp-0.88.a+_record.patch from Mate Wierdl (with improvements
to increases rblsmtpd text length from 200 to 500 characters)
(http://djbware.csi.hu/patches/ucspi-tcp-0.88.a_record.patch)
.
ucspi-tcp-0.88.limits.patch from http://linux.voyager.hr/ucspi-tcp
(http://linux.voyager.hr/ucspi-tcp/files/tcpserver-limits-2006-01-26.diff)
.
ucspi-tcp-0.88.rbltimeout.patch patch based upon Nikola Vladov's
ucspi-tcp-0.88.rbltimeout.patch
(http://riemann.fmi.uni-sofia.bg/programs/rblsmtpd-timeout.tar.gz)
.
ucspi-tcp-0.88.nodefaultrbl.patch from Charles Cazabon
(http://pyropus.ca/software/misc/rblsmtpd-nodefaultrbl.patch)
.
ucspi-tcp-0.88-ipv6.patch from Peter Conrad
Package: ucspi-tcp-dbg
Architecture: any
Depends: ucspi-tcp
Description: Debugging package for ucspi-tcp