vfs_fruit: move AppleDouble functionality to a dedicated subsystem
authorRalph Boehme <slow@samba.org>
Tue, 9 Jul 2019 11:10:00 +0000 (13:10 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2019 21:31:29 +0000 (21:31 +0000)
commitdbc840e740a447b3e7771bbe0c607a4623518e98
tree4a9ce7c7b40a143a65b217cd526bd931639b0d13
parentf9df2b67ced95bfad4bdac925dc200ca7daf111e
vfs_fruit: move AppleDouble functionality to a dedicated subsystem

It's still tied to the VFS, therefor it lives in source3/modules/. Reduces code
bloat in vfs_fruit and makes it possible to use it from other parts of the
codebase in future.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/adouble.c [new file with mode: 0644]
source3/lib/adouble.h [new file with mode: 0644]
source3/modules/vfs_fruit.c
source3/modules/wscript_build
source3/wscript_build