From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rila.superhosting.bg (rila.superhosting.bg [91.196.125.212]) by sourceware.org (Postfix) with ESMTPS id B0D113858D28 for ; Sat, 4 Dec 2021 09:11:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B0D113858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=roumenpetrov.info Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=roumenpetrov.info DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roumenpetrov.info; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=BHGOMGiM/sZ5UGdSqGMSTw6CCgFmSQ0aKyWJVArWKwU=; b=hMJPu68v7paDNSUNY4S9k5hoE/ 4jjpZ9qSjAJWSr5UiJwk8rNFkiqy0YdpqwzyNWA5MeVAvv0QNjz5AdtuU3b4AdLdEmqwA4RxknEPd 5l1zKLy41U9atXVhVaeXkM7bDkGTuEjsiw6XUSP6E9e4dUfxH4YJCM/UNsIveq6jfax0f4TCDYm5h /Q4xG6L24PGrAOQhhxzIVfCPo1YlsYto4RAyjL2eJlp9zloJuZCcpHQes3W9Ur73wdhwOwG/Rznyx npeQcPf/y07ZaN4Si70h26cummM/OpF9lhh47wARTagki5FwMcIQnmkqI1zHnMDFLa6LuvTGQIbD4 Flk4GG9Q==; Received: from [78.128.48.21] (port=39748 helo=[192.168.0.10]) by rila.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1mtR4w-0005D5-Uo for cygwin@cygwin.com; Sat, 04 Dec 2021 11:11:36 +0200 To: cygwin@cygwin.com From: Roumen Petrov Subject: unix domain socket as non administrator Message-ID: <4bcc1977-7223-6fc1-6f6b-471883fa34ff@roumenpetrov.info> Date: Sat, 4 Dec 2021 11:11:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 SeaMonkey/2.53.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-2.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rila.superhosting.bg X-AntiAbuse: Original Domain - cygwin.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roumenpetrov.info X-Get-Message-Sender-Via: rila.superhosting.bg: authenticated_id: master78@roumenpetrov.info X-Authenticated-Sender: rila.superhosting.bg: master78@roumenpetrov.info X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HAS_X_OUTGOING_SPAM_STAT, KAM_INFOUSMEBIZ, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2021 09:11:41 -0000 Hello Cygwin users, History: On non-regular basis I run pkix-ssh tests. Builds are with two OpenSSL versions : system from cygwin package and current openssl release. As usual pkix-ssh regression tests pass until this year. Due to limited time I cannot provide usable for developers. Information below is more from user point of view. So few months ago after upgrade agent test start to fail. Investigation (logs) shows that sender (ssh-add) push date to unix socket stream. Agent read them with received data is incomplete and utility refuse to process operations. Empiric tests shows that agent has to run as administrator while there is no such requirement for ssh-add. As side note all pkix-ssh test pass ig console is run as administrator. Unfortunately something is changed in past months. Now current status (cygwin upgrade about 2 weeks old) is that both program must be run as administrator. And finally question - does unix domain socket works for users without administrative rights? Regards, Roumen Petrov