From owner-cvs-all Mon Jun 5 4: 1:26 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 122F937B6B9; Mon, 5 Jun 2000 04:01:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA99391; Mon, 5 Jun 2000 04:01:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200006051101.EAA99391@freefall.freebsd.org> From: Brian Somers Date: Mon, 5 Jun 2000 04:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c exec.c fsm.c ipcp.c mp.c nat_cmd.c physical.c ppp.8 server.c tcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/06/05 04:01:22 PDT Modified files: (Branch: RELENG_3) usr.sbin/ppp bundle.c datalink.c exec.c fsm.c ipcp.c mp.c nat_cmd.c physical.c ppp.8 server.c tcp.c Log: MF4: Handle open/dial from state DATALINK_READY properly Don't disable the autoload timer at the wrong time Use a SOCK_DGRAM socketpair() for synchronous "!program" devices Send a HUP to "!program" devices when they're closed Drop packets when the fsm header length is bigger than the payload Create /etc/resolv.conf with the correct umask (when dns is enabled) Don't dump core when trying to write a new resolv.conf Add some more verbose ``inappropriate peer'' diagnostics in MP mode Pass all packets through libalias in NAT mode Describe ``enable proxy'' a bit more chmod local-domain diagnostic sockets correctly When a PPPoTCP connection fails, don't moan about invalid syntax Revision Changes Path 1.43.2.12 +7 -8 src/usr.sbin/ppp/bundle.c 1.25.2.16 +5 -3 src/usr.sbin/ppp/datalink.c 1.8.2.5 +33 -14 src/usr.sbin/ppp/exec.c 1.37.2.9 +9 -2 src/usr.sbin/ppp/fsm.c 1.68.2.11 +4 -3 src/usr.sbin/ppp/ipcp.c 1.17.4.9 +7 -1 src/usr.sbin/ppp/mp.c 1.33.2.3 +3 -15 src/usr.sbin/ppp/nat_cmd.c 1.7.2.6 +3 -1 src/usr.sbin/ppp/physical.c 1.142.2.20 +4 -3 src/usr.sbin/ppp/ppp.8 1.23.2.7 +2 -2 src/usr.sbin/ppp/server.c 1.5.2.5 +5 -5 src/usr.sbin/ppp/tcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message