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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the opaque sample module for the new VFS interface.
Jeremy Allison
2009-09-25
1
-216
/
+389
*
Update the advice for the new VFS system.
Jeremy Allison
2009-09-25
1
-4
/
+3
*
Remove unused static fn.
Jeremy Allison
2009-09-25
1
-5
/
+0
*
Rewrite vfs_transparent example for the new VFS changes.
Jeremy Allison
2009-09-25
1
-131
/
+291
*
Fix vfs module sample for new interface.
Jeremy Allison
2009-09-25
1
-6
/
+5
*
VFS examples: Update copy of config.{guess,sub}.
Jelmer Vernooij
2009-07-18
2
-75
/
+282
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
2
-4
/
+8
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
2
-4
/
+6
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
2
-4
/
+8
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
2
-8
/
+8
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
2
-4
/
+6
*
s3:example/VFS: fix the build
Stefan Metzmacher
2009-02-24
2
-4
/
+8
*
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
2009-02-19
2
-3
/
+3
*
examples/VFS: fix the configure and make with the new directory layout
Stefan Metzmacher
2009-02-05
4
-15
/
+17
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
2
-4
/
+4
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
2
-2
/
+2
*
Fix bug #5692 - Core dump in full_audit.so.
Jeremy Allison
2008-08-14
1
-1
/
+1
*
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
2008-05-08
2
-15
/
+0
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
2
-4
/
+4
*
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
2008-01-17
2
-7
/
+0
*
Rework of VFS is_offline() function to only return boolean offline/online res...
Alexander Bokovoy
2008-01-17
2
-4
/
+4
*
Fix the mess that ab just made of the new VFS code.
Jeremy Allison
2008-01-16
2
-2
/
+54
*
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
2008-01-11
2
-4
/
+4
*
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
2008-01-11
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
2008-01-10
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
2008-01-10
2
-4
/
+4
*
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
2
-33
/
+33
*
Remove redundant parameter fd from SMB_VFS_LOCK().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
2008-01-07
2
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_PWRITE().
Michael Adam
2008-01-07
2
-4
/
+4
*
Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.
Michael Adam
2008-01-07
2
-7
/
+7
*
Remove unneeded parameter fd from SMB_VFS_PREAD().
Michael Adam
2008-01-07
2
-4
/
+4
*
Add in the recvfile entry to the VFS layer with a default
Jeremy Allison
2007-10-29
2
-0
/
+25
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
3
-9
/
+9
*
r24123: add file_id_create() to some vfs modules
Stefan Metzmacher
2007-10-10
2
-2
/
+17
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
3
-6
/
+3
*
r23799: updated old Franklin Street FSF addresses to new URL
Andrew Tridgell
2007-10-10
2
-6
/
+2
*
r23780: Find and fix more GPL2 -> GPL3.
Jeremy Allison
2007-10-10
2
-2
/
+2
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
3
-3
/
+3
*
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
2007-10-10
2
-6
/
+6
*
r23105: Add lchown to the vfs layer. We need this in the POSIX code.
Jeremy Allison
2007-10-10
2
-0
/
+12
*
r22591: Fix up the examples also.
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r22341: Fix build of examples/VFS: adapt include for new place of tdb...
Michael Adam
2007-10-10
1
-1
/
+1
*
r21762: Fix the build by enabling shared modules and adding the config.*
James Peach
2007-10-10
6
-10
/
+3106
[next]