Difference between revisions of "Writing a Samba VFS Module"
m (→Introduction) |
m (→Introduction) |
||
Line 1: | Line 1: | ||
= Introduction = | = 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. | 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 = | = The Samba VFS Layer = |
Revision as of 18:33, 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
To be continued.