Difference between revisions of "Writing a Samba VFS Module"
m (→Introduction) |
m (→The Samba VFS Layer) |
||
Line 11: | Line 11: | ||
[[File:Samba-vfs-diag-1.gif]] | [[File:Samba-vfs-diag-1.gif]] | ||
+ | |||
+ | = Building Your VFS Module = | ||
To be continued. | To be continued. |
Revision as of 19:12, 28 February 2015
Introduction
Since there have been significant changes between Samba 3.x (and earlier) and Samba 4.0 and above, I thought I would start a new document on this topic rather than trying to overload the earlier document with more complex versions specific differences.
The remaining sections deal with:
- The Samba VFS Layer contains a discussion of the VFS Layer.
- Building your VFS module contains a discussion of how to get your module build.
- Etc.
The Samba VFS Layer
Building Your VFS Module
To be continued.