Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. Fallback...
authorJeremy Allison <jra@samba.org>
Wed, 9 Feb 2011 23:05:58 +0000 (15:05 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 9 Feb 2011 23:13:40 +0000 (15:13 -0800)
commit1607ebfe8632fa13c5ffb466b8c9f416d7ab20aa
tree8abea25027bd719eb7eb8e1fdb89371e7f72d49a
parent61c1f312d2665197d34245537a8f5b641bda1243
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. Fallback to pathname opendir if not.
source3/include/proto.h
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/reply.c
source3/smbd/smb2_find.c
source3/smbd/trans2.c