• Matteo Bruni's avatar
    ntdll: Implement a read_directory_getattrlist() function. · 5d65b9d0
    Matteo Bruni authored
    When searching for a specific filename on a case-insensitive filesystem
    we first try with stat(). If stat() does find the file we currently
    return the requested filename back.
    
    That presents an issue when the application cares about the casing of the
    actual file stored on-disk. Specifically, NtQueryDirectoryFile is
    supposed to return the actual filename with correct casing.
    
    One possible solution to the issue, without having to resort to manually
    scanning the directory entries, is to make use of the OS X getattrlist()
    function, since it can return the filename stored on the filesystem.
    5d65b9d0
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...