Fix bug 8133 - strange behavior for the file (whose filename first character is perio...
authorJeremy Allison <jra@samba.org>
Thu, 19 May 2011 23:39:18 +0000 (16:39 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 20 May 2011 17:26:03 +0000 (19:26 +0200)
commit95a55e2feabfae3b0874ae9aa2ce716ca0a9ae39
tree68715777edf90482cb8b30c031369af052443f00
parent38c77db9892b5d607a7a05fab563f5f6977794e1
Fix bug 8133 - strange behavior for the file (whose filename first character is period ) in SMB2 case.

When doing SMB2 renames, we need to match all filetypes (no attributes field in the SMB2 call).
By default a file starting with a period is returned as FILE_ATTRIBUTE_HIDDEN in Samba.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri May 20 19:26:04 CEST 2011 on sn-devel-104
source3/smbd/trans2.c