Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2001 08:00:24 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp ccp.c ccp.h command.c deflate.c fsm.c fsm.h ip.c mppe.c ppp.8 pred.c
Message-ID:  <200106181500.f5IF0Oc55859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/06/18 08:00:24 PDT

  Modified files:
    usr.sbin/ppp         ccp.c ccp.h command.c deflate.c fsm.c 
                         fsm.h ip.c mppe.c ppp.8 pred.c 
  Log:
  Add support for stateful MPPE (microsoft encryption) providing
  encryption compatibility with Windows 2000.  Stateful encryption
  uses less CPU but is bad on lossy transports.
  
  The ``set mppe'' command has been expanded.  If it's used with any
  arguments, ppp will insist on encryption, closing LCP if the other
  end refuses.
  
  Unfortunately, Microsoft have abused the CCP reset request so that
  receiving a reset request does not result in a reset ack when using
  MPPE...
  
  Sponsored by:	Monzoon Networks AG and FreeBSD Services Limited
  
  Revision  Changes    Path
  1.64      +116 -22   src/usr.sbin/ppp/ccp.c
  1.27      +17 -4     src/usr.sbin/ppp/ccp.h
  1.259     +39 -16    src/usr.sbin/ppp/command.c
  1.21      +9 -5      src/usr.sbin/ppp/deflate.c
  1.58      +12 -10    src/usr.sbin/ppp/fsm.c
  1.25      +3 -3      src/usr.sbin/ppp/fsm.h
  1.93      +9 -1      src/usr.sbin/ppp/ip.c
  1.8       +408 -130  src/usr.sbin/ppp/mppe.c
  1.266     +29 -3     src/usr.sbin/ppp/ppp.8
  1.31      +12 -5     src/usr.sbin/ppp/pred.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?200106181500.f5IF0Oc55859>