mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
3b97211d18
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 <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
WARNING:
|
|
|
|
This is experimental work-in-progress code, don't expect it to do
|
|
anything sensible.
|
|
|
|
Eventually this *might* turn into a fuse client filesystem. This is
|
|
not a promise for anything.
|