scsh-users
[Top] [All Lists]

Re: New release of pgscsh, now with support for Scheme48

To: andreas.bernauer@gmx.de, scsh-users@scsh.net
Subject: Re: New release of pgscsh, now with support for Scheme48
From: "Emilio Lopes" <eclig@gmx.net>
Date: Mon, 5 Feb 2007 17:50:35 +0100
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=VdmIDD4G/y5MCWLzBD6vPpq/JWoWWI3yBzELCdBIfAEqbCRuE0EWw2OSMT+f2HLr2ETyPt4jZBxr1GrDJwKfmCEZE5xn9pPx8paPtFhpgpH8heUTEfruIC36m1lhN0DZmEd5cByxrlN7Fjmkmv1wYX/rkixGpT7rVYCbzZel9tg=
List-id: <scsh-users.list-id.scsh.net>
Sender: lopes.emilio@gmail.com
On 05/02/07, Andreas Bernauer <andreas.bernauer@gmx.de> wrote:

Hello Andreas!

Emilio Lopes wrote on Sun, Feb 04 2007 at 15:36 (+0100):
>  * Experimental support for Scheme 48 1.5.
>
>    The only currently available authentication mode is "password".
>    Support for MD5 authentication would be possible by porting PLT's
>    MD5 library to Scheme 48.  Is anyone working on this?

This has already been done by Martin Gasbichler

Yes, this is the Scheme interface to the C function using the FFI.
pgscsh already uses this for MD5 authentication when running under
Scsh.  AFAIK this approach doesn't play nice with threads; all threads
in the process block until the C call return.  For Scheme 48 (and for
Scsh too, eventually) I think it would be better to port PLT's version
of the MD5 library, which is written in Scheme only.

--
Emílio C. Lopes
Munich, Germany

<Prev in Thread] Current Thread [Next in Thread>