From owner-cvs-all Sun Dec 17 17:46:54 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 17 17:46:48 2000 Return-Path: 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 E255037B400; Sun, 17 Dec 2000 17:46:48 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBI1kmw79836; Sun, 17 Dec 2000 17:46:48 -0800 (PST) (envelope-from brian) Message-Id: <200012180146.eBI1kmw79836@freefall.freebsd.org> From: Brian Somers Date: Sun, 17 Dec 2000 17:46:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c mppe.h tcpmss.c tcpmss.h Makefile README.changes arp.c bundle.c bundle.h ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c datalink.c defs.c defs.h ether.c filter.c iface.c ipcp.c lcp.c lcp.h log.c main.c mbuf.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/12/17 17:46:48 PST Modified files: (Branch: RELENG_4) usr.sbin/ppp Makefile README.changes arp.c bundle.c bundle.h ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c datalink.c defs.c defs.h ether.c filter.c iface.c ipcp.c lcp.c lcp.h log.c main.c mbuf.c mbuf.h mp.c physical.c ppp.8 radius.c radius.h server.c tun.c tun.h udp.c Added files: (Branch: RELENG_4) usr.sbin/ppp mppe.c mppe.h tcpmss.c tcpmss.h Log: MFC: Add MPPE, MSChapv2 and tcpmssfixup Add ``set log all'' Display the mtu with ``show iface'' Support RADIUS accounting Use the correct negotiated CCP options Document how to tunnel using PPP/UDP and MPPE Fix examples of using ``add'' Fix another comment parsing bug Make pppoe netgraph messages consistent with -current Fix some lines >80 characters Mention what mbuf type can't be allocated Increase M_MAXLEN so that it's consistent with HDLCSIZE Retry sending data when we get ENOBUFS Don't assuming UDP sockets to be unconnected in -direct mode Bump to version 2.3 Revision Changes Path 1.73.2.3 +6 -6 src/usr.sbin/ppp/Makefile 1.16.2.4 +5 -1 src/usr.sbin/ppp/README.changes 1.37.2.2 +3 -2 src/usr.sbin/ppp/arp.c 1.84.2.7 +18 -13 src/usr.sbin/ppp/bundle.c 1.33.2.5 +7 -4 src/usr.sbin/ppp/bundle.h 1.54.2.3 +41 -6 src/usr.sbin/ppp/ccp.c 1.22.2.1 +14 -3 src/usr.sbin/ppp/ccp.h 1.61.2.3 +155 -15 src/usr.sbin/ppp/chap.c 1.17.2.2 +4 -2 src/usr.sbin/ppp/chap.h 1.9.2.2 +283 -3 src/usr.sbin/ppp/chap_ms.c 1.5.2.1 +16 -2 src/usr.sbin/ppp/chap_ms.h 1.230.2.8 +46 -4 src/usr.sbin/ppp/command.c 1.57.2.5 +3 -2 src/usr.sbin/ppp/datalink.c 1.31.2.9 +2 -2 src/usr.sbin/ppp/defs.c 1.52.2.7 +2 -1 src/usr.sbin/ppp/defs.h 1.9.2.4 +3 -4 src/usr.sbin/ppp/ether.c 1.39.2.4 +5 -3 src/usr.sbin/ppp/filter.c 1.13.2.3 +3 -3 src/usr.sbin/ppp/iface.c 1.90.2.5 +12 -1 src/usr.sbin/ppp/ipcp.c 1.81.2.4 +36 -8 src/usr.sbin/ppp/lcp.c 1.23.2.2 +2 -1 src/usr.sbin/ppp/lcp.h 1.44.2.3 +21 -2 src/usr.sbin/ppp/log.c 1.167.2.4 +3 -3 src/usr.sbin/ppp/main.c 1.36.2.3 +22 -14 src/usr.sbin/ppp/mbuf.c 1.24.2.1 +2 -2 src/usr.sbin/ppp/mbuf.h 1.36.2.5 +3 -2 src/usr.sbin/ppp/mp.c 1.34.2.4 +6 -3 src/usr.sbin/ppp/physical.c 1.209.2.17 +124 -14 src/usr.sbin/ppp/ppp.8 1.11.2.2 +164 -3 src/usr.sbin/ppp/radius.c 1.3.2.2 +20 -1 src/usr.sbin/ppp/radius.h 1.28.2.3 +3 -2 src/usr.sbin/ppp/server.c 1.20.2.1 +4 -4 src/usr.sbin/ppp/tun.c 1.8.2.2 +2 -2 src/usr.sbin/ppp/tun.h 1.10.2.1 +31 -10 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message