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

RE: svnserve password store in clear text

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-03 18:14:20 CEST

On Thu, 2004-06-03 at 10:26, Mark Phippard wrote:
> svnserve was at least somewhat meant to be a simple alternative to Apache,
> and that includes the authentication options.

You're right. I implemented CRAM-MD5 (which is not a terribly great
mechanism) because I could do it in 200 lines of code. I used plaintext
passwords so that I didn't have to spend another few hundred lines of
code on a Subversion-specific utility for managing the password DB. I
don't feel that every daemon should be implementing its own
authentication options; that stuff belongs in a library.

Unfortunately, I'm not too comfortable with the libraries currently out
there, particularly Cyrus SASL. I'm encouraged that libgsasl has gone
LGPL, and will take a closer look at it at some point.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 3 18:17:28 2004

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.