Virtual File System Modules: Difference between revisions

From SambaWiki
m (Mmuehlfeld moved page VFS to Samba VFS (Virtual File System) modules without leaving a redirect: Renaming page for a better wiki structure)
m (Reformatting page)
Line 1: Line 1:
__TOC__
'''The Samba VFS (Virtual File System) provides a mechanism to allow programmers to extend the functionality of Samba in useful ways.'''




The Samba VFS (Virtual File System) provides a mechanism to allow programmers to extend the functionality of Samba in useful ways.


= General documentation =


* [[Developer_documentation#VFS|The various VFS Module writing documents]]



= VFS modules shipped with the sources =

= VFS modules shipped with Samba =


* [[VFS/vfs_worm|vfs_worm]] - provides basic WORM functionality on a share.
* [[VFS/vfs_worm|vfs_worm]] - provides basic WORM functionality on a share.





= General documentation =

* [[Writing_a_Samba_VFS_Module|Writing a Samba VFS Module]] (for Samba 4.0 and later)

* [[The_new_version_of_Writing_a_Samba_VFS|The new version of Writing a Samba VFS]] (Samba 3.6 and earlier)

Revision as of 18:33, 27 August 2015


The Samba VFS (Virtual File System) provides a mechanism to allow programmers to extend the functionality of Samba in useful ways.



VFS modules shipped with Samba

  • vfs_worm - provides basic WORM functionality on a share.



General documentation