From owner-cvs-all Sun Oct 29 16:15:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 505EF37B4CF; Sun, 29 Oct 2000 16:15:06 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA60494; Sun, 29 Oct 2000 16:15:06 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200010300015.QAA60494@freefall.freebsd.org> From: Brian Somers Date: Sun, 29 Oct 2000 16:15:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c mppe.h Makefile ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c defs.h lcp.c lcp.h ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/10/29 16:15:06 PST Modified files: usr.sbin/ppp Makefile ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c defs.h lcp.c lcp.h ppp.8 Added files: usr.sbin/ppp mppe.c mppe.h Log: Add MPPE and MSChap v2 support (denied and disabled by default) Submitted by: Ustimenko Semen Revision Changes Path 1.78 +2 -2 src/usr.sbin/ppp/Makefile 1.57 +18 -2 src/usr.sbin/ppp/ccp.c 1.23 +12 -1 src/usr.sbin/ppp/ccp.h 1.66 +148 -14 src/usr.sbin/ppp/chap.c 1.19 +4 -2 src/usr.sbin/ppp/chap.h 1.11 +234 -1 src/usr.sbin/ppp/chap_ms.c 1.6 +16 -2 src/usr.sbin/ppp/chap_ms.h 1.249 +41 -1 src/usr.sbin/ppp/command.c 1.60 +2 -1 src/usr.sbin/ppp/defs.h 1.85 +33 -6 src/usr.sbin/ppp/lcp.c 1.25 +2 -1 src/usr.sbin/ppp/lcp.h 1.238 +25 -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