From owner-cvs-all Sun Jul 8 18:37:34 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 CFA9837B401; Sun, 8 Jul 2001 18:37:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f691bRb28553; Sun, 8 Jul 2001 18:37:27 -0700 (PDT) (envelope-from brian) Message-Id: <200107090137.f691bRb28553@freefall.freebsd.org> From: Brian Somers Date: Sun, 8 Jul 2001 18:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h ccp.c ccp.h command.c datalink.c deflate.c ether.c exec.c fsm.c fsm.h i4b.c iface.c iface.h ip.c ipcp.c lcp.c lcp.h log.c mp.c mppe.c physical.c physical.h ppp.8 pred.c route.c tcp.c tcpmss.c tty.c ... X-FreeBSD-CVS-Branch: RELENG_4 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/07/08 18:37:27 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp bundle.c bundle.h ccp.c ccp.h command.c datalink.c deflate.c ether.c exec.c fsm.c fsm.h i4b.c iface.c iface.h ip.c ipcp.c lcp.c lcp.h log.c mp.c mppe.c physical.c physical.h ppp.8 pred.c route.c tcp.c tcpmss.c tty.c tun.c udp.c Log: MFC: Support stateful MPPE Insist on correct MRU negotiation during LCP Insist on correct IPADDR negotiation during IPCP Clean up some printf-style format strings Call va_start/va_end for each iteration through ... Remove some hard-sentence breaks Be more careful about pred1 negotiations Revision Changes Path 1.84.2.11 +28 -19 src/usr.sbin/ppp/bundle.c 1.33.2.7 +1 -3 src/usr.sbin/ppp/bundle.h 1.54.2.6 +147 -23 src/usr.sbin/ppp/ccp.c 1.22.2.4 +19 -4 src/usr.sbin/ppp/ccp.h 1.230.2.11 +210 -81 src/usr.sbin/ppp/command.c 1.57.2.8 +3 -2 src/usr.sbin/ppp/datalink.c 1.18.2.3 +11 -5 src/usr.sbin/ppp/deflate.c 1.9.2.8 +2 -11 src/usr.sbin/ppp/ether.c 1.18.2.5 +2 -1 src/usr.sbin/ppp/exec.c 1.52.2.6 +12 -10 src/usr.sbin/ppp/fsm.c 1.23.2.2 +3 -3 src/usr.sbin/ppp/fsm.h 1.8.2.2 +2 -1 src/usr.sbin/ppp/i4b.c 1.13.2.6 +4 -3 src/usr.sbin/ppp/iface.c 1.3.2.3 +2 -1 src/usr.sbin/ppp/iface.h 1.78.2.10 +9 -1 src/usr.sbin/ppp/ip.c 1.90.2.9 +81 -63 src/usr.sbin/ppp/ipcp.c 1.81.2.6 +63 -18 src/usr.sbin/ppp/lcp.c 1.23.2.4 +4 -1 src/usr.sbin/ppp/lcp.h 1.44.2.4 +5 -3 src/usr.sbin/ppp/log.c 1.36.2.7 +8 -1 src/usr.sbin/ppp/mp.c 1.4.2.4 +412 -130 src/usr.sbin/ppp/mppe.c 1.34.2.7 +7 -1 src/usr.sbin/ppp/physical.c 1.20.2.2 +3 -1 src/usr.sbin/ppp/physical.h 1.209.2.25 +86 -18 src/usr.sbin/ppp/ppp.8 1.29.2.2 +13 -5 src/usr.sbin/ppp/pred.c 1.60.2.6 +4 -5 src/usr.sbin/ppp/route.c 1.10.2.3 +2 -1 src/usr.sbin/ppp/tcp.c 1.1.4.2 +5 -2 src/usr.sbin/ppp/tcpmss.c 1.21.2.2 +2 -1 src/usr.sbin/ppp/tty.c 1.20.2.3 +7 -4 src/usr.sbin/ppp/tun.c 1.10.2.3 +2 -1 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message