diff options
author | 2003-08-08 09:26:02 +0000 | |
---|---|---|
committer | 2003-08-08 09:26:02 +0000 | |
commit | d55ea0e866f04b8efa03882da641812f349cf46f (patch) | |
tree | d9223fb22306b53932aa80c81b240ce8a0844fdb /lib/libwrap | |
parent | Be more careful when using constant_lookup() in messages. Pointed out by (diff) | |
download | wireguard-openbsd-d55ea0e866f04b8efa03882da641812f349cf46f.tar.xz wireguard-openbsd-d55ea0e866f04b8efa03882da641812f349cf46f.zip |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'lib/libwrap')
-rw-r--r-- | lib/libwrap/hosts_access.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index 82c3deb9cf9..a74b229c359 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.5,v 1.20 2003/07/08 13:52:52 jmc Exp $ +.\" $OpenBSD: hosts_access.5,v 1.21 2003/08/08 09:26:03 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -352,7 +352,7 @@ but would perform username lookups with all other systems. A flaw in the sequence number generator of many TCP/IP implementations allows intruders to easily impersonate trusted hosts and to break in via, for example, the remote shell service. -The IDENT (RFC931 etc.) +The IDENT (RFC 931 etc.) service can be used to detect such and other host address spoofing attacks. .Pp Before accepting a client request, the wrappers can use the IDENT |