Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2000 19:10:38 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp acf.c cbcp.c ccp.c chap.c command.c datalink.c deflate.c fsm.c ipcp.c lcp.c lcp.h lqr.c pap.c ppp.8 prompt.c proto.c
Message-ID:  <200007190210.TAA60085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

brian       2000/07/18 19:10:37 PDT

  Modified files:
    usr.sbin/ppp         acf.c cbcp.c ccp.c chap.c command.c 
                         datalink.c deflate.c fsm.c ipcp.c lcp.c 
                         lcp.h lqr.c pap.c ppp.8 prompt.c proto.c 
  Log:
  Support link identification from rfc1570
  Two new commands are available; ``ident'' and ``sendident''.
  
  Revision  Changes    Path
  1.5       +2 -2      src/usr.sbin/ppp/acf.c
  1.20      +2 -2      src/usr.sbin/ppp/cbcp.c
  1.56      +3 -3      src/usr.sbin/ppp/ccp.c
  1.63      +2 -2      src/usr.sbin/ppp/chap.c
  1.241     +33 -2     src/usr.sbin/ppp/command.c
  1.62      +2 -2      src/usr.sbin/ppp/datalink.c
  1.19      +3 -1      src/usr.sbin/ppp/deflate.c
  1.55      +33 -9     src/usr.sbin/ppp/fsm.c
  1.98      +2 -2      src/usr.sbin/ppp/ipcp.c
  1.84      +40 -2     src/usr.sbin/ppp/lcp.c
  1.24      +5 -2      src/usr.sbin/ppp/lcp.h
  1.42      +2 -2      src/usr.sbin/ppp/lqr.c
  1.43      +2 -2      src/usr.sbin/ppp/pap.c
  1.230     +29 -1     src/usr.sbin/ppp/ppp.8
  1.22      +2 -2      src/usr.sbin/ppp/prompt.c
  1.6       +2 -2      src/usr.sbin/ppp/proto.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?200007190210.TAA60085>