pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / examples / VFS / README
1 README for Samba Virtual File System (VFS) Example
2 ===================================================
3
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. 
9
10 Please look at skel_opaque.c when you want your module to provide
11 final functions, like a database filesystem.
12
13 Please look at skel_transparent.c when you want your module to provide
14 passthrough functions, like audit modules. 
15
16 Please read the VFS chapter in the HOWTO collection for general help 
17 on the usage of VFS modules.
18
19 Further documentation on writing VFS modules for Samba can be found in
20 Samba Developers Guide.