Date: Mon, 5 Jun 2000 04:01:22 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200006051101.EAA99391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006051101.EAA99391>