Alexandre Julliard pushed to branch master at wine / wine
Commits: 06a22ecf by Elizabeth Figura at 2025-11-13T20:46:08+01:00 ntdll: Implement FILE_OPEN_REPARSE_POINT.
Since we are essentially adding a flag to get_nt_and_unix_names(), we also pass this flag correctly for other functions, opening the reparse point where the behaviour is implicit: NtQueryAttributesFile(), NtQueryFullAttributesFile(), FileRenameInformation, and FileLinkInformation.
- - - - - 513ada7c by Elizabeth Figura at 2025-11-13T20:46:08+01:00 ntdll: Handle reparse points in NtQueryDirectoryFile().
- - - - - 4e27dcb0 by Elizabeth Figura at 2025-11-13T20:46:08+01:00 ntdll: Return FILE_ATTRIBUTE_REPARSE_POINT from get_file_info().
- - - - - ab6a01d6 by Elizabeth Figura at 2025-11-13T20:46:08+01:00 ntdll: Fill FILE_ATTRIBUTE_REPARSE_POINT and the reparse tag in fd_get_file_info().
- - - - -
6 changed files:
- dlls/ntdll/tests/file.c - dlls/ntdll/unix/file.c - dlls/ntdll/unix/loader.c - dlls/ntdll/unix/process.c - dlls/ntdll/unix/registry.c - dlls/ntdll/unix/unix_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2a7157d9b8af390f1223a1e49ef5de...