smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling

Stefan Metzmacher metze at samba.org
Tue Apr 30 11:25:34 UTC 2019


Hi,

I just created https://gitlab.com/samba-team/samba/merge_requests/400
with the patches to implement SMB_FILE_NORMALIZED_NAME_INFORMATION.

Windows 10 (1803 and higher) support and use
SMB_FILE_NORMALIZED_NAME_INFORMATION
calls over the network. As a fallback (in case the server don't support
it) the client traverses all path components, which is very expensive.

Implementing SMB_FILE_NORMALIZED_NAME_INFORMATION is very cheap for us
as the open already went through unix_convert() and we have the
information the client is asking for.

See also https://bugzilla.samba.org/show_bug.cgi?id=13919

Please review and push:-)

Thanks!
metze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20190430/b56ebb17/signature.sig>


More information about the samba-technical mailing list