Bug 6495 - ExtendedAttributes should be set correctly in Flags2 in a SMB Header
Summary: ExtendedAttributes should be set correctly in Flags2 in a SMB Header
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.3.4
Hardware: Other Windows 7
: P3 normal
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-22 18:37 UTC by Long Li
Modified: 2010-02-07 10:19 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Long Li 2009-06-22 18:37:15 UTC
The SMBD server should set ExtendedAttributes in the Flags2 in SMB Header if the server supports extended attributes.

If not set properly, this may cause Windows client library code fail to request extended attributes.

This bug was found using Microsoft internal common file system test tools.
Comment 1 Volker Lendecke 2010-02-07 10:19:25 UTC
Just tested with v3-5-test, we send the bit 0x02 in flags2 now.

Closing as fixed.

Thanks,

Volker