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

[PATCH] Fix for Issue 1267

From: Shlomi Fish <shlomif_at_vipe.stud.technion.ac.il>
Date: 2003-07-18 10:18:29 CEST

This resolves issue #1267:

http://subversion.tigris.org/issues/show_bug.cgi?id=1267

Have to say "No" several times to reject SSL certificate.

Here's the log:

<<<
Resolves Issue #1267 (Have to say "No" several times to reject SSL
certificate.)

* session.c
  Added a struct server_ssl_callback_baton_t which is passed to
  server_ssl_callback().
  (server_ssl_callback): changed the function to accept this struct
  instead of svn_ra_session_t as before; modified to set the ssl_certificate
  flags in the session baton.
  (svn_ra_dav__open): Initializing the ssl_baton, and passing it to the
  server_ssl_callback.

* ra_dav.h
  Added the ssl_certificate flags to the Neon session baton.

* util.c
  (svn_ra_dav__parsed_request): reset the ssl_certificate flags at the
  beginning of the request. Check for an SSL rejection and if so,
  return an authorization error.
>>>

Regards,

        Shlomi Fish

----------------------------------------------------------------------
Shlomi Fish shlomif@vipe.technion.ac.il
Home Page: http://t2.technion.ac.il/~shlomif/

An apple a day will keep a doctor away. Two apples a day will keep two
doctors away.

        Falk Fish

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Jul 18 10:19:35 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.