Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 1998 11:26:32 -0800 (PST)
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 bundle.c bundle.h chap.c chap.h command.c datalink.c lcp.c modem.c pap.c ppp.8 prompt.c vars.c vars.h
Message-ID:  <199804031926.LAA05898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/04/03 11:26:32 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h chap.c chap.h command.c 
                         datalink.c lcp.c modem.c pap.c ppp.8 
                         prompt.c vars.c vars.h 
  Log:
  o Move VarMSChap into struct chap, and remove `set encrypt'
    option.  We never ask a client for MSChap when we've got
    chap `enabled', and we dynamically answer using MSChap
    if the peer demands it.
  o Remove all of the bundle2*() series of functions except
    bundle2datalink() as they're too expensive.  The only
    calls to bundle2datalink() are made from command.c when
    determining context.
  o Write to the correct modem in term mode, and check the
    return value, dropping back to command mode if the write
    fails.
  
  Cosmetic:
    Make the PPP COMMAND LIST section of the man page
    prettier, better and more consistent.  Alphabeticalise
    all command lists and document missing commands.
  
  Revision  Changes    Path
  1.1.2.37  +4 -32     src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.25  +1 -5      src/usr.sbin/ppp/Attic/bundle.h
  1.28.2.21 +14 -16    src/usr.sbin/ppp/chap.c
  1.9.2.4   +2 -1      src/usr.sbin/ppp/chap.h
  1.131.2.51 +15 -30    src/usr.sbin/ppp/command.c
  1.1.2.32  +5 -1      src/usr.sbin/ppp/Attic/datalink.c
  1.55.2.38 +4 -14     src/usr.sbin/ppp/lcp.c
  1.77.2.44 +2 -2      src/usr.sbin/ppp/modem.c
  1.20.2.22 +12 -13    src/usr.sbin/ppp/pap.c
  1.97.2.12 +297 -281  src/usr.sbin/ppp/ppp.8
  1.1.2.19  +10 -5     src/usr.sbin/ppp/Attic/prompt.c
  1.45.2.24 +6 -5      src/usr.sbin/ppp/vars.c
  1.42.2.21 +8 -11     src/usr.sbin/ppp/vars.h

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?199804031926.LAA05898>