delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Date: | Tue, 21 Feb 2012 12:04:15 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: shared_info::init_obcaseinsensitive implemented incorrectly |
Message-ID: | <20120221110415.GE22597@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <CADSoG1so=3KxR5TS6mVNRhZGkdUku42Y=S3eWV0dtDgiZE8Tww AT mail DOT gmail DOT com> <CADSoG1uVEpxOSxAm2ZtbzE9oh95TcAQYkj_YRAZxP0tL8-3uDQ AT mail DOT gmail DOT com> <CADSoG1v5skh+gsKmBfVSbykA+AXHJjJEs+oTWsjSav04BvUNzg AT mail DOT gmail DOT com> <CADSoG1uBYBYYW6K+XS-N3ouQN3-x7dYWzR5vQ16DaR2WShd45Q AT mail DOT gmail DOT com> <CADSoG1sCUeC=6UCmTmb56pWFoDM0mR9+RT0ozGNRtiaMPsbBCA AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <CADSoG1sCUeC=6UCmTmb56pWFoDM0mR9+RT0ozGNRtiaMPsbBCA@mail.gmail.com> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Feb 21 10:26, Nick Lowe wrote: > I have just tested this and it works. It is faster, simpler and has > less overheads than querying the registry for a potentially stale > value. > > Just call NtOpenSymbolicLinkObject for \SYSTEMROOT with a > DesiredAccess of 0 and no attributes flags in the OBJECT_ATTRIBUTES > structure. > > This will fail with STATUS_ACCESS_DENIED if the system is running with > case insensitivity and STATUS_OBJECT_NAME_NOT_FOUND if running with > case sensitivity. > > For correctness, on the off chance that a successful NTSTATUS value is That's not an off-chance. It works for all admin accounts. > returned, the system is running with case insensitivity and the handle > must be closed. Just call NtOpenDirectoryObject on \\SYSTEMROOT, rather than NtOpenSymbolicLinkObject. NtOpenDirectoryObject will never succeed, rather it returns STATUS_OBJECT_TYPE_MISMATCH on a case insensitive system and STATUS_OBJECT_NAME_NOT_FOUND on a case sensitive system. And then there's Windows 2000 which is always case sensitive. But I documented to require the registry key for least surprise, see http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive I'm going to add this to the Cygwin DLL, but right now I have to debug another problem. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |