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
/
source3
/
include
/
vfs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
2011-06-01
1
-2
/
+3
*
s3:include/vfs.h: remove very old hints for vfs modules with interface versio...
Stefan Metzmacher
2011-04-23
1
-8
/
+0
*
Revert "s3-vfs: another attempt to fix the Tru64 build."
Stefan Metzmacher
2011-04-23
1
-4
/
+0
*
s3-vfs: another attempt to fix the Tru64 build.
Günther Deschner
2011-04-22
1
-0
/
+4
*
Revert "s3-vfs: try to fix the Tru64 build."
Günther Deschner
2011-04-22
1
-6
/
+0
*
s3-vfs: try to fix the Tru64 build.
Günther Deschner
2011-04-21
1
-0
/
+6
*
s3-vfs: rename open function to open_fn.
Günther Deschner
2011-04-21
1
-3
/
+4
*
s3: only include ntioctl.h where needed.
Günther Deschner
2011-03-30
1
-2
/
+3
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
1
-2
/
+3
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
1
-2
/
+5
*
s3-build __FUNCTION__ is always available, always use it
Andrew Bartlett
2011-03-01
1
-2
/
+2
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
1
-0
/
+6
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
1
-2
/
+11
*
Move posix_fallocate into the VFS where it belongs.
Jeremy Allison
2010-12-02
1
-0
/
+10
*
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
Jeremy Allison
2010-11-20
1
-3
/
+4
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-1
/
+4
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-4
/
+8
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-2
/
+4
*
vfs catia: Fix the double translation that was happening with createfile and ...
Aravind Srinivasan
2009-09-24
1
-2
/
+9
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-0
/
+7
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-4
/
+6
*
add my copyright after the VFS rewrite
Volker Lendecke
2009-07-24
1
-0
/
+1
*
Move the "enum _vfs_op_type" to full_audit
Volker Lendecke
2009-07-24
1
-142
/
+0
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-383
/
+504
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-2
/
+4
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-2
/
+3
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-2
/
+5
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-3
/
+3
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-2
/
+5
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-5
/
+5
*
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
2009-06-02
1
-0
/
+5
*
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
2009-03-13
1
-0
/
+13
*
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
2009-02-19
1
-1
/
+2
*
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
Zack Kirsch
2009-02-13
1
-0
/
+24
*
s3: OneFS bulk directory enumeration support
Steven Danneman
2009-02-09
1
-1
/
+1
*
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
2009-02-09
1
-2
/
+6
*
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
2009-02-09
1
-1
/
+4
*
s3 vfs: Add a destructor to the fsp extension data API
Tim Prouty
2009-02-09
1
-2
/
+2
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
1
-0
/
+4
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
1
-1
/
+3
*
Pass the get_real_filename operation through the VFS
Volker Lendecke
2008-12-10
1
-0
/
+8
*
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2008-12-03
1
-1
/
+1
*
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-0
/
+1
*
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
2008-12-03
1
-0
/
+21
*
Cope with VFS change.
Jeremy Allison
2008-10-13
1
-1
/
+2
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-8
/
+8
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-2
/
+3
*
Fix the compile on NetBSD -- readlink and read are macros there
Volker Lendecke
2008-06-09
1
-4
/
+4
*
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
2008-05-08
1
-8
/
+3
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
1
-1
/
+2
[next]