You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
3.8 KiB
111 lines
3.8 KiB
14 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../tcp_wrappers/0019-tcp_wrappers-7.6-more-man-pages.patch
|
||
|
# Copyright (C) 2011 The OpenSDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
Description: Upstream changes introduced in version 7.6.q-19
|
||
|
This patch has been created by dpkg-source during the package build.
|
||
|
Here's the last changelog entry, hopefully it gives details on why
|
||
|
those changes were made:
|
||
|
.
|
||
|
tcp-wrappers (7.6.q-19) unstable; urgency=low
|
||
|
.
|
||
|
* Made piuparts happy by removing /etc/hosts.{allow,deny} on purge, even
|
||
|
if the package is never purged on real systems.
|
||
|
.
|
||
|
The person named in the Author field signed this changelog entry.
|
||
|
Author: Marco d'Itri <md@linux.it>
|
||
|
|
||
|
---
|
||
|
The information above should follow the Patch Tagging Guidelines, please
|
||
|
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
|
||
|
are templates for supplementary fields that you might want to add:
|
||
|
|
||
|
Origin: <vendor|upstream|other>, <url of original patch>
|
||
|
Bug: <url in upstream bugtracker>
|
||
|
Bug-Debian: http://bugs.debian.org/<bugnumber>
|
||
|
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
|
||
|
Forwarded: <no|not-needed|url proving that it has been forwarded>
|
||
|
Reviewed-By: <name and email of someone who approved the patch>
|
||
|
Last-Update: <YYYY-MM-DD>
|
||
|
|
||
|
--- /dev/null
|
||
|
+++ tcp-wrappers-7.6.q/try-from.8
|
||
|
@@ -0,0 +1,28 @@
|
||
|
+.TH TRY-FROM 8 "21th June 1997" Linux "Linux Programmer's Manual"
|
||
|
+.SH NAME
|
||
|
+try-from \- test program for the tcp_wrapper
|
||
|
+.SH SYNOPSIS
|
||
|
+.B try-from
|
||
|
+.SH DESCRIPTION
|
||
|
+The
|
||
|
+.B try\-from
|
||
|
+command can be called via a remote shell command to find out
|
||
|
+if the hostname and address are properly recognized
|
||
|
+by the
|
||
|
+.B tcp_wrapper
|
||
|
+library, if username lookup works, and (SysV only) if the TLI
|
||
|
+on top of IP heuristics work. Diagnostics are reported through
|
||
|
+.BR syslog (3)
|
||
|
+and redirected to stderr.
|
||
|
+
|
||
|
+Example:
|
||
|
+
|
||
|
+rsh host /some/where/try\-from
|
||
|
+
|
||
|
+.SH SEE ALSO
|
||
|
+.BR hosts_access (5),
|
||
|
+.BR hosts_options (5),
|
||
|
+.BR tcpd (8)
|
||
|
+.SH AUTHOR
|
||
|
+Wietse Venema, Eindhoven University of Technology, The Netherlands.
|
||
|
+
|
||
|
--- /dev/null
|
||
|
+++ tcp-wrappers-7.6.q/safe_finger.8
|
||
|
@@ -0,0 +1,34 @@
|
||
|
+.TH SAFE_FINGER 8 "21th June 1997" Linux "Linux Programmer's Manual"
|
||
|
+.SH NAME
|
||
|
+safe_finger \- finger client wrapper that protects against nasty stuff
|
||
|
+from finger servers
|
||
|
+.SH SYNOPSIS
|
||
|
+.B safe_finger [finger_options]
|
||
|
+.SH DESCRIPTION
|
||
|
+The
|
||
|
+.B safe_finger
|
||
|
+command protects against nasty stuff from finger servers. Use this
|
||
|
+program for automatic reverse finger probes from the
|
||
|
+.B tcp_wrapper
|
||
|
+.B (tcpd)
|
||
|
+, not the raw finger command. The
|
||
|
+.B safe_finger
|
||
|
+command makes sure that the finger client is not run with root
|
||
|
+privileges. It also runs the finger client with a defined PATH
|
||
|
+environment.
|
||
|
+.B safe_finger
|
||
|
+will also protect you from problems caused by the output of some
|
||
|
+finger servers. The problem: some programs may react to stuff in
|
||
|
+the first column. Other programs may get upset by thrash anywhere
|
||
|
+on a line. File systems may fill up as the finger server keeps
|
||
|
+sending data. Text editors may bomb out on extremely long lines.
|
||
|
+The finger server may take forever because it is somehow wedged.
|
||
|
+.B safe_finger
|
||
|
+takes care of all this badness.
|
||
|
+.SH SEE ALSO
|
||
|
+.BR hosts_access (5),
|
||
|
+.BR hosts_options (5),
|
||
|
+.BR tcpd (8)
|
||
|
+.SH AUTHOR
|
||
|
+Wietse Venema, Eindhoven University of Technology, The Netherlands.
|
||
|
+
|