From owner-cvs-all Sat Aug 19 2:30:18 2000 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 8D52037B423; Sat, 19 Aug 2000 02:30:13 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07256; Sat, 19 Aug 2000 02:30:13 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200008190930.CAA07256@freefall.freebsd.org> From: Brian Somers Date: Sat, 19 Aug 2000 02:30:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp Makefile README.changes acf.c bundle.c bundle.h cbcp.c ccp.c chap.c chat.c command.c datalink.c deflate.c defs.c defs.h exec.c filter.c filter.h fsm.c i4b.c id.c id.h ip.c ip.h ipcp.c lcp.c lcp.h link.c link.h lqr.c mp.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/08/19 02:30:11 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp Makefile README.changes acf.c bundle.c bundle.h cbcp.c ccp.c chap.c chat.c command.c datalink.c deflate.c defs.c defs.h exec.c filter.c filter.h fsm.c i4b.c id.c id.h ip.c ip.h ipcp.c lcp.c lcp.h link.c link.h lqr.c mp.c nat_cmd.c pap.c physical.c ppp.8 prompt.c proto.c route.c systems.c throughput.c throughput.h tun.h Log: MFC: -DPPP_NOSUID support ``!'' escaping autoload fixes and enhancments filter timeout specs and PPPoUDP recognition Support ppp idents Warn about the depricated alias command Don't run setproctitle() as uid 0 Default ISDN B channel speeds to 65536^H^H^H^H4000 Don't delete sticky routes Allow multiple ``allow users'' lines per section Revision Changes Path 1.73.2.2 +17 -5 src/usr.sbin/ppp/Makefile 1.16.2.3 +5 -1 src/usr.sbin/ppp/README.changes 1.4.2.1 +2 -2 src/usr.sbin/ppp/acf.c 1.84.2.6 +51 -32 src/usr.sbin/ppp/bundle.c 1.33.2.4 +13 -12 src/usr.sbin/ppp/bundle.h 1.18.2.2 +2 -2 src/usr.sbin/ppp/cbcp.c 1.54.2.2 +3 -3 src/usr.sbin/ppp/ccp.c 1.61.2.2 +8 -5 src/usr.sbin/ppp/chap.c 1.70.2.2 +8 -5 src/usr.sbin/ppp/chat.c 1.230.2.5 +54 -13 src/usr.sbin/ppp/command.c 1.57.2.4 +2 -2 src/usr.sbin/ppp/datalink.c 1.18.2.1 +3 -1 src/usr.sbin/ppp/deflate.c 1.31.2.4 +17 -1 src/usr.sbin/ppp/defs.c 1.52.2.4 +2 -1 src/usr.sbin/ppp/defs.h 1.18.2.4 +3 -1 src/usr.sbin/ppp/exec.c 1.39.2.3 +8 -1 src/usr.sbin/ppp/filter.c 1.21.2.2 +2 -1 src/usr.sbin/ppp/filter.h 1.52.2.3 +33 -9 src/usr.sbin/ppp/fsm.c 1.8.2.1 +6 -4 src/usr.sbin/ppp/i4b.c 1.18.2.1 +1 -16 src/usr.sbin/ppp/id.c 1.13.2.1 +39 -2 src/usr.sbin/ppp/id.h 1.78.2.4 +268 -181 src/usr.sbin/ppp/ip.c 1.14.2.1 +3 -2 src/usr.sbin/ppp/ip.h 1.90.2.4 +2 -4 src/usr.sbin/ppp/ipcp.c 1.81.2.3 +40 -2 src/usr.sbin/ppp/lcp.c 1.23.2.1 +5 -2 src/usr.sbin/ppp/lcp.h 1.16.2.1 +13 -5 src/usr.sbin/ppp/link.c 1.9.2.1 +6 -5 src/usr.sbin/ppp/link.h 1.40.2.2 +2 -2 src/usr.sbin/ppp/lqr.c 1.36.2.4 +24 -17 src/usr.sbin/ppp/mp.c 1.35.2.7 +2 -2 src/usr.sbin/ppp/nat_cmd.c 1.42.2.1 +2 -2 src/usr.sbin/ppp/pap.c 1.34.2.3 +24 -11 src/usr.sbin/ppp/physical.c 1.209.2.9 +129 -18 src/usr.sbin/ppp/ppp.8 1.20.2.2 +2 -2 src/usr.sbin/ppp/prompt.c 1.5.2.1 +2 -2 src/usr.sbin/ppp/proto.c 1.60.2.3 +1 -13 src/usr.sbin/ppp/route.c 1.58.2.4 +12 -3 src/usr.sbin/ppp/systems.c 1.13.2.1 +45 -27 src/usr.sbin/ppp/throughput.c 1.8.2.1 +5 -3 src/usr.sbin/ppp/throughput.h 1.8.2.1 +5 -2 src/usr.sbin/ppp/tun.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message