| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org 3D3193858C32 |
| DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; |
| s=default; t=1708939272; | |
| bh=bxGAb7IoYa207LkBN/OkV4L6G/p1ok0JeNiQhxfm9zU=; | |
| h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: | |
| List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | |
| From; | |
| b=BhP0evPPFVoGJ6oc/Kk3zKzc8854aZN6P//Fb8CJegfl9QhmWlaT8k5HDQ2v9WrZE | |
| xPYYSiUtMa/rsQGpcWLkFevNa8pj762DfbmPwbXb2OLvWV4xpO6rWsvKbPbrcIxbNr | |
| yMsq10fO0ECESW9YMDTEa1BmdX0DgtBNeu6PJk3w= | |
| X-Original-To: | cygwin AT cygwin DOT com |
| Delivered-To: | cygwin AT cygwin DOT com |
| DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org 2C09A3858CDB |
| Date: | Mon, 26 Feb 2024 10:20:48 +0100 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Will all SIDs fit into |SECURITY_MAX_SID_SIZE| bytes ? / was: |
| Re: Switching groups with newgrp - how to get the new group with | |
| |GetTokenInformation()| ? | |
| Message-ID: | <ZdxX8Ne0N_uWN8kO@calimero.vinschen.de> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <CAKAoaQnFxij4Np-jg+bOLEpiSziCfamFrJ2FR_JeO+Sv_Td2Kg AT mail DOT gmail DOT com> |
| <ZdecXZNUgQ3i0hYN AT calimero DOT vinschen DOT de> | |
| <CAKAoaQk39bKbG0a_sZAR2KKz5f4U04xc=499YibfbdLesxC4Vg AT mail DOT gmail DOT com> | |
| <Zdo8B-IhG_dYAjGo AT calimero DOT vinschen DOT de> | |
| <CAKAoaQmL4wQ526dQ_-ASHCMum8L2sKiR_LnP-ba+R+39ZCMKVw AT mail DOT gmail DOT com> | |
| MIME-Version: | 1.0 |
| In-Reply-To: | <CAKAoaQmL4wQ526dQ_-ASHCMum8L2sKiR_LnP-ba+R+39ZCMKVw@mail.gmail.com> |
| X-BeenThere: | cygwin AT cygwin DOT com |
| X-Mailman-Version: | 2.1.30 |
| List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
| List-Unsubscribe: | <https://cygwin.com/mailman/options/cygwin>, |
| <mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> | |
| List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
| List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
| <mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
| From: | Corinna Vinschen via Cygwin <cygwin AT cygwin DOT com> |
| Reply-To: | cygwin AT cygwin DOT com |
| Cc: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| Errors-To: | cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com |
| Sender: | "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com> |
| X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id 41Q9LDut369661 |
On Feb 25 22:04, Roland Mainz via Cygwin wrote: > On Sat, Feb 24, 2024 at 7:57 PM Corinna Vinschen via Cygwin > <cygwin AT cygwin DOT com> wrote: > > > > On Feb 24 15:38, Roland Mainz via Cygwin wrote: > > > On Thu, Feb 22, 2024 at 8:11 PM Corinna Vinschen via Cygwin > > > <cygwin AT cygwin DOT com> wrote: > > > > On Feb 22 18:38, Roland Mainz via Cygwin wrote: > > > > > If I switch the current user's group with /usr/bin/newgrp, how can a > > > > > (native) Win32 process use > > > > > |GetTokenInformation(GetCurrentThreadToken(), ...)| to find out which > > > > > group is the new "current group" (e.g. which |TokenInformationClass| > > > > > should I use) ? > > > > > > > > PSID sidbuf = (PSID) alloca (SECURITY_MAX_SID_SIZE); > > > [snip] > > > > > > Win32/NT API question: All known SIDs will fit into > > > |SECURITY_MAX_SID_SIZE| bytes, right ? I'm asking because right now > > > the ms-nfs41-client code assumes that all SIDs use a variable amount > > > of memory, and we always have to ask the Win32/NT API about the number > > > of bytes to allocate. If |SECURITY_MAX_SID_SIZE| is the global maximum > > > limit for all Windows versions, then we could simplify the code a > > > lot... > > > > Yes. ACLs are size restricted to 64K, though, but that shouldn't be > > much of a problem usally. > > Erm... why ACLs? I was asking about the memory allocation size for an SID. I know, and I wrote "Yes". I mentioned ACLs because ACLs consist of SIDs and if all SIDs take SECURITY_MAX_SID_SIZE bytes... well, no worries. Corinna -- 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |