summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Jones <ashmodai@gentoo.org>2002-05-22 20:15:13 +0000
committerMike Jones <ashmodai@gentoo.org>2002-05-22 20:15:13 +0000
commit83a6b1a8b2c17f7b18db4ab49f2173ced9f15598 (patch)
treef8f69f19ec08b151aa9c5fde7afc63ae6b9a63dc /net-dialup/ppp/files
parentadding libart_lgpl (diff)
downloadhistorical-83a6b1a8b2c17f7b18db4ab49f2173ced9f15598.tar.gz
historical-83a6b1a8b2c17f7b18db4ab49f2173ced9f15598.tar.bz2
historical-83a6b1a8b2c17f7b18db4ab49f2173ced9f15598.zip
Added optional MPPE support to pppd.
Diffstat (limited to 'net-dialup/ppp/files')
-rw-r--r--net-dialup/ppp/files/2.4.1-r6/modules.ppp3
-rw-r--r--net-dialup/ppp/files/digest-ppp-2.4.1-r91
-rw-r--r--net-dialup/ppp/files/ppp-2.4.1-MSCHAPv2-fix.patch12
-rw-r--r--net-dialup/ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gzbin0 -> 36112 bytes
4 files changed, 15 insertions, 1 deletions
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
--- /dev/null
+++ b/net-dialup/ppp/files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz
Binary files differ