Proper fix for #6898 - Samba duplicates file content on appending. Pointed out by...
commit45bbbb04fb9a8ff8eaa3b64c8cae42c5b8a77027
authorJeremy Allison <jra@samba.org>
Mon, 23 Nov 2009 23:01:34 +0000 (23 15:01 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 23 Nov 2009 23:06:51 +0000 (23 15:06 -0800)
treed821cf8ca174dcea77ea5bc050e5d6df05c32389
parentb0fc15e36714302cd398c4da52673fd1b4361fba
Proper fix for #6898 - Samba duplicates file content on appending. Pointed out by Volker.Restores the pathname handling for FILE_FLAG_POSIX_SEMANTICS but still prevents the O_APPEND problems. Jeremy.
(cherry picked from commit f8bd0559ada056722d7d5ae0286753e7c591650b)
source3/include/smb.h
source3/smbd/filename.c
source3/smbd/nttrans.c