- 22 May, 2015 6 commits
-
-
Ken Thomases authored
ntdll: Avoid one of the calls to getattrlist() when read_directory_getattrlist() checks the case sensitivity of the file system. Extract a new function, get_dir_case_sensitivity_attr_by_id(), from get_dir_case_sensitivity_attr(). Call that instead of get_dir_case_sensitivity() from read_directory_getattrlist(). We get the device and file system IDs from the same getattrlist() call we're already doing, so that avoids an extra call.
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
Sebastian Lackner authored
-
- 21 May, 2015 34 commits
-
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Jacek Caban authored
-
Huw Davies authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
This ensures that the cookie is preserved when the server sets an additional cookie.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Martin Storsjo authored
-
André Hentschel authored
-
André Hentschel authored
-
Alex Henrie authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Ken Thomases authored
ntdll: Fix read_directory_getattrlist() to get the name of a symlink rather than its target, but still detect if the symlink is broken.
-
Ken Thomases authored
-
Ken Thomases authored
ntdll: If read_directory_getattrlist() finds that the file doesn't exist, return successful "no file" result to stop search.
-
Ken Thomases authored
The docs for getattrlist() say that ATTR_CMN_NAME can return up to NAME_MAX + 1 Unicode characters (code points) encoded in UTF-8, which means it can be up to NAME_MAX * 3 + 1 bytes.
-
Sebastian Lackner authored
-
Sebastian Lackner authored
-
Marcus Meissner authored
-