netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
To: akpm-3NddpPZAyC0@public.gmane.org
Cc: davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Matt_Domsch-8PEkshWhKlo@public.gmane.org,
	Brice.Goglin-vYW+cPY1g1pg9hUCZPvPmw@public.gmane.org,
	james.cameron-VXdhtT5mjnY@public.gmane.org,
	pptpclient-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [patch 02/15] ppp_mppe: add PPP MPPE encryption module
Date: Mon, 20 Jun 2005 18:45:18 -0400	[thread overview]
Message-ID: <42B746FE.60504@pobox.com> (raw)
In-Reply-To: <200506202231.j5KMVpfS024640-bipKiLWnuIsyyg0EjBt7GtHuzzzSOjJt@public.gmane.org>

akpm-3NddpPZAyC0@public.gmane.org wrote:
> From: Matt Domsch <Matt_Domsch-8PEkshWhKlo@public.gmane.org>
> 
> The patch below implements the Microsoft Point-to-Point Encryption method
> as a PPP compressor/decompressor.  This is necessary for Linux clients and
> servers to interoperate with Microsoft Point-to-Point Tunneling Protocol
> (PPTP) servers (either Microsoft PPTP servers or the poptop project) which
> use MPPE to encrypt data when creating a VPN.
> 
> This patch differs from the kernel_ppp_mppe DKMS pacakge at
> pptpclient.sourceforge.net by utilizing the kernel crypto routines rather
> than providing its own SHA1 and arcfour implementations.
> 
> Minor changes to ppp_generic.c try to prevent a link from disabling
> compression (in our case, the encryption) after it has started using
> compression (encryption).
> 
> Feedback to <pptpclient-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> please.
> 
> Signed-off-by: Matt Domsch <Matt_Domsch-8PEkshWhKlo@public.gmane.org>
> Cc: James Cameron <james.cameron-VXdhtT5mjnY@public.gmane.org>
> Cc: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
> Signed-off-by: Brice Goglin <Brice.Goglin-vYW+cPY1g1pg9hUCZPvPmw@public.gmane.org>
> Signed-off-by: Andrew Morton <akpm-3NddpPZAyC0@public.gmane.org>

I'll review this, but ppp stuff really needs to go Paul MacKerras...


	Jeff





-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click

      parent reply	other threads:[~2005-06-20 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-20 22:32 [patch 02/15] ppp_mppe: add PPP MPPE encryption module akpm-3NddpPZAyC0
     [not found] ` <200506202231.j5KMVpfS024640-bipKiLWnuIsyyg0EjBt7GtHuzzzSOjJt@public.gmane.org>
2005-06-20 22:45   ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B746FE.60504@pobox.com \
    --to=jgarzik-e+axbwqsrlaavxtiumwx3w@public.gmane.org \
    --cc=Brice.Goglin-vYW+cPY1g1pg9hUCZPvPmw@public.gmane.org \
    --cc=Matt_Domsch-8PEkshWhKlo@public.gmane.org \
    --cc=akpm-3NddpPZAyC0@public.gmane.org \
    --cc=davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org \
    --cc=james.cameron-VXdhtT5mjnY@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=pptpclient-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).