Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 1998 17:07:52 -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 auth.c auth.h bundle.c bundle.h ccp.c chap.c chap.h command.c datalink.c datalink.h hdlc.c lcp.c main.c modem.c pap.c pap.h prompt.c
Message-ID:  <199803010107.RAA03337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/28 17:07:52 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         auth.c auth.h bundle.c bundle.h ccp.c 
                         chap.c chap.h command.c datalink.c 
                         datalink.h hdlc.c lcp.c main.c modem.c 
                         pap.c pap.h prompt.c 
  Log:
  Do authentication at the datalink level, not the bundle level.
  The bundle doesn't get a LayerUp 'till we're authenticated.
  
  Introduce DATALINK_LCP and DATALINK_AUTH phases.
  
  Revision  Changes    Path
  1.27.2.10 +19 -19    src/usr.sbin/ppp/auth.c
  1.10.2.4  +6 -3      src/usr.sbin/ppp/auth.h
  1.1.2.18  +26 -20    src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.12  +3 -1      src/usr.sbin/ppp/Attic/bundle.h
  1.30.2.17 +3 -1      src/usr.sbin/ppp/ccp.c
  1.28.2.11 +25 -24    src/usr.sbin/ppp/chap.c
  1.9.2.3   +9 -2      src/usr.sbin/ppp/chap.h
  1.131.2.30 +2 -1      src/usr.sbin/ppp/command.c
  1.1.2.16  +122 -54   src/usr.sbin/ppp/Attic/datalink.c
  1.1.2.10  +9 -2      src/usr.sbin/ppp/Attic/datalink.h
  1.28.2.15 +2 -1      src/usr.sbin/ppp/hdlc.c
  1.55.2.23 +1 -4      src/usr.sbin/ppp/lcp.c
  1.121.2.29 +2 -1      src/usr.sbin/ppp/main.c
  1.77.2.27 +4 -3      src/usr.sbin/ppp/modem.c
  1.20.2.11 +15 -14    src/usr.sbin/ppp/pap.c
  1.5.2.3   +2 -3      src/usr.sbin/ppp/pap.h
  1.1.2.10  +2 -1      src/usr.sbin/ppp/Attic/prompt.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?199803010107.RAA03337>