From owner-cvs-all Tue Jun 11 17:33:21 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 D543437B403; Tue, 11 Jun 2002 17:33:17 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5C0XHg89447; Tue, 11 Jun 2002 17:33:17 -0700 (PDT) (envelope-from brian) Message-Id: <200206120033.g5C0XHg89447@freefall.freebsd.org> From: Brian Somers Date: Tue, 11 Jun 2002 17:33:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h deflate.c mppe.c ppp.8.m4 pred.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/06/11 17:33:17 PDT Modified files: usr.sbin/ppp ccp.c ccp.h deflate.c mppe.c ppp.8.m4 pred.c radius.c radius.h Log: Understand the following Microsoft Vendor Specific RADIUS attributes: RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES RAD_MICROSOFT_MS_MPPE_RECV_KEY RAD_MICROSOFT_MS_MPPE_SEND_KEY These attributes may be supplied by a RADIUS server when MSCHAPv2 is used to authenticate. It *should* now be possible to build ppp with -DNODES and still support CHAP/MSCHAP/MSCHAPv2/MPPE via a RADIUS server, but the code isn't yet smart enough to do that (building with -DNODES just looses these facilities). Sponsored by: Monzoon Revision Changes Path 1.73 +8 -5 src/usr.sbin/ppp/ccp.c 1.31 +6 -5 src/usr.sbin/ppp/ccp.h 1.25 +8 -5 src/usr.sbin/ppp/deflate.c 1.23 +88 -30 src/usr.sbin/ppp/mppe.c 1.296 +41 -3 src/usr.sbin/ppp/ppp.8.m4 1.34 +6 -4 src/usr.sbin/ppp/pred.c 1.30 +158 -3 src/usr.sbin/ppp/radius.c 1.12 +14 -0 src/usr.sbin/ppp/radius.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message