summaryrefslogtreecommitdiff
path: root/examples/VFS/README
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-08-27 09:14:21 +0000
committerSimo Sorce <idra@samba.org>2002-08-27 09:14:21 +0000
commit7251f6b9ecf6f4c797baf4cd5390cf2bf310d179 (patch)
treef3794e87acce600f4211b10b345fa0c047a541eb /examples/VFS/README
parent8f6c926a8f9c8ff7abe67efb0784e0a1f96ac636 (diff)
downloadsamba-7251f6b9ecf6f4c797baf4cd5390cf2bf310d179.tar.gz
samba-7251f6b9ecf6f4c797baf4cd5390cf2bf310d179.tar.bz2
samba-7251f6b9ecf6f4c797baf4cd5390cf2bf310d179.zip
avoid using libtool for VFS modules
change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
Diffstat (limited to 'examples/VFS/README')
-rw-r--r--examples/VFS/README23
1 files changed, 17 insertions, 6 deletions
diff --git a/examples/VFS/README b/examples/VFS/README
index 7a2152fc4d..1b09929059 100644
--- a/examples/VFS/README
+++ b/examples/VFS/README
@@ -17,15 +17,26 @@ construction. The following VFS modules are given:
connect/disconnect, directory opens/create/remove,
file open/close/rename/unlink/chmod.
+ recycle
+ A recycle-bin like modules. When used any unlink call
+ will be intercepted and files moved to the recycle
+ directory nstead of beeing deleted.
+
block
A simple module to block access to certain mount points or
directories. This module only hides the specified directories
- and all directories beneath them. It should NOT be used to secure
- directories. If the name of a file in one of those directories is
- known, the file can still be opened.
-
-The libtool program, available from your favourite GNU software
-archive, is required to compile these programs.
+ and all directories beneath them. It should NOT be used to
+ secure directories. If the name of a file in one of those
+ directories is known, the file can still be opened.
+
+ netatalk
+ A netatalk module, that will ease co-existence of samba and
+ netatalk file sharing services.
+ Looka t the README for more informations.
+
+You may have problems to compile these modules, as shared libraries are
+compiled and linked in different ways on different systems.
+I currently tested them against GNU/linux and IRIX.
To use the VFS modules, create a share similar to the one below. The
important parameter is the 'vfs object' parameter which must point to