-
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().