glfs/basicnet/netprogs/tcpwrappers/tcpwrappers-desc.xml
Larry Lawrence dbed00df54 portmap and tcpwrappers intro update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1172 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-23 03:35:53 +00:00

35 lines
1.2 KiB
XML

<sect2>
<title>Contents</title>
<para>The <application>tcpwrappers</application> package contains <command>
tcpd</command>, <command>tcpdchk</command>, <command>tcpdmatch</command>,
<command>try-from</command> and <command>safe_finger</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>tcpd</title>
<para><command>tcpd</command> is the main access control daemon for all
internet services, which <command>inetd</command> or
<command>xinetd</command> will run instead of running the
requested service daemon.</para></sect3>
<sect3><title>tcpdchk</title>
<para><command>tcpdchk</command> is a tool to examine a tcpd wrapper
configuration and report problems with it.</para></sect3>
<sect3><title>tcpdmatch</title>
<para><command>tcpdmatch</command> is used to predict how the tcp wrapper
would handle a specific request for a service.</para></sect3>
<sect3><title>try-from</title>
<para><command>try-from</command> can be called via a remote shell command to
find out if the host name and address are properly recognized.</para></sect3>
<sect3><title>safe_finger</title>
<para><command>safe_finger</command> is a wrapper for the <command>finger
</command> utility, to provide automatic reverse name lookups.</para></sect3>
</sect2>