From 83a6b1a8b2c17f7b18db4ab49f2173ced9f15598 Mon Sep 17 00:00:00 2001 From: Mike Jones Date: Wed, 22 May 2002 20:15:13 +0000 Subject: Added optional MPPE support to pppd. --- net-dialup/ppp/ChangeLog | 9 ++++++++- net-dialup/ppp/files/2.4.1-r6/modules.ppp | 3 ++- net-dialup/ppp/files/digest-ppp-2.4.1-r9 | 1 + net-dialup/ppp/files/ppp-2.4.1-MSCHAPv2-fix.patch | 12 ++++++++++++ .../ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz | Bin 0 -> 36112 bytes 5 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 net-dialup/ppp/files/digest-ppp-2.4.1-r9 create mode 100644 net-dialup/ppp/files/ppp-2.4.1-MSCHAPv2-fix.patch create mode 100644 net-dialup/ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz (limited to 'net-dialup/ppp') diff --git a/net-dialup/ppp/ChangeLog b/net-dialup/ppp/ChangeLog index c6b3b08b92c5..e274dc77b7ca 100644 --- a/net-dialup/ppp/ChangeLog +++ b/net-dialup/ppp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-dialup/ppp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.3 2002/04/10 00:56:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.4 2002/05/22 20:15:13 ashmodai Exp $ + +*ppp-2.4.1-r8 (09 Apr 2002) + + 22 May 2002; Mike Jones : + + Added (optional - USE crypt variable was used) MPPE support for ppp, enabling + clients who use the pptp server to have encrypted connections. *ppp-2.4.1-r8 (09 Apr 2002) diff --git a/net-dialup/ppp/files/2.4.1-r6/modules.ppp b/net-dialup/ppp/files/2.4.1-r6/modules.ppp index a37003a251f8..b0f06aa4dec8 100644 --- a/net-dialup/ppp/files/2.4.1-r6/modules.ppp +++ b/net-dialup/ppp/files/2.4.1-r6/modules.ppp @@ -2,6 +2,7 @@ alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty +alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate -alias ppp-compress-26 ppp_deflate \ No newline at end of file +alias ppp-compress-26 ppp_deflate diff --git a/net-dialup/ppp/files/digest-ppp-2.4.1-r9 b/net-dialup/ppp/files/digest-ppp-2.4.1-r9 new file mode 100644 index 000000000000..b3c7b1676065 --- /dev/null +++ b/net-dialup/ppp/files/digest-ppp-2.4.1-r9 @@ -0,0 +1 @@ +MD5 7f655448fbb6bebcede7a515fbcd481e ppp-2.4.1-pppoe4.tgz 556218 diff --git a/net-dialup/ppp/files/ppp-2.4.1-MSCHAPv2-fix.patch b/net-dialup/ppp/files/ppp-2.4.1-MSCHAPv2-fix.patch new file mode 100644 index 000000000000..78798dfe217e --- /dev/null +++ b/net-dialup/ppp/files/ppp-2.4.1-MSCHAPv2-fix.patch @@ -0,0 +1,12 @@ +diff -urN ppp-2.4.1.org/pppd/chap.c ppp-2.4.1/pppd/chap.c +--- ppp-2.4.1.org/pppd/chap.c Tue Jun 5 11:44:20 2001 ++++ ppp-2.4.1/pppd/chap.c Tue Jun 5 11:49:43 2001 +@@ -537,7 +537,7 @@ + * as we did for the first Response we saw. + */ + if (cstate->serverstate == CHAPSS_OPEN) { +- ChapSendStatus(cstate, CHAP_SUCCESS); ++ ChapSendStatus(cstate, cstate->chal_type == CHAP_MICROSOFT_V2 ? CHAP_SUCCESS_R : CHAP_SUCCESS); + return; + } + if (cstate->serverstate == CHAPSS_BADAUTH) { diff --git a/net-dialup/ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz b/net-dialup/ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz new file mode 100644 index 000000000000..15e46bf31f88 Binary files /dev/null and b/net-dialup/ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz differ -- cgit v1.2.3-65-gdbad