From owner-cvs-all Sun Nov 15 13:35:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04262 for cvs-all-outgoing; Sun, 15 Nov 1998 13:35:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04254; Sun, 15 Nov 1998 13:35:06 -0800 (PST) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA19537; Sun, 15 Nov 1998 13:35:10 -0800 (PST) Date: Sun, 15 Nov 1998 13:35:10 -0800 (PST) Message-Id: <199811152135.NAA19537@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1998/11/15 13:35:10 PST Modified files: sys/netinet tcp_subr.c Log: The below patch helps to reduce the leakage of internal socket information when a TCP "stealth" scan is directed at a *BSD box by ensuring the window is 0 for all RST packets generated through tcp_respond() Reviewed by: Don Lewis Obtained from: Bugtraq (from: Darren Reed ) Revision Changes Path 1.48 +3 -2 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message