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

Re: SASL Support

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-11-09 00:08:30 CET

On 11/8/06, Vlad Georgescu <vgeorgescu@gmail.com> wrote:

> This patch introduces a stream-based I/O abstraction layer for the
> ra_svn protocol, using a new svn_ra_svn__stream_t type. (similar to a
> svn_stream_t, but with additional ra_svn-specific callbacks).
>
> This is largely based on work from the svnserve-ssl branch, with one
> important difference: I only used one stream per connection, instead
> of two. I think this is somewhat nicer (it was kind of redundant to
> write to the 'output' stream and read from the 'input' stream, and it
> also makes it easier to wrap a stream with another).
>
> I tested this with svnserve in daemon and ssh modes (to cover both
> stream types), and everything seems ok.

Looks great! Just committed it in r22238.

Thanks,

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 9 00:08:51 2006

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.