From owner-cvs-all Thu May 16 7: 4:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC59B37B423; Thu, 16 May 2002 06:34:20 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDYK273559; Thu, 16 May 2002 06:34:20 -0700 (PDT) (envelope-from brian) Message-Id: <200205161334.g4GDYK273559@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 May 2002 06:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.c command.c pap.c radius.c radius.h 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 brian 2002/05/16 06:34:20 PDT Modified files: usr.sbin/ppp chap.c command.c pap.c radius.c radius.h Log: Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's configured). Handle internal failures in radius_Authenticate() correctly. Bump the ppp version number. This doesn't yet work with MPPE. More will follow. Sponsored by: Mozoon Revision Changes Path 1.79 +25 -16 src/usr.sbin/ppp/chap.c 1.287 +1 -1 src/usr.sbin/ppp/command.c 1.49 +5 -4 src/usr.sbin/ppp/pap.c 1.27 +79 -24 src/usr.sbin/ppp/radius.c 1.11 +4 -3 src/usr.sbin/ppp/radius.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message