[PATCH 1/5] ntdll: Unify retrieving the attributes of a file.

Erich E. Hoover erich.e.hoover at gmail.com
Mon Oct 13 14:40:25 CDT 2014


Patches 2-5 implement the retrieval and storage of DOS extended
attributes, the implementation of these patches is simplified greatly
by using a common base for retrieving attributes (this patch).

This patchset is very loosely based on a patch by Dan Kegel
(https://www.winehq.org/pipermail/wine-patches/2009-October/079323.html).
I will later need extended attribute support for adding stored file
security descriptors/ACLs.  However, since DOS attributes are much
simpler to support it makes sense to implement DOS attributes first
and then implement SD/ACL support afterward once the infrastructure is
in place.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Unify-retrieving-the-attributes-of-a-file.patch
Type: text/x-diff
Size: 13526 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141013/6e360310/attachment-0001.patch>


More information about the wine-patches mailing list