From 3b97211d1854b208afae711cc8804dd28ff1e532 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 12 Oct 2016 15:02:45 +0200 Subject: examples: Add smb2mount MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is an incomplete playground to add a fuse client based on the Samba-internal libsmb interfaces. There's a few fuse smb clients out there, but they all suffer from Samba not exporting the async internal libsmb interfaces. We don't export those with an API, because we believe we need the ability to mess with those interfaces. This is an attempt to create a fully asynchronous user-space fuse client file system that might make it easier to mess with fancy SMB features than it would be possible in a kernel client. Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Reviewed-by: Ralph Böhme --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 77aacef65e4..9b0ee3912dd 100644 --- a/wscript +++ b/wscript @@ -100,6 +100,8 @@ def configure(conf): conf.env.replace_add_global_pthread = True conf.RECURSE('lib/replace') + conf.RECURSE('examples/fuse') + conf.SAMBA_CHECK_PERL(mandatory=True) conf.find_program('xsltproc', var='XSLTPROC') -- cgit v1.2.1