From owner-cvs-all Fri Sep 13 17: 0:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2351537B400; Fri, 13 Sep 2002 17:00:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99AB43E65; Fri, 13 Sep 2002 17:00:49 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8E00nJU001949; Fri, 13 Sep 2002 17:00:49 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8E00nEM001948; Fri, 13 Sep 2002 17:00:49 -0700 (PDT) Message-Id: <200209140000.g8E00nEM001948@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 13 Sep 2002 17:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pptpgre.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/09/13 17:00:49 PDT Modified files: sys/netgraph ng_pptpgre.c Log: Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload length field when there's no payload indicated by the header 'S' bit. This works around semi-brokenness in the Mac OS X PPTP client. Revision Changes Path 1.26 +1 -1 src/sys/netgraph/ng_pptpgre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message