[pptp-server] SMP 2.2.14-5.0 Problem

Michael St. Laurent mikes at hartwellcorp.com
Wed Apr 25 12:07:56 CDT 2001


OK, from reading over the list archives it looks to me as if part of the
original require-mppe patch was dropped from the version that Patrick Reid
blessed.  If you compare the diff he quotes in the message
http://lists.schulte.org/pipermail/pptp-server/2000-March/007042.html to the
version that Martin Mueller suggests in the message
http://lists.schulte.org/pipermail/pptp-server/2000-March/007058.html you
will find a missing piece of code that Patrick had suggested be added.
Somehow a previous version of the patch was used in his final post.  The
missing hunk is:

@@ -357,6 +362,8 @@
 {
     ccp_flags_set(unit, 0, 0);
     fsm_close(&ccp_fsm[unit], reason);
+    if ( ccp_wantoptions[unit].require_mppe ||
ccp_wantoptions[unit].require_mppe_stateless )
+	lcp_close(unit,"Encryption got out of sync");
 }
 
 /*


This also appears to be missing from the "official" require-mppe patch
posted at http://smop.de



More information about the pptp-server mailing list