We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO on...
authorJeremy Allison <jra@samba.org>
Fri, 28 Jan 2011 21:07:08 +0000 (13:07 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 28 Jan 2011 21:53:18 +0000 (22:53 +0100)
commitf2900a8b04ce09c9566c10607553bd9b6065bffa
tree25e3f3d9b14f6b58dd0eacff70e171afcc3365f0
parentfc16baaf91f21addb42d41d60a1d0453c00843b2
We need to reply to SMB2_GETINFO_FILE with a class of SMB2_FILE_STANDARD_INFO on an IPC$ share.

Otherwise a Win7 client issues this request twice (2xroundtrips)
if we return NOT_SUPPORTED. We do the same for SMB1 in call_trans2qpipeinfo()

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Jan 28 22:53:18 CET 2011 on sn-devel-104
source3/smbd/smb2_getinfo.c