search for: vfs_op_tupl

Displaying 2 results from an estimated 2 matches for "vfs_op_tupl".

Did you mean: vfs_op_tuple
2004 Feb 17
0
VFS module programmieren
...y linked to samba or NTSTATUS init_module(void); function if it's a shared module. This should be the only non static function inside the module. Global variables should also be static! The module should register its functions via the NTSTATUS smb_register_vfs(int version, const char *name, vfs_op_tuple *vfs_op_tuples); function. version should be filled with SMB_VFS_INTERFACE_VERSION name this is the name witch can be listed in the vfs objects parameter to use this module. vfs_op_tuples this is an array of vfs_op_tuple's. (vfs_op_tuples is descripted in details below.) For e...
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