94d08c8
diff -up tcp_wrappers_7.6/Makefile.man tcp_wrappers_7.6/Makefile
94d08c8
diff -up tcp_wrappers_7.6/safe_finger.8.man tcp_wrappers_7.6/safe_finger.8
94d08c8
--- tcp_wrappers_7.6/safe_finger.8.man	2010-02-05 09:19:38.000000000 +0100
94d08c8
+++ tcp_wrappers_7.6/safe_finger.8	2010-02-05 09:11:12.000000000 +0100
94d08c8
@@ -0,0 +1,34 @@
94d08c8
+.TH SAFE_FINGER 8 "21th June 1997" Linux "Linux Programmer's Manual"
94d08c8
+.SH NAME
94d08c8
+safe_finger \- finger client wrapper that protects against nasty stuff
94d08c8
+from finger servers
94d08c8
+.SH SYNOPSIS
94d08c8
+.B safe_finger [finger_options]
94d08c8
+.SH DESCRIPTION
94d08c8
+The
94d08c8
+.B safe_finger
94d08c8
+command protects against nasty stuff from finger servers. Use this
94d08c8
+program for automatic reverse finger probes from the
94d08c8
+.B tcp_wrapper
94d08c8
+.B (tcpd)
94d08c8
+, not the raw finger command. The
94d08c8
+.B safe_finger
94d08c8
+command makes sure that the finger client is not run with root
94d08c8
+privileges. It also runs the finger client with a defined PATH
94d08c8
+environment.
94d08c8
+.B safe_finger
94d08c8
+will also protect you from problems caused by the output of some
94d08c8
+finger servers. The problem: some programs may react to stuff in
94d08c8
+the first column. Other programs may get upset by thrash anywhere
94d08c8
+on a line. File systems may fill up as the finger server keeps
94d08c8
+sending data. Text editors may bomb out on extremely long lines.
94d08c8
+The finger server may take forever because it is somehow wedged.
94d08c8
+.B safe_finger
94d08c8
+takes care of all this badness.
94d08c8
+.SH SEE ALSO
94d08c8
+.BR hosts_access (5),
94d08c8
+.BR hosts_options (5),
94d08c8
+.BR tcpd (8)
94d08c8
+.SH AUTHOR
94d08c8
+Wietse Venema, Eindhoven University of Technology, The Netherlands.
94d08c8
+
94d08c8
diff -up tcp_wrappers_7.6/try-from.8.man tcp_wrappers_7.6/try-from.8
94d08c8
--- tcp_wrappers_7.6/try-from.8.man	2010-02-05 09:20:00.000000000 +0100
94d08c8
+++ tcp_wrappers_7.6/try-from.8	2010-02-05 09:12:54.000000000 +0100
94d08c8
@@ -0,0 +1,28 @@
94d08c8
+.TH TRY-FROM 8 "21th June 1997" Linux "Linux Programmer's Manual"
94d08c8
+.SH NAME
94d08c8
+try-from \- test program for the tcp_wrapper
94d08c8
+.SH SYNOPSIS
94d08c8
+.B try-from
94d08c8
+.SH DESCRIPTION
94d08c8
+The
94d08c8
+.B try\-from
94d08c8
+command can be called via a remote shell command to find out
94d08c8
+if the hostname and address are properly recognized
94d08c8
+by the
94d08c8
+.B tcp_wrapper
94d08c8
+library, if username lookup works, and (SysV only) if the TLI
94d08c8
+on top of IP heuristics work. Diagnostics are reported through
94d08c8
+.BR syslog (3)
94d08c8
+and redirected to stderr.
94d08c8
+
94d08c8
+Example:
94d08c8
+
94d08c8
+rsh host /some/where/try\-from
94d08c8
+
94d08c8
+.SH SEE ALSO
94d08c8
+.BR hosts_access (5),
94d08c8
+.BR hosts_options (5),
94d08c8
+.BR tcpd (8)
94d08c8
+.SH AUTHOR
94d08c8
+Wietse Venema, Eindhoven University of Technology, The Netherlands.
94d08c8
+