-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could test get FILE_OBJECTID_BUFFER functions #296
Comments
Hi @gwr, Thanks for reporting this issue. We're taking a look and will update this thread when we include tests for these. |
Resolves [Github issue](#296) Includes tests for FSCTL_CREATE_OR_GET_OBJECT_ID
Issue SummaryProblem: I am experiencing a delay of 1-2 seconds per pinned share when enumerating network shares in Quick Access on Windows 11. A Wireshark capture shows Environment:
Analysis
|
We observe that Windows 11 now requests a FILE_OBJECTID_BUFFER quite frequently (apparently after almost every SMB2 create) using the following SMB2 functions:
We also occasionally see requests for a FILE_ID_INFORMATION buffer, containing the same "Object Id", this SMB call:
I don't see any tests for these information levels. Any server could implement them, and we do, returning a per-file unique value for the Object ID. The test cannot possibly "know" what is a correct value, but it could verify that the value is not all zeros, and could verify that two new files have different Object ID values.
The text was updated successfully, but these errors were encountered: