Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2000 15:19:12 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp chap.c mppe.c mppe.h
Message-ID:  <200011072319.PAA02353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/11/07 15:19:12 PST

  Modified files:
    usr.sbin/ppp         chap.c mppe.c mppe.h 
  Log:
  Introduce another global (MPPE_IsServer) so that we initiate the
  MPPE session keys correctly.
  
  I'm a bit dubious about this code.  It seems that the session keys
  are initialised differently based on whether you're the client or
  the server.  One side is the server if it issues the first challenge,
  but of course you can issue a challenge from both sides.... at the
  same time.  Sounds like another wonderful M$ assumption...
  
  Ppp can now talk to itself correctly using encryption.
  
  Problem solved by:	Ustimenko Semen <semen@iclub.nsu.ru>
  Hair torn out by:	me
  
  Revision  Changes    Path
  1.68      +9 -6      src/usr.sbin/ppp/chap.c
  1.4       +6 -3      src/usr.sbin/ppp/mppe.c
  1.2       +2 -1      src/usr.sbin/ppp/mppe.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?200011072319.PAA02353>