s3:net: add 'vfs' hierarchy with 'stream2adouble' command
authorRalph Boehme <slow@samba.org>
Wed, 10 Jul 2019 14:03:17 +0000 (16:03 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2019 21:31:29 +0000 (21:31 +0000)
commit17496a39b1c6f6c703219d559254e894a40d0117
tree6af989c7b6b1b5c1d8ebfce61db6f9c55ea9cdf3
parenta331b15e2b4eeda7b206f70ddad04bcac4243e4f
s3:net: add 'vfs' hierarchy with 'stream2adouble' command

This adds a new top-level command hierarchy 'vfs' that can be used to add
commands that access the smbd VFS stack.

The first command to be implemented is 'stream2adouble' which can be used to
convert stream metadata to AppleDouble files.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/manpages/net.8.xml
source3/utils/net.c
source3/utils/net.h
source3/utils/net_proto.h
source3/utils/net_vfs.c [new file with mode: 0644]
source3/utils/wscript_build