• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..13-Aug-201322

autogen.shH A D13-Aug-20131.1 KiB

config.guessH A D13-Aug-201345.2 KiB

config.subH A D13-Aug-201333.2 KiB

configure.inH A D13-Aug-20139 KiB

install-shH A D13-Aug-20134.7 KiB

Makefile.inH A D13-Aug-20131.1 KiB

READMEH A D13-Aug-2013767

shadow_copy_test.cH A D13-Aug-20132.2 KiB

skel_opaque.cH A D13-Aug-201321.8 KiB

skel_transparent.cH A D13-Aug-201325.6 KiB

README

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