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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=F8F78gjS0TeyTaiY aDMELSOXHF++rGVvLnfGfCqvcmOx48xip7yJneIwVAubdMqnMJ4RDD0FZ5HYJ6e6 wXQUlQnPILpe2fhqBYSuhSIF7040ut3WLQCBDcN3YEfnqq1fG2Mpndcs15uvA1Nb 3e48EaHorq1ei9JdP9vH22d1Usc= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=iHgY/aQw/XAJ2g62FHLkdH H2TWQ=; b=fPmCslommfQdg4obKXkPkdwXkfCBGp3nE3TbjZSvu/V7AIYDOx0BNq w9zAU/jG1iELCIDnHpkBFbH+fRLi7F2c8VTQaue1rhKyIOFHuONMMWm7uXDGgjEv Ihtm2WTJvRwzCqqhqh6kys8tr3Sw2Pd++Zz0P56trSHFE2J6vIQKc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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.1 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=attack, discretion, H*R:D*ca, advised X-HELO: smtp-out-no.shaw.ca Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: [ANNOUNCEMENT] attr 2.4.48-2 To: cygwin AT cygwin DOT com References: <792facca-bc23-d5c0-76af-336a95e455c1 AT SystematicSw DOT ab DOT ca> <20181220222241 DOT GA3310 AT calimero DOT vinschen DOT de> <20190108112905 DOT GG593 AT calimero DOT vinschen DOT de> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: <4f0abfa6-466d-66b6-25d4-073e97dadfc9@SystematicSw.ab.ca> Date: Tue, 8 Jan 2019 08:36:24 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190108112905.GG593@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 2019-01-08 04:29, Corinna Vinschen wrote: > On Dec 20 23:22, Corinna Vinschen wrote: >> On Dec 20 09:03, Brian Inglis wrote: >>> On 2018-12-20 03:04, Corinna Vinschen wrote: >>>> The following packages have been uploaded to the Cygwin distribution: >>>> * attr-2.4.48-2 >>>> * libattr-devel-2.4.48-2 >>>> * libattr1-2.4.48-2 >>> Does this release support listing Windows Alternate Data Streams, as the Linux >>> release does with Tuxera NTFS-3G? >> libattr only supports reading and writing EAs, it has no capabilities to >> read or write ADS. Ntfs-3g supports the streams_interface=windows >> option which allows to read ADS. This also adds the ntfs.streams.list >> EA to a file with named ADS. So attr/getfattr can only inspect the >> ntfs.streams.list EA because the NTFS-3G driver creates them on the fly >> when inspecting the file EAs. >> tl;dr: No, sorry. This could only work if Cygwin fakes the >> ntfs.streams.list EA per file just like the NTFS-3G driver. >> Patches welcome. Looks like a nice little project if you want to get >> your hands dirty. The functions to handle EAs are pretty >> self-sufficiently implemented in ntea.cc. A little loop about >> NtQueryInformationFile(FileStreamInformation) should do it. > Would that be something you'd like to work on, Brian? Not anything I really knew or cared about, except as a potential attack vector or Windows curiosity. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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