Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2000 19:53:17 -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:  <200006030253.TAA43819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/06/02 19:53:17 PDT

  Modified files:        (Branch: RELENG_4)
    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:
  MFC: 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.84.2.3  +7 -8      src/usr.sbin/ppp/bundle.c
  1.57.2.3  +5 -3      src/usr.sbin/ppp/datalink.c
  1.18.2.2  +33 -14    src/usr.sbin/ppp/exec.c
  1.52.2.1  +9 -2      src/usr.sbin/ppp/fsm.c
  1.90.2.2  +4 -3      src/usr.sbin/ppp/ipcp.c
  1.36.2.2  +7 -1      src/usr.sbin/ppp/mp.c
  1.35.2.5  +3 -15     src/usr.sbin/ppp/nat_cmd.c
  1.34.2.2  +3 -1      src/usr.sbin/ppp/physical.c
  1.209.2.4 +4 -3      src/usr.sbin/ppp/ppp.8
  1.28.2.2  +2 -2      src/usr.sbin/ppp/server.c
  1.10.2.1  +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?200006030253.TAA43819>