Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 16:17:19 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp mppe.c mppe.h Makefile arp.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h command.c datalink.c defs.h filter.c lcp.c lcp.h log.c main.c mbuf.c mp.c ppp.8 server.c
Message-ID:  <200010300017.QAA61448@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/10/29 16:17:19 PST

  Modified files:        (Branch: NETGRAPH)
    usr.sbin/ppp         Makefile arp.c ccp.c ccp.h chap.c chap.h 
                         chap_ms.c chap_ms.h command.c datalink.c 
                         defs.h filter.c lcp.c lcp.h log.c main.c 
                         mbuf.c mp.c ppp.8 server.c 
  Added files:           (Branch: NETGRAPH)
    usr.sbin/ppp         mppe.c mppe.h 
  Log:
  MFC: Add MPPE and MSChap v2 support
       staticise mbuftype()
       Various whitespace changes.
       Make some functions static.
       Move the MPPE keysize display in ``show ccp''.
       Bump our version to reflect the recent MPPE additions (and ccp struct
       size change).
       Add ``all'' logging.
  
  Revision   Changes    Path
  1.76.2.3   +2 -2      src/usr.sbin/ppp/Makefile
  1.38.2.1   +3 -2      src/usr.sbin/ppp/arp.c
  1.56.2.1   +20 -4     src/usr.sbin/ppp/ccp.c
  1.22.4.1   +12 -1     src/usr.sbin/ppp/ccp.h
  1.65.2.1   +151 -14   src/usr.sbin/ppp/chap.c
  1.18.2.1   +4 -2      src/usr.sbin/ppp/chap.h
  1.10.2.1   +258 -3    src/usr.sbin/ppp/chap_ms.c
  1.5.4.1    +16 -2     src/usr.sbin/ppp/chap_ms.h
  1.248.2.1  +43 -3     src/usr.sbin/ppp/command.c
  1.62.2.2   +3 -2      src/usr.sbin/ppp/datalink.c
  1.59.2.3   +2 -1      src/usr.sbin/ppp/defs.h
  1.45.2.1   +5 -3      src/usr.sbin/ppp/filter.c
  1.84.2.2   +35 -7     src/usr.sbin/ppp/lcp.c
  1.24.2.1   +2 -1      src/usr.sbin/ppp/lcp.h
  1.46.2.1   +21 -2     src/usr.sbin/ppp/log.c
  1.175.2.1  +3 -3      src/usr.sbin/ppp/main.c
  1.38.2.2   +2 -2      src/usr.sbin/ppp/mbuf.c
  1.42.2.1   +3 -2      src/usr.sbin/ppp/mp.c
  1.237.2.1  +30 -3     src/usr.sbin/ppp/ppp.8
  1.31.2.1   +3 -2      src/usr.sbin/ppp/server.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?200010300017.QAA61448>