source: networking/netprogs/tcpwrappers.xml@ 6d15c62

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 6d15c62 was 6d15c62, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Rearrange package organization

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

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