search for: skel_op_tupl

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

Did you mean: skel_op_tuples
2007 Feb 28
2
VFS module and C++
...this: extern "C" { #include "includes.h" }; # skeleton methods, tuples are there... extern "C" { NTSTATUS init_module(void) { DEBUG(2,("Inicialization does work")); return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "mytest_vfs", skel_op_tuples); } }; And my Makefile: CC = gcc CFLAGS = -g -O2 CPPFLAGS = LDFLAGS = LDSHFLAGS = -shared INSTALLCMD = /usr/bin/install -c SAMBA_SOURCE = ../../source SHLIBEXT = so OBJEXT = o FLAGS = $(CFLAGS) -Iinclude -I$(SAMBA_SOUR...
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