Date: Thu, 16 May 2002 06:34:20 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200205161334.g4GDYK273559@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205161334.g4GDYK273559>