From owner-cvs-all Wed Feb 17 16:52:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E01DB1136B; Wed, 17 Feb 1999 16:52:25 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA80534; Wed, 17 Feb 1999 16:52:25 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Wed, 17 Feb 1999 16:52:25 -0800 (PST) From: Message-Id: <199902180052.QAA80534@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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