Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 1998 18:25:52 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp arp.c auth.c bundle.c bundle.h ccp.c chap.c chat.c datalink.c descriptor.h filter.c fsm.c hdlc.c id.c id.h ip.c ipcp.c lcp.c lqr.c main.c modem.c mp.c mp.h pap.c physical.c route.c server.c slcompress.c tun.c vjcomp.c
Message-ID:  <199804280125.SAA18280@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/04/27 18:25:51 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         arp.c auth.c bundle.c bundle.h ccp.c 
                         chap.c chat.c datalink.c descriptor.h 
                         filter.c fsm.c hdlc.c id.c id.h ip.c 
                         ipcp.c lcp.c lqr.c main.c modem.c mp.c 
                         mp.h pap.c physical.c route.c server.c 
                         slcompress.c tun.c vjcomp.c 
  Log:
  o Add the link name to modem diagnostics.
  o Create struct mpserver as part of struct mp.
    mpserver creates a unix-domain socket based on the
    peers auth name and endpoint discriminator.  If it
    already exists, ppp will ``pass the link'' over to
    the owner of the socket, joining it into the bundle
    of another ppp invocation, otherwise ppp waits for
    other invocations to pass it links through this
    socket.
    The final piece of code will be the code that flattens
    our datalink info and passes it down this channel
    (not yet implemented).
  
  Revision  Changes    Path
  1.27.2.14 +2 -1      src/usr.sbin/ppp/arp.c
  1.27.2.25 +2 -1      src/usr.sbin/ppp/auth.c
  1.1.2.64  +16 -1     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.33  +3 -1      src/usr.sbin/ppp/Attic/bundle.h
  1.30.2.40 +2 -1      src/usr.sbin/ppp/ccp.c
  1.28.2.26 +2 -6      src/usr.sbin/ppp/chap.c
  1.44.2.26 +2 -1      src/usr.sbin/ppp/chat.c
  1.1.2.49  +16 -11    src/usr.sbin/ppp/Attic/datalink.c
  1.1.2.10  +2 -1      src/usr.sbin/ppp/Attic/descriptor.h
  1.22.2.18 +2 -1      src/usr.sbin/ppp/filter.c
  1.27.2.33 +4 -2      src/usr.sbin/ppp/fsm.c
  1.28.2.30 +2 -1      src/usr.sbin/ppp/hdlc.c
  1.6.4.8   +28 -1     src/usr.sbin/ppp/id.c
  1.3.4.3   +4 -1      src/usr.sbin/ppp/id.h
  1.38.2.24 +2 -1      src/usr.sbin/ppp/ip.c
  1.50.2.47 +2 -1      src/usr.sbin/ppp/ipcp.c
  1.55.2.50 +2 -1      src/usr.sbin/ppp/lcp.c
  1.22.2.28 +2 -1      src/usr.sbin/ppp/lqr.c
  1.121.2.52 +6 -1      src/usr.sbin/ppp/main.c
  1.77.2.59 +70 -78    src/usr.sbin/ppp/modem.c
  1.1.2.17  +192 -27   src/usr.sbin/ppp/Attic/mp.c
  1.1.2.8   +24 -5     src/usr.sbin/ppp/Attic/mp.h
  1.20.2.27 +2 -4      src/usr.sbin/ppp/pap.c
  1.1.2.27  +2 -1      src/usr.sbin/ppp/Attic/physical.c
  1.42.2.20 +2 -1      src/usr.sbin/ppp/route.c
  1.16.2.17 +2 -2      src/usr.sbin/ppp/server.c
  1.15.2.10 +2 -1      src/usr.sbin/ppp/slcompress.c
  1.6.4.15  +2 -1      src/usr.sbin/ppp/tun.c
  1.16.2.15 +2 -1      src/usr.sbin/ppp/vjcomp.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?199804280125.SAA18280>