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

[PATCH] ssl fix

From: Sander Striker <striker_at_apache.org>
Date: 2001-09-13 16:49:00 CEST

Hi,

This patch allows subversion to run over ssl.
It is really trivial (more so after Joe pointed it out).
This will probably go as soon as Greg gets around
to removing the second connection.

This patch has been tested. I can now succesfully
check out a repository over ssl :) :)

Sander

Log:

* session.c (svn_ra_get_authenticator): - Fix ssl by mirroring
     on the second session what was done on the primairy session.

Index: subversion/libsvn_ra_dav/session.c
===================================================================
--- subversion/libsvn_ra_dav/SVN/text-base/session.c Wed Sep 12 01:27:27
2001
+++ subversion/libsvn_ra_dav/session.c Thu Sep 13 16:42:02 2001
@@ -176,6 +176,8 @@
           return svn_error_create(SVN_ERR_RA_SOCK_INIT, 0, NULL, pool,
                                   "SSL is not supported");
         }
+
+ ne_set_secure(sess2, 1);
     }
 #if 0
   else

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:41 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.