Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 1997 10:52:51 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/pppd cbcp.c cbcp.h chap_ms.c chap_ms.h demand.c ipxcp.c ipxcp.h Makefile RELNOTES args.h auth.c callout.h ccp.c ccp.h chap.c chap.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h lock.c magic.c magic.h main.c options.c patchlevel.h pathnames.h ...
Message-ID:  <199708191752.KAA24259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/08/19 10:52:51 PDT

  Modified files:
    usr.sbin/pppd        Makefile RELNOTES args.h auth.c callout.h 
                         ccp.c ccp.h chap.c chap.h fsm.c fsm.h 
                         ipcp.c ipcp.h lcp.c lcp.h lock.c magic.c 
                         magic.h main.c options.c patchlevel.h 
                         pathnames.h ppp.h pppd.8 pppd.h sys-bsd.c 
                         upap.c upap.h 
  Added files:
    usr.sbin/pppd        cbcp.c cbcp.h chap_ms.c chap_ms.h 
                         demand.c ipxcp.c ipxcp.h 
  Log:
  *gulp*  First pass at merging in ppp-2.3.0's pppd.  (this has
  dial-on-demand, packet filtering, idle timeouts, etc).  The IPX support
  is pretty much there but more work needs to be done in sys-bsd.c for
  the interface ioctls (Linux has a very different way of configuring IPX
  interfaces).
  
  Along the way some things have temporarily been lost due to very messy
  conflicts.  I will recover them shortly when I can think clearer.
  The main one is the local:remote address override in pap-secrets and
  chap-secrets.  Some other home-grown features (dns1,dns2) have been
  implemented differently.  Microsoft's chap client auth hacks have been
  implemented.  There are bound to be more rough edges...  The changes for
  connect-max-retries doesn't fit well with the dial-on-demand code.
  
  Revision  Changes    Path
  1.7       +5 -4      src/usr.sbin/pppd/Makefile
  1.3       +169 -0    src/usr.sbin/pppd/RELNOTES
  1.6       +0 -0      src/usr.sbin/pppd/args.h
  1.17      +573 -159  src/usr.sbin/pppd/auth.c
  1.5       +0 -0      src/usr.sbin/pppd/callout.h
  1.7       +451 -59   src/usr.sbin/pppd/ccp.c
  1.5       +6 -11     src/usr.sbin/pppd/ccp.h
  1.8       +97 -37    src/usr.sbin/pppd/chap.c
  1.6       +21 -9     src/usr.sbin/pppd/chap.h
  1.7       +53 -35    src/usr.sbin/pppd/fsm.c
  1.6       +38 -22    src/usr.sbin/pppd/fsm.h
  1.9       +403 -137  src/usr.sbin/pppd/ipcp.c
  1.8       +10 -12    src/usr.sbin/pppd/ipcp.h
  1.7       +248 -209  src/usr.sbin/pppd/lcp.c
  1.6       +8 -8      src/usr.sbin/pppd/lcp.h
  1.6       +0 -0      src/usr.sbin/pppd/lock.c
  1.6       +1 -4      src/usr.sbin/pppd/magic.c
  1.6       +0 -0      src/usr.sbin/pppd/magic.h
  1.13      +750 -295  src/usr.sbin/pppd/main.c
  1.13      +991 -262  src/usr.sbin/pppd/options.c
  1.6       +3 -3      src/usr.sbin/pppd/patchlevel.h
  1.8       +8 -1      src/usr.sbin/pppd/pathnames.h
  1.5       +0 -0      src/usr.sbin/pppd/ppp.h
  1.14      +893 -554  src/usr.sbin/pppd/pppd.8
  1.9       +247 -21   src/usr.sbin/pppd/pppd.h
  1.11      +568 -149  src/usr.sbin/pppd/sys-bsd.c
  1.7       +63 -35    src/usr.sbin/pppd/upap.c
  1.6       +2 -8      src/usr.sbin/pppd/upap.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708191752.KAA24259>