X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3426F3842303 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1670341169; bh=kSmqseh/N+FA5+17BARZD0cz+Qe5T3n8NQ9+wvH0jRE=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=K/ZRWeBqeohXFnnDfxx1d6O2mXmpfnSJzpeI0D3P5K5d42Fij0ObdtNowtvSzJzHd ueQvevpUuQi/HChfraBzwkhSt21oLsUJCeqFWciXxL4JI0/qHkAV7+VfuqCajak8vw +7ye97JCXlqGZm09CgmXUU1uNouXx18xu0g3BeZc= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2C79A3864A3A X-Gm-Message-State: ANoB5pnApYu0ZanNHpj+s8o2kfsQ41Sd6bHqACLe5CtUYo2ODIeqVZzr 44Ql3fYRtbRZRgGIpluGrM8ubdgD6HNdCW/wp3o= X-Google-Smtp-Source: AA0mqf48ayjt7yE8yolDN6swPS+lXw2zQPstWEdVb8btUmF0NhI+73KlrpV8H6Jyl6R+U6GMKJqYoRpzTmgofQ2j+WA= X-Received: by 2002:a9d:2c42:0:b0:66c:754e:869b with SMTP id f60-20020a9d2c42000000b0066c754e869bmr43270623otb.198.1670341128689; Tue, 06 Dec 2022 07:38:48 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 6 Dec 2022 17:38:21 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Subversion not saving encrypted password after update of cygwin 32bit To: cygwin AT cygwin DOT com X-Df-Sender: dGl2YW5vdkByb2NraG9wcGVyLWFsZ29yaXRobWljcy5jb20= X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, HTML_MESSAGE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Todor Ivanov via Cygwin Reply-To: Todor Ivanov Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Hello, We upgraded our cygwin 32 bit install on a Windows 2008 R2 server, because we needed the latest python stuff and this also upgraded all core packages, sshd (cygwin), subversion included. What changed is the svn auth caching. As this is a remote machine, we login via ssh + key (passwordless) to its sshd cygwin server and use svn commands from there. Now if we login using ssh + key, the password does not get saved and asks every time. However if we login via ssh + password the password is saved in an encrypted way using windows-cryptoapi. We investigated a little bit and see that profiles have different attributes when using a key and a password, i.e: With key: uid=1002(ouruser) gid=513(None) groups=513(None),66048(LOCAL),66049(CONSOLE LOGON),4(INTERACTIVE),15(This Organization),545(Users),11(Authenticated Users),197624(bus-beta),197625(dev-beta),1010(HelpLibraryUpdaters),0(root),559(Performance Log Users),555(Remote Desktop Users),405504(High Mandatory Level) With password: uid=1002(ouruser) gid=513(None) groups=513(None),114(Local account and member of Administrators group),197624(bus-beta),197625(dev-beta),1010(HelpLibraryUpdaters),0(root),559(Performance Log Users),555(Remote Desktop Users),545(Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated Users),15(This Organization),113(Local account),4095(CurrentSession),262154(NTLM Authentication),405504(High Mandatory Level) After the upgrade the following packages could not be downloaded from any of the listed mirrors. I also googled and browsed the repositories, but they seem to be missing and show in cygcheck as "Incomplete": libpq libppl-devel libnetcdf6 libguile12 libbotan-devel Simple authentication works for ssh+key, but I really try to avoid this. I also tried recreating the .subversion folder, which did not change anything. I did a strace and did not find any error stuff, so I don't know how to proceed further. Your tips and guidelines are very welcome. Kind regards, Todor -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple