source: basicnet/djb/ucspi-tcp/ucspi-tcp-desc.xml@ 4e2ef6e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v1_0 v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4e2ef6e was 4e2ef6e, checked in by Larry Lawrence <larry@…>, 21 years ago

add djb errno patches

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@825 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para>The ucspi-tcp package contains <userinput>tcpserver</userinput>,
5<userinput>tcprules</userinput>, <userinput>tcprulescheck</userinput>,
6<userinput>argv0</userinput>, <userinput>fixcrio</userinput>,
7<userinput>recordio</userinput>, <userinput>rblsmtpd</userinput>,
8<userinput>tcpclient</userinput>, <userinput>who@</userinput>,
9<userinput>date@</userinput>, <userinput>finger@</userinput>,
10<userinput>http@</userinput>, <userinput>tcpcat</userinput>,
11<userinput>mconnect</userinput>, <userinput>addcr</userinput> and
12<userinput>delcr</userinput></para>
13
14<para>You can also find detailed descriptions of each of these programs at
15<ulink url="http://cr.yp.to/ucspi-tcp/tcpserver.html"/>, but here is a brief summary:</para>
16
17</sect2>
18
19<sect2><title>Description</title>
20
21<sect3><title>tcpserver</title>
22<para>tcpserver listens for incoming tcp connections on a given port, and runs
23a program of your choosing in response to a connection.</para></sect3>
24
25<sect3><title>tcprules</title>
26<para>tcprules compiles rules that govern access control for tcpserver into a
27fast access database format.</para></sect3>
28
29<sect3><title>tcprulescheck</title>
30<para>tcprulescheck makes it possible to see how tcpserver will react to
31connections from a given address without actually having to connect via that
32address. This is useful for checking to see if the access control rules you
33are using are doing what you expected.</para></sect3>
34
35<sect3><title>argv0</title>
36<para>argv0 runs a given program with a specified 0th argument.</para></sect3>
37
38<sect3><title>fixcrio</title>
39<para>fixcrio inserts carriage returns at the end of lines when they are
40missing.</para></sect3>
41
42<sect3><title>recordio</title>
43<para>recordio records all input and output of a program given as an
44argument.</para></sect3>
45
46<sect3><title>rblsmtpd</title>
47<para>rblsmtpd is a spam blocking program that works in conjunction with your
48smtp daemon and tcpserver.</para></sect3>
49
50<sect3><title>tcpclient</title>
51<para>tcpclient creates a connection to a tcp port for a given
52program.</para></sect3>
53
54<sect3><title>who@</title>
55<para>who@ is a demonstration program using tcpclient that has the
56functionality of the rwho program. It requires a server running sysstat
57on port 11.</para></sect3>
58
59<sect3><title>date@</title>
60<para>date@ is a demonstration program using tcpclient that will return the
61system time of a remote host which is running a daytime service on
62port 13.</para></sect3>
63
64<sect3><title>finger@</title>
65<para>finger@ is a demonstration program using tcpclient that mimics the
66functionality of the finger program. It requires a server running fingerd
67on port 79.</para></sect3>
68
69<sect3><title>http@</title>
70<para>http@ downloads web pages from web servers.</para></sect3>
71
72<sect3><title>tcpcat</title>
73<para>tcpcat connects to a tcp port and prints all that is returned from the
74port.</para></sect3>
75
76<sect3><title>mconnect</title>
77<para>mconnect connects to a tcp port, delivers any input specified to the
78port, and prints any output from the port.</para></sect3>
79
80<sect3><title>addcr</title>
81<para>addcr adds carriage returns to files. This and delcr are useful for
82converting between Windows to UNIX file formats.</para></sect3>
83
84<sect3><title>delcr</title>
85<para>delcr removes carriage returns from files.</para></sect3>
86
87</sect2>
88
Note: See TracBrowser for help on using the repository browser.