From owner-cvs-all Sun Oct 29 17:36:17 2000 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id D7BC237B479; Sun, 29 Oct 2000 17:36:12 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id e9U1aBU03186; Sun, 29 Oct 2000 17:36:11 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp mppe.c mppe.h Makefile arp.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c datalink.c defs.h filter.c lcp.c lcp.h log.c main.c mbuf.c mp.c ppp.8 server.c In-Reply-To: Message from Brian Somers of "Sun, 29 Oct 2000 16:17:19 PST." <200010300017.QAA61448@freefall.freebsd.org> Date: Sun, 29 Oct 2000 17:36:10 -0800 Message-ID: <3182.972869770@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Huh. I never knew the NETGRAPH tag was a branch tag. How about that! :) > brian 2000/10/29 16:17:19 PST > > Modified files: (Branch: NETGRAPH) > usr.sbin/ppp Makefile arp.c ccp.c ccp.h chap.c chap.h > chap_ms.c chap_ms.h command.c datalink.c > defs.h filter.c lcp.c lcp.h log.c main.c > mbuf.c mp.c ppp.8 server.c > Added files: (Branch: NETGRAPH) > usr.sbin/ppp mppe.c mppe.h > Log: > MFC: Add MPPE and MSChap v2 support > staticise mbuftype() > Various whitespace changes. > Make some functions static. > Move the MPPE keysize display in ``show ccp''. > Bump our version to reflect the recent MPPE additions (and ccp struct > size change). > Add ``all'' logging. > > Revision Changes Path > 1.76.2.3 +2 -2 src/usr.sbin/ppp/Makefile > 1.38.2.1 +3 -2 src/usr.sbin/ppp/arp.c > 1.56.2.1 +20 -4 src/usr.sbin/ppp/ccp.c > 1.22.4.1 +12 -1 src/usr.sbin/ppp/ccp.h > 1.65.2.1 +151 -14 src/usr.sbin/ppp/chap.c > 1.18.2.1 +4 -2 src/usr.sbin/ppp/chap.h > 1.10.2.1 +258 -3 src/usr.sbin/ppp/chap_ms.c > 1.5.4.1 +16 -2 src/usr.sbin/ppp/chap_ms.h > 1.248.2.1 +43 -3 src/usr.sbin/ppp/command.c > 1.62.2.2 +3 -2 src/usr.sbin/ppp/datalink.c > 1.59.2.3 +2 -1 src/usr.sbin/ppp/defs.h > 1.45.2.1 +5 -3 src/usr.sbin/ppp/filter.c > 1.84.2.2 +35 -7 src/usr.sbin/ppp/lcp.c > 1.24.2.1 +2 -1 src/usr.sbin/ppp/lcp.h > 1.46.2.1 +21 -2 src/usr.sbin/ppp/log.c > 1.175.2.1 +3 -3 src/usr.sbin/ppp/main.c > 1.38.2.2 +2 -2 src/usr.sbin/ppp/mbuf.c > 1.42.2.1 +3 -2 src/usr.sbin/ppp/mp.c > 1.237.2.1 +30 -3 src/usr.sbin/ppp/ppp.8 > 1.31.2.1 +3 -2 src/usr.sbin/ppp/server.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message