ucspi-tcp 1:0.88-8ubuntu1 source package in Ubuntu

Changelog

ucspi-tcp (1:0.88-8ubuntu1) noble; urgency=medium

  * debian/patches/0006-implicit-declarations.patch: Add missing
    includes and prototypes.  Closes LP: #2061188.
  * debian/ipv6-support.patch: Refresh deferred patch.

 -- Zixing Liu <email address hidden>  Fri, 12 Apr 2024 14:33:32 -0600

Upload details

Uploaded by:
Zixing Liu
Sponsored by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe net
Noble release universe net

Downloads

File Size SHA-256 Checksum
ucspi-tcp_0.88.orig.tar.gz 51.8 KiB 4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c
ucspi-tcp_0.88-8ubuntu1.debian.tar.xz 43.6 KiB c24bf910fe088529f58271f3827fe9bb25a974228364b6e815ad3aaf9b1896aa
ucspi-tcp_0.88-8ubuntu1.dsc 2.2 KiB cf925831b89fc1974d5a9a1b923210565c8e61fbc6e89bf53811454c16247a3c

View changes file

Binary packages built by this source

ucspi-tcp: 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. Its 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.

ucspi-tcp-dbgsym: debug symbols for ucspi-tcp
ucspi-tcp-ipv6: command-line tools for building TCP client-server applications (IPv6)

 ucspi-tcp-ipv6 is the ucspi-tcp package with IPv6 support added.
 .
 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. Its 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.

ucspi-tcp-ipv6-dbgsym: debug symbols for ucspi-tcp-ipv6