delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/08/06/02:16:09

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:references:in-reply-to:from:date
:message-id:subject:to:cc:content-type; q=dns; s=default; b=qsN+
ZyJeIk+ZE9gQ9OCVWNX8k6NwQj5wb1jV0zFszELkhMcb5vq4lWa2H3hUm5Tc4ChD
vrXTbyoRmDfmByEiT2Bw/Fs9CnjzA3PyB1hahdpemcBWjwJZCR+UMUJveZV+vCKR
NQ0PgXL9MKs5N6H2Sdvi0yuqnDy/J5DETTYXuPU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:references:in-reply-to:from:date
:message-id:subject:to:cc:content-type; s=default; bh=ksddXbz8BT
ayCztizQCGgZnvj/c=; b=QYh6eBvSp78HH8f4CyU/EJCpNmCbQIyjOIEs+seTWt
9zRaUJ1+54FY/didEjwS78OiXmnRPz3QfWXq2doOqMfQ/hEcnH2QblGaWoeBPhrV
464BuLbWD+mxf/k4CxCU+4Mii60lqvKamrGOKji1PrpBBoJvdq21nuKS9iBLFeyl
I=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=xkcd.com, UD:xkcd.com, xkcdcom, Neither
X-HELO: mail-qt0-f173.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DecqpLaU+soARIZkN84YsHDDmm50AGdcPiTmgBDxM3A=; b=HLjimK9g5ZbikatdKw/BLW9QBvLCTLmKBmEtJsq3ZyIp7hc5MuGzAEdAGrB9HUdwkh EYi+bw4w+Zht/kxjERuzGcer3xnO57CIEmDZnePg4YU6JCDNTdPIRxnbt+PwdSq0ZQye ui5BFKMkNLfLk5yITgRdBhWMugmHPTyGdn0G2Pes+7K2pvGCeMdY+jma1Wplm54cMRli FkJqaloCN5DMEwKJLS3eizQWXXOv5Txop24ojH9sf4pUzgaN+qo3PMN2hcpa7MSS+l4l ipaUq1bUqubq9bIEIfexBR5iG9cZuXbsELjgSyzZCppx6gQARVCwbgP9/1LZMqillDA6 Y8PA==
MIME-Version: 1.0
References: <2B3187EFB48B477183C355EDF9660136 AT W340> <1444436439 DOT 20180805170441 AT yandex DOT ru> <3AA6B0E5761945E58833642A6DB75341 AT W340> <174209 DOT 20180805182231 AT yandex DOT ru>
In-Reply-To: <174209.20180805182231@yandex.ru>
From: Michael Wild <themiwi AT gmail DOT com>
Date: Mon, 6 Aug 2018 08:15:27 +0200
Message-ID: <CAALQ5rnKyWRA_T4bf-JGDi5o7qXmp6kEit1sL=dxmp9N7=H1+A@mail.gmail.com>
Subject: Re: Cygwin's ACL handling is NOT interoperable with Windows
To: cygwin AT cygwin DOT com
Cc: Stefan Kanthak <stefan DOT kanthak AT nexgo DOT de>
X-IsSubscribed: yes

On Sun, Aug 5, 2018 at 5:35 PM Andrey Repin <anrdaemon AT yandex DOT ru> wrote:

> Greetings, Stefan Kanthak!
>
> > Andrey Repin wrote:
>
> >> Greetings, Stefan Kanthak!
> >>
> >>> PS: <https://cygwin.com/cygwin-ug-net/using.html#pathnames-win32-api>
> >>>     too states bloody lies:
> >>
> >>>     | The Windows subsystem only supports CWD paths of up to 258 chars.
> >              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >>
> >> 260 including drive letter.
>
> > WRONG, AGAIN!
> > 260 is the value of MAX_PATH, which accounts for the trailing \0, and
> > commonly used as
>
> > | char buffer[MAX_PATH];
>
> > I recommend to read
> > <https://docs.microsoft.com/en-us/windows/desktop/fileio/naming-a-file>
> > VERY careful!
>
> >>>     The Win32 API supports pathnames with up to 32767 (Unicode)
> characters;
> >>>     this includes of course the CWD!
> >>
> >> CWD may be, but command processor does not.
>
> > Neither Cygwin's WRONG documentation nor I referred to the command
> processor.
>
> I think, this is an appropriate response to the underlying issue:
> https://xkcd.com/386


+1 from me.

I propose to ignore Stefan until he learns his manners, is less
cantankerous and maybe even volunteers to submit a patch if indeed there is
a problem with the ACL handling (although, to be honest, I can hardly
imagine it, Corinna being involved...).

Michael

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019