Date: Sun, 8 Jul 2001 18:37:27 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 ... Message-ID: <200107090137.f691bRb28553@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107090137.f691bRb28553>