Displaying 2 results from an estimated 2 matches for "smb_vfs_layer_noop".
2004 Feb 17
0
VFS module programmieren
...odule.
Other layer types (logger, splitter, scanner) were designed to provide
different degree of transparency and for diagnosing VFS module behaviour.
Each module can implement several layers at the same time provided that only
one layer is used per each operation.
typedef enum _vfs_op_layer {
SMB_VFS_LAYER_NOOP = -1, /* - For using in VFS module to indicate end of
array */
/* of operations description */
SMB_VFS_LAYER_OPAQUE = 0, /* - Final level, does not call anything beyond
itself */
SMB_VFS_LAYER_TRANSPARENT, /* - Normal operation, calls underlying layer
after */
/* possibly changing p...
2005 Aug 29
2
samba permissions
There was another tech coordinator that asked the following on our list:
> Hey all, I was wondering if anyone knew of a way to give students
read/write permissions to a certain drive letter without giving them the
ability to delete other (or thier own) files. Currently I have chmod
1770 permissions (read write, but only owner can delete) and one owner
(the teacher) for all the files, but