From owner-cvs-all Fri Feb 19 17:12:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B80371177C; Fri, 19 Feb 1999 17:12:46 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA81440; Fri, 19 Feb 1999 17:12:46 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199902200112.RAA81440@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Feb 1999 17:12:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp auth.c chap.c pap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/02/19 17:12:46 PST Modified files: usr.sbin/ppp auth.c chap.c pap.c Log: Handle empty PAP & CHAP packets (containing only an FSM header). Some CHAP implementations send no welcome message with their SUCCESS/FAILURE packets. This was being mis-identified as a truncated packet by the new authentication code :-( Revision Changes Path 1.41 +5 -2 src/usr.sbin/ppp/auth.c 1.47 +4 -3 src/usr.sbin/ppp/chap.c 1.32 +5 -2 src/usr.sbin/ppp/pap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message