index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
VFS
/
skel_opaque.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
2008-01-17
1
-6
/
+0
*
Rework of VFS is_offline() function to only return boolean offline/online res...
Alexander Bokovoy
2008-01-17
1
-2
/
+2
*
Fix the mess that ab just made of the new VFS code.
Jeremy Allison
2008-01-16
1
-1
/
+27
*
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
2008-01-11
1
-2
/
+2
*
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
2008-01-11
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
2008-01-10
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
2008-01-10
1
-2
/
+2
*
Fix returns in void functions.
Michael Adam
2008-01-08
1
-2
/
+2
*
Fix examples/VFS after VFS API changes.
Michael Adam
2008-01-08
1
-12
/
+12
*
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_PWRITE().
Michael Adam
2008-01-07
1
-2
/
+2
*
Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.
Michael Adam
2008-01-07
1
-3
/
+3
*
Remove unneeded parameter fd from SMB_VFS_PREAD().
Michael Adam
2008-01-07
1
-2
/
+2
*
Add in the recvfile entry to the VFS layer with a default
Jeremy Allison
2007-10-29
1
-0
/
+13
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-4
/
+4
*
r24123: add file_id_create() to some vfs modules
Stefan Metzmacher
2007-10-10
1
-2
/
+10
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r23105: Add lchown to the vfs layer. We need this in the POSIX code.
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r21762: Fix the build by enabling shared modules and adding the config.*
James Peach
2007-10-10
1
-4
/
+32
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r16948: Sync the exmaples code from trunk.
Jeremy Allison
2007-10-10
1
-84
/
+84
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r11784: Fix minor glitch found by Rainer Weikusat <rainer.weikusat@sncag.com>...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+44
*
r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r7893: Add in the extra parameters to opendir() to fix the large directory/in...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r3644: Fixup examples VFS compile.
Jeremy Allison
2007-10-10
1
-1
/
+19
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
1
-0
/
+12
*
Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy Allison
2003-08-07
1
-1
/
+7
*
Make skeleton VFSs compile with new EA modules.
Jeremy Allison
2003-06-06
1
-0
/
+86
*
Move VFS example skel.c to two different examples: one for opaque operations ...
Alexander Bokovoy
2003-06-04
1
-0
/
+477