From owner-cvs-all Sat Aug 31 19:12:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E724037B400; Sat, 31 Aug 2002 19:12:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8009843E72; Sat, 31 Aug 2002 19:12:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: from freefall.freebsd.org (brian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g812CkJU072649; Sat, 31 Aug 2002 19:12:46 -0700 (PDT) (envelope-from brian@freefall.freebsd.org) Received: (from brian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g812CkWw072645; Sat, 31 Aug 2002 19:12:46 -0700 (PDT) Message-Id: <200209010212.g812CkWw072645@freefall.freebsd.org> From: Brian Somers Date: Sat, 31 Aug 2002 19:12:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile README.nat arp.c arp.h async.c async.h atm.c atm.h auth.c auth.h bundle.c bundle.h cbcp.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h chat.c command.c command.h datalink.c datalink.h deflate.c defs.c defs.h ether.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 2002/08/31 19:12:46 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp Makefile README.nat arp.c arp.h async.c async.h auth.c auth.h bundle.c bundle.h cbcp.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h chat.c command.c command.h datalink.c datalink.h deflate.c defs.c defs.h ether.c exec.c filter.c filter.h fsm.c fsm.h hdlc.c i4b.c id.c iface.c iface.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h link.c log.c log.h lqr.c main.c mbuf.c mbuf.h mp.c mp.h mppe.c nat_cmd.c nat_cmd.h pap.c physical.c physical.h pred.c probe.c probe.h prompt.c prompt.h proto.h radius.c radius.h route.c route.h server.c sig.c slcompress.c systems.c systems.h tcp.c tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c Added files: (Branch: RELENG_4) usr.sbin/ppp atm.c atm.h ipv6cp.c ipv6cp.h ncp.c ncp.h ncpaddr.c ncpaddr.h netgraph.c netgraph.h ppp.8.m4 Removed files: (Branch: RELENG_4) usr.sbin/ppp ppp.8 Log: MFC: Everything Notably, this includes the following: o IPv6 support o Better RADIUS support (including MS-CHAP) o Improved handling of bad negotiation options o Improved negotiation diagnostics o Improved sockaddr (RTAX) parsing o More consistent compile time options (NOXXX to compile something out) o More available macros o Firewall punching o Improved ``proxy'' and ``proxyall'' handling o Handle connected UDP sockets on descriptor 0 in -direct mode o Fix a load of typos o Update to internal version 3.1 Revision Changes Path 1.73.2.8 +39 -29 src/usr.sbin/ppp/Makefile 1.4.4.4 +4 -4 src/usr.sbin/ppp/README.nat 1.37.2.3 +15 -12 src/usr.sbin/ppp/arp.c 1.9.2.2 +1 -1 src/usr.sbin/ppp/arp.h 1.23.2.3 +7 -5 src/usr.sbin/ppp/async.c 1.6.2.2 +1 -1 src/usr.sbin/ppp/async.h 1.9.2.1 +237 -0 src/usr.sbin/ppp/atm.c (new) 1.1.4.1 +35 -0 src/usr.sbin/ppp/atm.h (new) 1.50.2.2 +56 -10 src/usr.sbin/ppp/auth.c 1.18.2.2 +2 -2 src/usr.sbin/ppp/auth.h 1.84.2.12 +213 -150 src/usr.sbin/ppp/bundle.c 1.33.2.8 +31 -18 src/usr.sbin/ppp/bundle.h 1.18.2.3 +6 -3 src/usr.sbin/ppp/cbcp.c 1.54.2.7 +67 -86 src/usr.sbin/ppp/ccp.c 1.22.2.5 +13 -12 src/usr.sbin/ppp/ccp.h 1.61.2.7 +93 -65 src/usr.sbin/ppp/chap.c 1.17.2.4 +8 -1 src/usr.sbin/ppp/chap.h 1.9.2.6 +11 -7 src/usr.sbin/ppp/chap_ms.c 1.5.2.3 +2 -2 src/usr.sbin/ppp/chap_ms.h 1.70.2.3 +14 -8 src/usr.sbin/ppp/chat.c 1.230.2.16 +371 -186 src/usr.sbin/ppp/command.c 1.20.2.3 +1 -0 src/usr.sbin/ppp/command.h 1.57.2.11 +36 -16 src/usr.sbin/ppp/datalink.c 1.12.2.2 +3 -2 src/usr.sbin/ppp/datalink.h 1.18.2.4 +13 -15 src/usr.sbin/ppp/deflate.c 1.31.2.12 +49 -1 src/usr.sbin/ppp/defs.c 1.52.2.11 +6 -0 src/usr.sbin/ppp/defs.h 1.9.2.14 +52 -32 src/usr.sbin/ppp/ether.c 1.18.2.6 +3 -1 src/usr.sbin/ppp/exec.c 1.39.2.7 +163 -294 src/usr.sbin/ppp/filter.c 1.21.2.6 +11 -34 src/usr.sbin/ppp/filter.h 1.52.2.8 +142 -31 src/usr.sbin/ppp/fsm.c 1.23.2.3 +41 -21 src/usr.sbin/ppp/fsm.h 1.46.2.2 +3 -0 src/usr.sbin/ppp/hdlc.c 1.8.2.3 +21 -2 src/usr.sbin/ppp/i4b.c 1.18.2.3 +4 -4 src/usr.sbin/ppp/id.c 1.13.2.8 +374 -240 src/usr.sbin/ppp/iface.c 1.3.2.4 +12 -13 src/usr.sbin/ppp/iface.h 1.78.2.11 +318 -300 src/usr.sbin/ppp/ip.c 1.14.2.3 +8 -6 src/usr.sbin/ppp/ip.h 1.90.2.11 +431 -481 src/usr.sbin/ppp/ipcp.c 1.30.2.5 +9 -54 src/usr.sbin/ppp/ipcp.h 1.8.2.1 +705 -0 src/usr.sbin/ppp/ipv6cp.c (new) 1.2.2.1 +83 -0 src/usr.sbin/ppp/ipv6cp.h (new) 1.81.2.13 +340 -353 src/usr.sbin/ppp/lcp.c 1.23.2.6 +1 -15 src/usr.sbin/ppp/lcp.h 1.16.2.2 +13 -3 src/usr.sbin/ppp/link.c 1.44.2.5 +10 -3 src/usr.sbin/ppp/log.c 1.26.2.3 +16 -14 src/usr.sbin/ppp/log.h 1.40.2.4 +5 -1 src/usr.sbin/ppp/lqr.c 1.167.2.8 +17 -11 src/usr.sbin/ppp/main.c 1.36.2.5 +11 -10 src/usr.sbin/ppp/mbuf.c 1.24.2.3 +41 -37 src/usr.sbin/ppp/mbuf.h 1.36.2.9 +26 -17 src/usr.sbin/ppp/mp.c 1.9.2.2 +4 -3 src/usr.sbin/ppp/mp.h 1.4.2.6 +152 -75 src/usr.sbin/ppp/mppe.c 1.35.2.13 +43 -7 src/usr.sbin/ppp/nat_cmd.c 1.13.4.6 +3 -0 src/usr.sbin/ppp/nat_cmd.h 1.5.2.1 +537 -0 src/usr.sbin/ppp/ncp.c (new) 1.1.4.1 +101 -0 src/usr.sbin/ppp/ncp.h (new) 1.10.2.1 +1004 -0 src/usr.sbin/ppp/ncpaddr.c (new) 1.3.2.1 +109 -0 src/usr.sbin/ppp/ncpaddr.h (new) 1.4.2.1 +741 -0 src/usr.sbin/ppp/netgraph.c (new) 1.2.2.1 +37 -0 src/usr.sbin/ppp/netgraph.h (new) 1.42.2.4 +18 -6 src/usr.sbin/ppp/pap.c 1.34.2.8 +54 -14 src/usr.sbin/ppp/physical.c 1.20.2.3 +7 -1 src/usr.sbin/ppp/physical.h 1.209.2.36 +0 -5729 src/usr.sbin/ppp/ppp.8 (dead) 1.301.2.1 +5909 -0 src/usr.sbin/ppp/ppp.8.m4 (new) 1.29.2.3 +13 -21 src/usr.sbin/ppp/pred.c 1.3.2.1 +28 -3 src/usr.sbin/ppp/probe.c 1.2.2.1 +6 -1 src/usr.sbin/ppp/probe.h 1.20.2.4 +7 -3 src/usr.sbin/ppp/prompt.c 1.5.2.3 +3 -3 src/usr.sbin/ppp/prompt.h 1.2.2.2 +7 -1 src/usr.sbin/ppp/proto.h 1.11.2.5 +503 -101 src/usr.sbin/ppp/radius.c 1.3.2.4 +27 -5 src/usr.sbin/ppp/radius.h 1.60.2.7 +218 -243 src/usr.sbin/ppp/route.c 1.13.2.4 +20 -17 src/usr.sbin/ppp/route.h 1.28.2.6 +68 -24 src/usr.sbin/ppp/server.c 1.15.2.1 +21 -9 src/usr.sbin/ppp/sig.c 1.31.2.2 +8 -3 src/usr.sbin/ppp/slcompress.c 1.58.2.7 +1 -2 src/usr.sbin/ppp/systems.c 1.14.2.3 +0 -2 src/usr.sbin/ppp/systems.h 1.10.2.4 +3 -2 src/usr.sbin/ppp/tcp.c 1.1.4.4 +5 -2 src/usr.sbin/ppp/tcpmss.c 1.13.2.3 +7 -6 src/usr.sbin/ppp/throughput.c 1.38.2.3 +16 -11 src/usr.sbin/ppp/timer.c 1.21.2.3 +300 -15 src/usr.sbin/ppp/tty.c 1.20.2.4 +9 -6 src/usr.sbin/ppp/tun.c 1.10.2.4 +19 -9 src/usr.sbin/ppp/udp.c 1.35.2.2 +5 -1 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message