From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33196 invoked by alias); 1 Apr 2015 13:15:17 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 33161 invoked by uid 89); 1 Apr 2015 13:15:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-wg0-f52.google.com Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 01 Apr 2015 13:15:09 +0000 Received: by wgbdm7 with SMTP id dm7so53017170wgb.1 for ; Wed, 01 Apr 2015 06:15:06 -0700 (PDT) X-Received: by 10.180.187.200 with SMTP id fu8mr14988335wic.2.1427894106576; Wed, 01 Apr 2015 06:15:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.13.135 with HTTP; Wed, 1 Apr 2015 06:14:26 -0700 (PDT) Reply-To: fracting@gmail.com In-Reply-To: <20150401110220.GA11097@calimero.vinschen.de> References: <20150401103733.GA4835@calimero.vinschen.de> <20150401110220.GA11097@calimero.vinschen.de> From: Qian Hong Date: Wed, 01 Apr 2015 13:15:00 -0000 Message-ID: Subject: Re: Cygwin / MSYS2 runtime fails on Wine beause of accessing to (*ReferencedDomains)->Domains[-1] To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00019.txt.bz2 On Wed, Apr 1, 2015 at 7:02 PM, Corinna Vinschen wrote: > No, wait. SECURITY_BUILTIN_DOMAIN_RID (32) is the RID for the "BUILTIN" > domain which contains well known groups like > > Administrators ==> SID S-1-5-32-544 > Users ==> SID S-1-5-32-545 > etc. > > SID S-1-5-5-... are logon SIDs. They are generated on the fly to > identify your session and added to your user token's group list. The > macro connected to them are SECURITY_LOGON_IDS_RID and > SECURITY_LOGON_IDS_RID_COUNT. Thanks again! You are right. I was confused by 0x00000020, I thought it is a constant, further testing indicate it is just garbage value. -- Regards, Qian Hong - http://www.winehq.org -- 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