r12213: Final fix for #3303 - send rename messages to smbd's
authorJeremy Allison <jra@samba.org>
Tue, 13 Dec 2005 18:11:50 +0000 (18:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:49 +0000 (11:05 -0500)
commit932e337db8788e75344e1c7cf1ef009d090cb039
treee319b0e9d478fc8eacc7e1c13de3d003b41cab8d
parent9d93af713f8520ca506730dd32aa2b994937eaba
r12213: Final fix for #3303 - send rename messages to smbd's
that have open file handles to allow them to correctly
implement delete on close. There is a further correctness
fix I'm intending to add to this to cope with different share
paths, but not right now...
Jeremy.
source/include/messages.h
source/include/smb.h
source/locking/locking.c
source/smbd/close.c
source/smbd/open.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/service.c