Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 1998 17:26:26 -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 Makefile auth.c bundle.c bundle.h ccp.c ccp.h chap.c command.c command.h datalink.c deflate.c fsm.c ipcp.c ipcp.h lcp.c lcp.h lqr.c main.c modem.c mp.c pap.c physical.c ppp.8 pred.c throughput.c throughput.h vjcomp.c vars.c ...
Message-ID:  <199804160026.RAA05830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/04/15 17:26:25 PDT

  Modified files:        (Branch: MP)
    usr.sbin/ppp         Makefile auth.c bundle.c bundle.h ccp.c 
                         ccp.h chap.c command.c command.h 
                         datalink.c deflate.c fsm.c ipcp.c ipcp.h 
                         lcp.c lcp.h lqr.c main.c modem.c mp.c 
                         pap.c physical.c ppp.8 pred.c 
                         throughput.c throughput.h vjcomp.c 
  Removed files:         (Branch: MP)
    usr.sbin/ppp         vars.c vars.h 
  Log:
  o Move the accept/deny/disable/enable globals either to the
    bundle (non-negotiated vars) or to their respective IPCP,
    LCP or CCP.
  o Enable rolling throughput statistics by default.
  o Remove the `display' command.  These values now appear in
    `show bundle', `show ipcp', `show ccp' and `show lcp'.
  o Initialise auth name & key at bundle create time (oops).
  o Rename pppd-deflate (the id-24 hack) to deflate24.
  o Don't send both a REJ and a NAK to an IPCP or LCP REQ.
    Favour the REJ (already done at the CCP level).
  o Recurse in datalink_UpdateSet() when we change state, otherwise
    we end up setting no descriptors and getting jammed in the
    imminent select() instead of doing the dial/login/hangup.
  o Display our CHAP encryption method despite being built with DES.
  o Display VJ as not negotiated in ``show ipcp'' when necessary.
  
  Revision  Changes    Path
  1.36.2.10 +2 -2      src/usr.sbin/ppp/Makefile
  1.27.2.21 +2 -3      src/usr.sbin/ppp/auth.c
  1.1.2.47  +26 -1     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.29  +12 -1     src/usr.sbin/ppp/Attic/bundle.h
  1.30.2.34 +33 -22    src/usr.sbin/ppp/ccp.c
  1.14.2.17 +8 -2      src/usr.sbin/ppp/ccp.h
  1.28.2.24 +3 -2      src/usr.sbin/ppp/chap.c
  1.131.2.61 +260 -9    src/usr.sbin/ppp/command.c
  1.12.2.11 +6 -21     src/usr.sbin/ppp/command.h
  1.1.2.38  +13 -14    src/usr.sbin/ppp/Attic/datalink.c
  1.6.4.11  +3 -4      src/usr.sbin/ppp/deflate.c
  1.27.2.28 +19 -11    src/usr.sbin/ppp/fsm.c
  1.50.2.37 +42 -28    src/usr.sbin/ppp/ipcp.c
  1.18.2.22 +6 -3      src/usr.sbin/ppp/ipcp.h
  1.55.2.42 +44 -17    src/usr.sbin/ppp/lcp.c
  1.16.2.20 +7 -1      src/usr.sbin/ppp/lcp.h
  1.22.2.23 +5 -13     src/usr.sbin/ppp/lqr.c
  1.121.2.49 +2 -3      src/usr.sbin/ppp/main.c
  1.77.2.50 +8 -7      src/usr.sbin/ppp/modem.c
  1.1.2.4   +1 -4      src/usr.sbin/ppp/Attic/mp.c
  1.20.2.25 +3 -2      src/usr.sbin/ppp/pap.c
  1.1.2.25  +2 -5      src/usr.sbin/ppp/Attic/physical.c
  1.97.2.16 +17 -20    src/usr.sbin/ppp/ppp.8
  1.20.2.9  +2 -3      src/usr.sbin/ppp/pred.c
  1.4.4.7   +8 -7      src/usr.sbin/ppp/throughput.c
  1.2.4.4   +3 -2      src/usr.sbin/ppp/throughput.h
  1.16.2.14 +6 -3      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?199804160026.RAA05830>