]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_fruit: store filler bytes from AppleDouble file header in struct adouble
authorRalph Boehme <slow@samba.org>
Fri, 5 Oct 2018 13:12:44 +0000 (15:12 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 18 Oct 2018 11:00:09 +0000 (13:00 +0200)
commit27d84625129bbe97599792f061050080661641f5
treec7e983fb22e7293b8b3ecce81ff9304dccfd5d42
parenta9f341eb8369ecb37989410a5da024f1301cfb94
vfs_fruit: store filler bytes from AppleDouble file header in struct adouble

This can later be used to distinguish between macOS created AppleDouble
files and AppleDouble files created by Samba or Netatalk.

macOS:    "Mac OS X        "
Samba:    "Netatalk        "
Netatalk: "Netatalk        "

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13649

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 8ee7e6135e39520f486e8f8f4ba36009c9113229)
source3/modules/vfs_fruit.c