[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: RFA: Encrypting auth info

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-02-16 16:23:02 CET

--On Wednesday, February 16, 2005 4:08 PM +0100 "Branko ?ibej" <brane@xbc.nu>
wrote:

> And, what form should those functions have? Is it a simple
>
> svn_error_t *svn_auth_(en|de)crypt(svn_string_t *out, const svn_string_t
> *in);
>
> or do we want a slightly more generic interface that lets the auth providers
> send in more than just, e.g., the password?

I think creating that interface just goes too far. You can just create a new
auth provider which happens to encrypt or decrypt using that fancy Win32 API
as it stores/reads things on disk. But, nothing else even needs to be aware
of this particular functionality. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 16 16:24:16 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.