s3: smbd: Change semantics of strict rename to search the file open db.
authorJeremy Allison <jra@samba.org>
Tue, 24 Nov 2015 16:43:14 +0000 (08:43 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 24 Nov 2015 19:44:14 +0000 (20:44 +0100)
commit16f202871ca850bec87e0ec243644b2c20266c44
tree9708e6835c3a758203f57959d240d6e427a07d76
parent158200611271bd80d80280c88578dfd5380f8fd0
s3: smbd: Change semantics of strict rename to search the file open db.

Without strict rename just look in local process. POSIX renames are
already dealt with above.

Documentation change to follow.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11065

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/dir.c
source3/smbd/proto.h
source3/smbd/reply.c