From owner-cvs-all Mon Jun 18 8: 0:33 2001 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 CDEB437B401; Mon, 18 Jun 2001 08:00:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IF0Oc55859; Mon, 18 Jun 2001 08:00:24 -0700 (PDT) (envelope-from brian) Message-Id: <200106181500.f5IF0Oc55859@freefall.freebsd.org> From: Brian Somers Date: Mon, 18 Jun 2001 08:00:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ccp.c ccp.h command.c deflate.c fsm.c fsm.h ip.c mppe.c ppp.8 pred.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2001/06/18 08:00:24 PDT Modified files: usr.sbin/ppp ccp.c ccp.h command.c deflate.c fsm.c fsm.h ip.c mppe.c ppp.8 pred.c Log: Add support for stateful MPPE (microsoft encryption) providing encryption compatibility with Windows 2000. Stateful encryption uses less CPU but is bad on lossy transports. The ``set mppe'' command has been expanded. If it's used with any arguments, ppp will insist on encryption, closing LCP if the other end refuses. Unfortunately, Microsoft have abused the CCP reset request so that receiving a reset request does not result in a reset ack when using MPPE... Sponsored by: Monzoon Networks AG and FreeBSD Services Limited Revision Changes Path 1.64 +116 -22 src/usr.sbin/ppp/ccp.c 1.27 +17 -4 src/usr.sbin/ppp/ccp.h 1.259 +39 -16 src/usr.sbin/ppp/command.c 1.21 +9 -5 src/usr.sbin/ppp/deflate.c 1.58 +12 -10 src/usr.sbin/ppp/fsm.c 1.25 +3 -3 src/usr.sbin/ppp/fsm.h 1.93 +9 -1 src/usr.sbin/ppp/ip.c 1.8 +408 -130 src/usr.sbin/ppp/mppe.c 1.266 +29 -3 src/usr.sbin/ppp/ppp.8 1.31 +12 -5 src/usr.sbin/ppp/pred.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message