r23517: After Jeremy has given is ack on irc:
authorVolker Lendecke <vlendec@samba.org>
Sat, 16 Jun 2007 10:02:51 +0000 (10:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:24 +0000 (12:23 -0500)
commit80c085d8ef1619865710b2ceb2c13fc56fd1929c
tree1d2dd1c0de42e07d292ab6febc8658c9832c83dc
parent9dee722b09b86622513f5d1b7ecab4dbf0787645
r23517: After Jeremy has given is ack on irc:

Change rename_internals to open the file/directory and then call
rename_internals_fsp. Two reasons: Remove code duplication and remove a
race condition. The race condition was due to the fact that in
can_rename the share mode check closed the file and then after that did
the rename.
(This used to be commit aa16d8a649d1a38593edd5ca94ed2c7d4291911b)
source3/smbd/reply.c