Writing a Samba VFS Module: Difference between revisions

From SambaWiki
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:

  1. The Samba VFS Layer contains a discussion of the VFS Layer.
  2. Building your VFS module contains a discussion of how to get your module build.
  3. Etc.

The Samba VFS Layer

Samba-vfs-diag-1.gif

To be continued.