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)
committerRalph Boehme <slow@samba.org>
Wed, 10 Oct 2018 20:22:13 +0000 (22:22 +0200)
commit8ee7e6135e39520f486e8f8f4ba36009c9113229
tree908ad45bf3e6b88c9da28149710e3519fdbbb41c
parent7e010abbaad79643f31361de47340c218fa39505
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>
source3/modules/vfs_fruit.c