]> arthur.barton.de Git - netatalk.git/commit
New boolean volume option "delete veto files"
authorRalph Boehme <sloowfranklin@gmail.com>
Wed, 24 Jul 2013 20:31:19 +0000 (22:31 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Fri, 9 Aug 2013 07:50:22 +0000 (09:50 +0200)
commit85f0a9871848c178e301a804c9d9081f3fbaee33
tree3c80361db52ee643636f98ac8c1348f691d4453e
parentd5f8878208f0ab18752aaaa6685495d5eb542e71
New boolean volume option "delete veto files"

If this option is set to yes, then Netatalk will attempt to
recursively delete any vetoed files and directories.

Remove obselete code that tries to delete dangling symlinks, this
is not necessary anymore since Netatalk support UNIX symlinks.

Modify behaviour of the VFS function deletecurdir of the "ea" VFS
module so it deletes all files beginning with "._".

From feature request #82.
NEWS
doc/manpages/man5/afp.conf.5.xml
etc/afpd/directory.c
etc/afpd/filedir.c
etc/afpd/filedir.h
include/atalk/volume.h
libatalk/util/netatalk_conf.c
libatalk/vfs/unix.c
libatalk/vfs/vfs.c
man/man5/afp.conf.5.in