From owner-cvs-all Sun Oct 11 12:40:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28959 for cvs-all-outgoing; Sun, 11 Oct 1998 12:40:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28954; Sun, 11 Oct 1998 12:40:42 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA08178; Sun, 11 Oct 1998 12:40:39 -0700 (PDT) Date: Sun, 11 Oct 1998 12:40:39 -0700 (PDT) Message-Id: <199810111940.MAA08178@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd Makefile chap_ms.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1998/10/11 12:40:39 PDT Modified files: usr.sbin/pppd Makefile chap_ms.c Log: Fix the MS-CHAP support. The code was passing a bit count to MD4Update(), but our version in libmd expects a byte count. This code is not currently compiled or linked into pppd, so I'm reasonably sure I didn't break anything. :-) I added the necessary statements to the Makefile, but left them commented out because we are in feature freeze. When the code is enabled, we must be careful to build it only if the DES library is available. Revision Changes Path 1.12 +7 -1 src/usr.sbin/pppd/Makefile 1.6 +2 -2 src/usr.sbin/pppd/chap_ms.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message