~ubuntu-branches/ubuntu/hardy/tcp-wrappers/hardy

« back to all changes in this revision

Viewing changes to debian/safe_finger.8

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Towns
  • Date: 2001-11-18 00:24:50 UTC
  • Revision ID: james.westby@ubuntu.com-20011118002450-pm5krob0tl14uxgf
Tags: 7.6-9
* Include changes from NMUs, fixing C++ compilation. Thanks to Matthew
  Wilcox and Ryan Murray. (Closes: Bug#100891, Bug#105874)

* Fix paths in man pages. (Closes: Bug#44575, Bug#110890)
* Make symlinks for manpages as well as having multiple entries in the NAME
  section. (Closes: Bug#99581)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH SAFE_FINGER 8 "21th June 1997" Linux "Linux Programmer's Manual"
 
2
.SH NAME
 
3
safe_finger \- finger client wrapper that protects against nasty stuff
 
4
from finger servers
 
5
.SH SYNOPSIS
 
6
.B safe_finger [finger_options]
 
7
.SH DESCRIPTION
 
8
The
 
9
.B safe_finger
 
10
command protects against nasty stuff from finger servers. Use this
 
11
program for automatic reverse finger probes from the
 
12
.B tcp_wrapper
 
13
.B (tcpd)
 
14
, not the raw finger command. The
 
15
.B safe_finger
 
16
command makes sure that the finger client is not run with root
 
17
privileges. It also runs the finger client with a defined PATH
 
18
environment.
 
19
.B safe_finger
 
20
will also protect you from problems caused by the output of some
 
21
finger servers. The problem: some programs may react to stuff in
 
22
the first column. Other programs may get upset by thrash anywhere
 
23
on a line. File systems may fill up as the finger server keeps
 
24
sending data. Text editors may bomb out on extremely long lines.
 
25
The finger server may take forever because it is somehow wedged.
 
26
.B safe_finger
 
27
takes care of all this badness.
 
28
.SH SEE ALSO
 
29
.BR hosts_access (5),
 
30
.BR hosts_options (5),
 
31
.BR tcpd (8)
 
32
.SH AUTHOR
 
33
Wietse Venema, Eindhoven University of Technology, The Netherlands.
 
34