Date: Wed, 17 Feb 1999 16:52:25 -0800 (PST) From: <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp auth.c auth.h chap.c chap.h chap_ms.c chap_ms.h command.c datalink.c lcp.c lcp.h ppp.8 Message-ID: <199902180052.QAA80534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/02/17 16:52:25 PST Modified files: usr.sbin/ppp auth.c auth.h chap.c chap.h chap_ms.c chap_ms.h command.c datalink.c lcp.c lcp.h ppp.8 Log: Fully support both NT and LANMan CHAP type 0x80 as both authenticator and authenticatee. Revision Changes Path 1.39 +6 -3 src/usr.sbin/ppp/auth.c 1.16 +2 -2 src/usr.sbin/ppp/auth.h 1.44 +132 -57 src/usr.sbin/ppp/chap.c 1.13 +4 -3 src/usr.sbin/ppp/chap.h 1.7 +48 -32 src/usr.sbin/ppp/chap_ms.c 1.4 +3 -2 src/usr.sbin/ppp/chap_ms.h 1.182 +37 -17 src/usr.sbin/ppp/command.c 1.32 +9 -10 src/usr.sbin/ppp/datalink.c 1.68 +96 -39 src/usr.sbin/ppp/lcp.c 1.20 +8 -3 src/usr.sbin/ppp/lcp.h 1.150 +50 -3 src/usr.sbin/ppp/ppp.8 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?199902180052.QAA80534>