tree: 762880334b5b81f8ded7ff3bb9930094fe08b65e [path history] [tgz]
  1. dbus_bindings/
  2. BUILD.gn
  3. filesystem.cc
  4. filesystem.h
  5. fuse_session.cc
  6. fuse_session.h
  7. inode_map.cc
  8. inode_map.h
  9. inode_map_test.cc
  10. main.cc
  11. OWNERS
  12. README.md
  13. request.cc
  14. request.h
  15. smb_filesystem.cc
  16. smb_filesystem.h
  17. smbfs.h
  18. smbfs_daemon.cc
  19. smbfs_daemon.h
  20. test_filesystem.cc
  21. test_filesystem.h
  22. util.cc
  23. util.h
  24. util_test.cc
smbfs/README.md

SMB FUSE filesystem

This directory contains a FUSE filesystem for accessing SMB file shares.

It uses libsmbclient from the Samba project to handle the SMB protocol, and Mojo to communicate with Chrome.