[PATCH 1/4] ntdll: Implement retrieving DOS attributes in NtQueryInformationFile.

Erich E. Hoover erich.e.hoover at gmail.com
Thu Dec 18 11:14:50 CST 2014


This patch implements retrieving DOS attributes from the Samba format
"user.DOSATTRIB" extended attribute using fgetxattr.

Currently only Linux extended attributes are supported, when they are
not available at compile time the ports implementation will fall back
to a "not-supported" return and any such attributes will be ignored.
It is necessary to place this feature in ports so that Mac and FreeBSD
can be supported separately, as the semantics of these APIs are quite
different on these systems (patches to come after this initial
implementation).  The Mac and FreeBSD versions are also well-tested at
this point and the configure checks are modelled after the approach
Samba uses.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Implement-retrieving-DOS-attributes-in-NtQuery.patch
Type: text/x-diff
Size: 5804 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20141218/91917bc8/attachment-0001.patch>


More information about the wine-patches mailing list