From owner-cvs-all Tue Mar 21 2:23:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3468937B52B; Tue, 21 Mar 2000 02:23:25 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11999; Tue, 21 Mar 2000 02:23:25 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <200003211023.CAA11999@freefall.freebsd.org> From: Brian Somers Date: Tue, 21 Mar 2000 02:23:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile README.changes arp.c bundle.c bundle.h cbcp.c ccp.c chap.c chap.h chap_ms.c chat.c chat.h command.c command.h datalink.c datalink.h defs.c defs.h descriptor.h ether.c filter.c filter.h iface.c iface.h ip.c ipcp.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/03/21 02:23:24 PST Modified files: (Branch: RELENG_4) usr.sbin/ppp Makefile README.changes arp.c bundle.c bundle.h cbcp.c ccp.c chap.c chap.h chap_ms.c chat.c chat.h command.c command.h datalink.c datalink.h defs.c defs.h descriptor.h ether.c filter.c filter.h iface.c iface.h ip.c ipcp.c ipcp.h lcp.c log.c log.h main.c mbuf.c mp.c mp.h nat_cmd.c physical.c physical.h ppp.8 prompt.c prompt.h radius.c radius.h route.c route.h server.c server.h slcompress.c systems.c systems.h timer.c Log: MFC: Understand environment variables in commands Understand IP6 addresses in ``show route'' Correct an alignment bug in ``show route'' Add the ``resolv'' command Add ``dns'' logging Rename struct descriptor -> struct fdescriptor Fix some printf-style parameter-type bugs Use instead of when something's not understood Log (debug) information about incoming fragment handling Correct two bugs in the timer code Add some {Net,Open}BSD compatibility stuff Fix some gramar and line breaks in ppp.8 Requested by: peter Revision Changes Path 1.73.2.1 +5 -1 src/usr.sbin/ppp/Makefile 1.16.2.1 +2 -1 src/usr.sbin/ppp/README.changes 1.37.2.1 +28 -40 src/usr.sbin/ppp/arp.c 1.84.2.1 +27 -16 src/usr.sbin/ppp/bundle.c 1.33.2.1 +5 -4 src/usr.sbin/ppp/bundle.h 1.18.2.1 +3 -3 src/usr.sbin/ppp/cbcp.c 1.54.2.1 +28 -31 src/usr.sbin/ppp/ccp.c 1.61.2.1 +5 -5 src/usr.sbin/ppp/chap.c 1.17.2.1 +2 -2 src/usr.sbin/ppp/chap.h 1.9.2.1 +5 -1 src/usr.sbin/ppp/chap_ms.c 1.70.2.1 +5 -5 src/usr.sbin/ppp/chat.c 1.15.2.1 +2 -2 src/usr.sbin/ppp/chat.h 1.230.2.1 +78 -15 src/usr.sbin/ppp/command.c 1.20.2.1 +3 -1 src/usr.sbin/ppp/command.h 1.57.2.1 +5 -5 src/usr.sbin/ppp/datalink.c 1.12.2.1 +2 -2 src/usr.sbin/ppp/datalink.h 1.31.2.1 +28 -1 src/usr.sbin/ppp/defs.c 1.52.2.1 +5 -1 src/usr.sbin/ppp/defs.h 1.7.2.1 +6 -6 src/usr.sbin/ppp/descriptor.h 1.9.2.1 +4 -4 src/usr.sbin/ppp/ether.c 1.39.2.1 +24 -2 src/usr.sbin/ppp/filter.c 1.21.2.1 +6 -4 src/usr.sbin/ppp/filter.h 1.13.2.1 +36 -34 src/usr.sbin/ppp/iface.c 1.3.2.1 +4 -1 src/usr.sbin/ppp/iface.h 1.78.2.1 +136 -11 src/usr.sbin/ppp/ip.c 1.90.2.1 +252 -148 src/usr.sbin/ppp/ipcp.c 1.30.2.1 +14 -1 src/usr.sbin/ppp/ipcp.h 1.81.2.1 +38 -33 src/usr.sbin/ppp/lcp.c 1.44.2.1 +2 -1 src/usr.sbin/ppp/log.c 1.26.2.1 +19 -17 src/usr.sbin/ppp/log.h 1.167.2.1 +7 -4 src/usr.sbin/ppp/main.c 1.36.2.1 +4 -4 src/usr.sbin/ppp/mbuf.c 1.36.2.1 +5 -5 src/usr.sbin/ppp/mp.c 1.9.2.1 +2 -2 src/usr.sbin/ppp/mp.h 1.35.2.1 +20 -8 src/usr.sbin/ppp/nat_cmd.c 1.34.2.1 +9 -9 src/usr.sbin/ppp/physical.c 1.20.2.1 +5 -5 src/usr.sbin/ppp/physical.h 1.209.2.1 +104 -23 src/usr.sbin/ppp/ppp.8 1.20.2.1 +5 -5 src/usr.sbin/ppp/prompt.c 1.5.2.1 +2 -2 src/usr.sbin/ppp/prompt.h 1.11.2.1 +16 -9 src/usr.sbin/ppp/radius.c 1.3.2.1 +2 -2 src/usr.sbin/ppp/radius.h 1.60.2.1 +152 -63 src/usr.sbin/ppp/route.c 1.13.2.1 +12 -7 src/usr.sbin/ppp/route.h 1.28.2.1 +6 -6 src/usr.sbin/ppp/server.c 1.6.2.1 +2 -2 src/usr.sbin/ppp/server.h 1.31.2.1 +3 -3 src/usr.sbin/ppp/slcompress.c 1.58.2.1 +85 -61 src/usr.sbin/ppp/systems.c 1.14.2.1 +2 -1 src/usr.sbin/ppp/systems.h 1.38.2.1 +21 -9 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message