]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: remove "fruit:posix_rename"
authorRalph Boehme <slow@samba.org>
Fri, 4 Oct 2024 17:01:19 +0000 (19:01 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 25 Oct 2024 10:42:32 +0000 (10:42 +0000)
commit38b5c8c6632324f6376ac582ddeedbae1ad9250c
treecad78b454f74280e3e424465f42a6ebc28740d90
parentce459ddbcd0f32252858a7640f6871057eb14645
smbd: remove "fruit:posix_rename"

This option of the vfs_fruit VFS module that could be used to enable POSIX
directory rename behaviour for OS X clients has been removed as it could result
in severe problems for Windows clients.

As a possible workaround it is possible to prevent creation of .DS_Store files
(a Finder thingy to store directory view settings) on network mounts by running

  $ defaults write com.apple.desktopservices DSDontWriteNetworkStores true

on the Mac.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
WHATSNEW.txt
docs-xml/manpages/vfs_fruit.8.xml
source3/include/vfs.h
source3/modules/vfs_fruit.c
source3/smbd/dir.c
source3/smbd/smb2_reply.c
source4/torture/vfs/fruit.c