s3:smb2_break: make use of file_fsp_smb2()
[Samba/gebeck_regimport.git] / examples / VFS / README
blobdc99e20c450f25da8a93fcd5d5def4f89cdf0822
1 README for Samba Virtual File System (VFS) Example
2 ===================================================
4 This directory contains skeleton VFS modules.  When used,
5 this module simply passes all requests back to the disk functions
6 (i.e it operates as a passthrough filter).  It should be
7 useful as a starting point for developing new VFS
8 modules. 
10 Please look at skel_opaque.c when you want your module to provide
11 final functions, like a database filesystem.
13 Please look at skel_transparent.c when you want your module to provide
14 passthrough functions, like audit modules. 
16 Please read the VFS chapter in the HOWTO collection for general help 
17 on the usage of VFS modules.
19 Further documentation on writing VFS modules for Samba can be found in
20 Samba Developers Guide.