At 2016-10-22 21:29:59, "yuan lixin" wrote:
The function "onSslServerTrustPrompt" is part of libsvncpp,
i put a few of it,the whole code is below:
/**
* @see svn_auth_ssl_server_trust_prompt_func_t
*/
static svn_error_t *
on
cred_->accepted_failures = acceptedFailures;
*cred = cred_;
return SVN_NO_ERROR;
}
--woodsp
At 2016-10-22 04:25:51, "Bert Huijben" wrote:
>
>
>> -Original Message-
>> From: Stefan Sperling [mailto:s...@elego.de]
>> Sent:
dsp
At 2016-10-21 18:52:09, "Stefan Sperling" wrote:
>On Fri, Oct 21, 2016 at 06:08:45PM +0800, yuan lixin wrote:
>> Dear stefan:
>>
>> At first, my code is using the "libsvncpp", that has its own providers, and
>> it can run normal in windows.
>&g
Dear All,
My program call the api "svn_auth_ssl_server_trust_prompt_func_t" in
windows to ignore server invaild certificate,
Code like :
svn_client_get_ssl_server_trust_prompt_provider(
&provider, onSslServerTrustPrompt, this, pool);
*(svn_auth_provider_object_