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

[GitHub] subversion pull request #3: update *(svn_auth_ssl_server_trust_prompt_func_t...

From: woodgood <git_at_git.apache.org>
Date: Thu, 20 Oct 2016 09:08:47 +0000 (UTC)

GitHub user woodgood opened a pull request:

    https://github.com/apache/subversion/pull/3

    update *(svn_auth_ssl_server_trust_prompt_func_t)(...)

    change the interface "*(svn_auth_ssl_server_trust_prompt_func_t)(...)"
    apr_uint32_t failures, -> apr_uint32_t *failures,
    In linux, ignore server invaild certificate, using this interface, but can't change the failure.
    change the interface to "apr_uint32_t *failures,", can run normal.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/woodgood/subversion patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/subversion/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    

----
commit 5055c01032a409d6c62b71b483cbc9ac5ef0d05e
Author: woodgood <woodgood_at_users.noreply.github.com>
Date:   2016-10-20T09:08:11Z
    update     *(svn_auth_ssl_server_trust_prompt_func_t)(...)
    
    change the interface "*(svn_auth_ssl_server_trust_prompt_func_t)(...)"
    apr_uint32_t failures,   ->  apr_uint32_t *failures,
    In linux, ignore server invaild certificate,  using this interface,  but can't change the failure.
    change the interface to "apr_uint32_t *failures,", can run normal.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure_at_apache.org or file a JIRA ticket
with INFRA.
---
Received on 2016-10-20 11:08:55 CEST

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.