source: basicnet/netprogs/tcpwrappers.xml@ 4ece6c2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4ece6c2 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 8.6 KB
RevLine 
[d47e7ea9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[d47e7ea9]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY tcpwrappers-download-http "http://files.ichilton.co.uk/nfs/tcp_wrappers_&tcpwrappers-version;.tar.gz">
[4f6275fd]8 <!ENTITY tcpwrappers-download-ftp "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_&tcpwrappers-version;.tar.gz">
[0d1d489]9 <!ENTITY tcpwrappers-md5sum "e6fa25f71226d090f34de3f6b122fb5a">
[b0c67c8b]10 <!ENTITY tcpwrappers-size "97 KB">
[c18c49fe]11 <!ENTITY tcpwrappers-buildsize "1.09 MB">
[17d22d99]12 <!ENTITY tcpwrappers-time "less than 0.1 SBU">
[d47e7ea9]13]>
14
[17d22d99]15<sect1 id="tcpwrappers" xreflabel="TCP Wrapper-&tcpwrappers-version;">
[0d1d489]16 <?dbhtml filename="tcpwrappers.html"?>
[bab92281]17
[0d1d489]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[bab92281]22
[17d22d99]23 <title>TCP Wrapper-&tcpwrappers-version;</title>
[bab92281]24
[0d1d489]25 <indexterm zone="tcpwrappers">
[17d22d99]26 <primary sortas="a-TCP Wrapper">TCP Wrapper</primary>
[0d1d489]27 </indexterm>
28
29 <sect2 role="package">
[17d22d99]30 <title>Introduction to TCP Wrapper</title>
[0d1d489]31
[17d22d99]32 <para>The <application>TCP Wrapper</application> package provides daemon
[17e6d48]33 wrapper programs that report the name of the client requesting network
[bab92281]34 services and the requested service.</para>
35
[0d1d489]36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&tcpwrappers-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&tcpwrappers-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &tcpwrappers-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &tcpwrappers-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &tcpwrappers-buildsize;</para>
52 </listitem>
53 <listitem>
[2174baa]54 <para>Estimated build time: &tcpwrappers-time;</para>
55 </listitem>
[0d1d489]56 </itemizedlist>
[bab92281]57
[0d1d489]58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing='compact'>
60 <listitem>
[17d22d99]61 <para>Required Patch (Fixes some build issues and adds building a
[17e6d48]62 shared library): <ulink
[0d1d489]63 url="&patch-root;/tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
[bab92281]66
[061ec9d]67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/tcpwrappers"/></para>
69
[0d1d489]70 </sect2>
[bab92281]71
[0d1d489]72 <sect2 role="installation">
[17d22d99]73 <title>Installation of TCP Wrapper</title>
[0d1d489]74
[17d22d99]75 <para>Install <application>TCP Wrapper</application> with the following
[0d1d489]76 commands:</para>
77
78<screen><userinput>patch -Np1 -i ../tcp_wrappers-&tcpwrappers-version;-shared_lib_plus_plus-1.patch &amp;&amp;
[0e92f49]79sed -i -e "s,^extern char \*malloc();,/* &amp; */," scaffold.c &amp;&amp;
[0d1d489]80make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux</userinput></screen>
[bab92281]81
[17d22d99]82 <para>This package does not come with a test suite.</para>
83
[0d1d489]84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[bab92281]85
[0d1d489]86<screen role="root"><userinput>make install</userinput></screen>
[bab92281]87
[0d1d489]88 </sect2>
[bab92281]89
[0d1d489]90 <sect2 role="commands">
91 <title>Command Explanations</title>
[bab92281]92
[17e6d48]93 <para><command>sed -i -e ... scaffold.c</command>: This command removes an
94 obsolete C declaration which causes the build to fail if using
[5389ced]95 <application>GCC &gt;= 3.4.x</application>.</para>
[bab92281]96
[0d1d489]97 </sect2>
[bab92281]98
[0d1d489]99 <sect2 role="configuration">
[17d22d99]100 <title>Configuring TCP Wrapper</title>
[0d1d489]101
102 <sect3 id="tcpwrappers-config">
103 <title>Config Files</title>
[bab92281]104
[17e6d48]105 <para><filename>/etc/hosts.allow</filename> and
[0d1d489]106 <filename>/etc/hosts.deny</filename></para>
[bab92281]107
[0d1d489]108 <indexterm zone="tcpwrappers tcpwrappers-config">
109 <primary sortas="e-etc-hosts.allow">/etc/hosts.allow</primary>
110 </indexterm>
[bab92281]111
[0d1d489]112 <indexterm zone="tcpwrappers tcpwrappers-config">
113 <primary sortas="e-etc-hosts.deny">/etc/hosts.deny</primary>
114 </indexterm>
[bab92281]115
[0d1d489]116 <para>File protections: the wrapper, all files used by the wrapper,
117 and all directories in the path leading to those files, should be
118 accessible but not writable for unprivileged users (mode 755 or mode
119 555). Do not install the wrapper set-uid.</para>
[bab92281]120
[17e6d48]121 <para>As the <systemitem class="username">root</systemitem> user,
[0d1d489]122 perform the following edits on the
123 <filename>/etc/inetd.conf</filename> configuration file:</para>
[bab92281]124
[0d1d489]125 <indexterm zone="tcpwrappers tcpwrappers-config">
126 <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
127 </indexterm>
128
129<screen><literal>finger stream tcp nowait nobody /usr/sbin/in.fingerd in.fingerd</literal></screen>
130
131 <para>becomes:</para>
[bab92281]132
[0d1d489]133<screen><literal>finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd</literal></screen>
134
135 <note>
136 <para>The <command>finger</command> server is used as an example here.</para>
137 </note>
[bab92281]138
[17e6d48]139 <para>Similar changes must be made if <application>xinetd</application> is
[bab92281]140 used, with the emphasis being on calling <command>/usr/sbin/tcpd</command>
[17e6d48]141 instead of calling the service daemon directly, and passing the name of the
[0d1d489]142 service daemon to <command>tcpd</command>.</para>
[bab92281]143
[0d1d489]144 <indexterm zone="tcpwrappers tcpwrappers-config">
145 <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
146 </indexterm>
[bab92281]147
[0d1d489]148 </sect3>
[bab92281]149
[0d1d489]150 </sect2>
[bab92281]151
[0d1d489]152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Library</segtitle>
158 <segtitle>Installed Directories</segtitle>
[bab92281]159
[0d1d489]160 <seglistitem>
161 <seg>tcpd, tcpdchk, tcpdmatch, try-from, and safe_finger</seg>
[061ec9d]162 <seg>libwrap.{so,a}</seg>
[0d1d489]163 <seg>None</seg>
164 </seglistitem>
165 </segmentedlist>
[bab92281]166
[0d1d489]167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
[bab92281]171
[0d1d489]172 <varlistentry id="tcpd">
173 <term><command>tcpd</command></term>
174 <listitem>
[17e6d48]175 <para>is the main access control daemon for all Internet services,
[0d1d489]176 which <command>inetd</command> or <command>xinetd</command>
177 will run instead of running the requested service daemon.</para>
178 <indexterm zone="tcpwrappers tcpd">
179 <primary sortas="b-tcpd">tcpd</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
[bab92281]183
[0d1d489]184 <varlistentry id="tcpdchk">
185 <term><command>tcpdchk</command></term>
186 <listitem>
[17e6d48]187 <para>is a tool to examine a <command>tcpd</command> wrapper
[0d1d489]188 configuration and report problems with it.</para>
189 <indexterm zone="tcpwrappers tcpdchk">
190 <primary sortas="b-tcpdchk">tcpdchk</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
[bab92281]194
[0d1d489]195 <varlistentry id="tcpdmatch">
196 <term><command>tcpdmatch</command></term>
197 <listitem>
[17e6d48]198 <para>is used to predict how the TCP wrapper
[0d1d489]199 would handle a specific request for a service.</para>
200 <indexterm zone="tcpwrappers tcpdmatch">
201 <primary sortas="b-tcpdmatch">tcpdmatch</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
[bab92281]205
[0d1d489]206 <varlistentry id="try-from">
207 <term><command>try-from</command></term>
208 <listitem>
[17e6d48]209 <para>can be called via a remote shell command to find out if the
[0d1d489]210 host name and address are properly recognized.</para>
211 <indexterm zone="tcpwrappers try-from">
212 <primary sortas="b-try-from">try-from</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
[bab92281]216
[0d1d489]217 <varlistentry id="safe_finger">
218 <term><command>safe_finger</command></term>
219 <listitem>
[17e6d48]220 <para>is a wrapper for the <command>finger</command> utility, to
[0d1d489]221 provide automatic reverse name lookups.</para>
222 <indexterm zone="tcpwrappers safe_finger">
223 <primary sortas="b-safe_finger">safe_finger</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
[bab92281]227
[0d1d489]228 <varlistentry id="libwrap">
[061ec9d]229 <term><filename class='libraryfile'>libwrap.{so,a}</filename></term>
[0d1d489]230 <listitem>
[17e6d48]231 <para>contains the API functions required by
[17d22d99]232 the <application>TCP Wrapper</application> programs as well as other programs
233 to become <quote><application>TCP Wrapper</application>-aware</quote>.</para>
[0d1d489]234 <indexterm zone="tcpwrappers libwrap">
[061ec9d]235 <primary sortas="c-libwrap">libwrap.{so,a}</primary>
[0d1d489]236 </indexterm>
237 </listitem>
238 </varlistentry>
[bab92281]239
[0d1d489]240 </variablelist>
241
242 </sect2>
[0f5698f]243
244</sect1>
Note: See TracBrowser for help on using the repository browser.