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

Re: certs review

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-12 01:01:38 CET

Greg Stein <gstein@lyra.org> writes:

> I see a big problem to solve before doing any kind of a merge. Two points:
>
> 1) what lib are these providers defined within?

While the neon-cert callbacks need to live in libsvn_ra_dav, the cert
providers themselves can live *anywhere*. It doesn't matter, because
the providers are simply fetching cert credentials (either by
prompting people or by asking ~/.subversion/servers for file
locations). As long as the providers don't depend on neon or ssl
headers, they can live in libsvn_client.

> 2) how does the app decide to link against that lib and include them into
> the list of providers?

main() can register the cert providers unconditionally from
libsvn_client, even if libsvn_ra_dav isn't present. They'll just
never be called. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 23:03:07 2003

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.