Date: Tue, 11 Jun 2002 17:33:17 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200206120033.g5C0XHg89447@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206120033.g5C0XHg89447>
