X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=BdkxYZcKom3zjw6T
	Al65OIPgN6NRGhCuuuYYb31TYv/Dv4W9o5aZc4MTqoBH1JsLkjEYTz1CTvlJbQJs
	E47zzKoRi0UqXWlEtOfCpACmAJTyC5ypyGujZA5ydn4k662oB8KOvC8sG9Px0zjq
	R/bJbgtBdKRya2ci9nhhhbQbdX0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=seRTITIjsqSEUZrFLlj8/F
	x9GNg=; b=TPP1dj5sGW3C7TutgniBJlpEKTHDMTjeTv7KVq1D9gej4o+/e2KKXQ
	a3UsU7e1oLzhb4Dfn3dfcpHfCMFSdXb/SnCfss4f77ITjPrefUi7mjE7cQI9jOiZ
	DOC72rkpLkDDwosaYXi6NB1ktNvRdl75yGx1Xa5nzExxIcokb2jHw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-0.9 required=5.0 tests=BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Viren, viren, geprft, gepr=c3=bcft?=
X-HELO: mail-wm0-f53.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=subject:to:references:from:message-id:date:user-agent:mime-version         :in-reply-to:content-transfer-encoding;        bh=hKQObLf0v7r0dVCqIoZXtsqrFfaqOYxmH0NRnij+yds=;        b=skXKG/K3ybMpzhkSQhSzM4i3ZBO895nldDOzhRAk71MHe9Rd6/1w63clnb7PQ4PjKO         rWhu4m0ypAIY3K/XCOwt5IpNxXlbzOP08ihsnGyDiLZ6m0j/WtWVWdo1ogJsBCwc6vqY         0mXu9znJ278vdDCSKP4b2pnCPT+6zvSSMgUUmW8D0t07rDfBQN1ejpaUiGqghZM8gekm         f23G4FN0EP3iwQnDJqduvG2nvsEk3fUUOehGS3Wrc95JPJWFMo4RyGntelzJVvw3stB1         gXTCyIcoXiTR9r4GAq2WkICTt52H5s/o8zvn4Qyv2l7NdnfoVEzfLQYShvUPPpD/4OEH         Ic1Q==
Subject: Re: Cygwin Dirmngr and TBB for windows
To: cygwin@cygwin.com
References: <0d735703-6936-1b4a-74d0-f03692a8ddbd@mail.com> <af86c6ad-0a31-d0b9-e8d9-e8f9371232a3@mail.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Message-ID: <6064620b-7ea1-0c46-d8f8-5de024909c69@gmail.com>
Date: Thu, 30 Aug 2018 14:35:42 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <af86c6ad-0a31-d0b9-e8d9-e8f9371232a3@mail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Am 30.08.2018 um 11:30 schrieb john doe:
> On 7/11/2018 10:11 AM, john doe wrote:
>> Hi,
>>
>> I'm trying to get Cygwin dirmngr to work with  Tor Browser for Windows.
>>
>> Following some discussion on the gnupg user list it looks like that 
>> the connect(2) function in Cygwin does not return the proper error code:
>>
>> https://lists.gnupg.org/pipermail/gnupg-users/2018-July/060768.html
>>
>> On the above link one of the dev suggest that connect(2) returns 
>> EPERMS instead of ECONREFUSED.
>>
>> If ECONREFUSED is not returned when port 9050 is queried the fallback 
>> code in dirmngr will not be executed and port 9150 will never be used.
>>
>> Using dirmngr on Debian with TBBfor linux works as expected.
>>
>> Can anyone confirm that and subcequently make Cygwin return the proper 
>> error code?
>>
>> Any help is appriciated.
>>
> 
> As any one has been able to confirm that the issue is present in Cygwin 
> code?
> I didn't see anything regarding this issue in the beta version of Cygwin 
> or did I mist it?


a Simple Test Case will help to verify the claim.

connect is not expected to return EPERM
http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html




---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

