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
/
modules
/
vfs_default.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:vfs_fs_capabilities: fix a debug message
Michael Adam
2009-11-11
1
-1
/
+1
*
s3: add support for full windows timestamps resolution on files
Björn Jacke
2009-11-04
1
-6
/
+13
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-10-06
1
-2
/
+2
*
Fix bug #6769 - symlink unlink does nothing.
Jeremy Allison
2009-10-01
1
-1
/
+5
*
s3:vfs_default - correct function parameters
Matthias Dieter Wallnöfer
2009-09-24
1
-1
/
+2
*
Fix compile in a usually non-selected define.
Jeremy Allison
2009-09-09
1
-1
/
+1
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-0
/
+11
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-12
/
+68
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-0
/
+9
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
1
-0
/
+15
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-244
/
+121
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
1
-40
/
+18
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-1
/
+3
*
Fix a few type errors in VFS modules
Volker Lendecke
2009-07-19
1
-2
/
+3
*
s3: Update streaminfo implementations now that only base names are passed thr...
Tim Prouty
2009-07-06
1
-1
/
+11
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-6
/
+14
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-5
/
+12
*
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
2009-07-06
1
-3
/
+14
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-5
/
+33
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-2
/
+20
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-8
/
+6
*
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
2009-06-02
1
-0
/
+8
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-22
/
+22
*
Move down the become_root()/unbecome_root() calls into the VFS modules
Volker Lendecke
2009-05-18
1
-2
/
+22
*
s3: Fix trans2 path to use case-insensitive stat optimization
tprouty
2009-05-05
1
-2
/
+6
*
s3: Don't return in a void funtion
Tim Prouty
2009-03-13
1
-1
/
+1
*
s3: Add strict lock/unlock calls to the vfs layer to replace is_locked
Dave Richards
2009-03-13
1
-0
/
+24
*
s3: Add extid to the dev/inode pair
Tim Prouty
2009-02-19
1
-0
/
+1
*
s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
Tim Prouty
2009-02-19
1
-2
/
+12
*
Add VFS ops for Windows BRL: Lock, Unlock and Cancel:
Zack Kirsch
2009-02-13
1
-0
/
+41
*
s3: OneFS bulk directory enumeration support
Steven Danneman
2009-02-09
1
-2
/
+1
*
s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...
Steven Danneman
2009-02-09
1
-0
/
+9
*
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
2009-02-09
1
-1
/
+7
*
Fix bug #6085 - In vfs_default.c change utime( ) call.
Miguel Suarez
2009-02-03
1
-1
/
+1
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
1
-1
/
+36
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
1
-7
/
+8
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdir
Volker Lendecke
2008-12-31
1
-1
/
+6
*
Try to fix the build by fixing some typos in the vfs code
Kai Blin
2008-12-26
1
-3
/
+3
*
Fix bug #5990 - strict allocate should be checked before ftruncate
Jeremy Allison
2008-12-25
1
-0
/
+14
*
Pass the get_real_filename operation through the VFS
Volker Lendecke
2008-12-10
1
-0
/
+12
*
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2008-12-03
1
-2
/
+2
*
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-1
/
+2
*
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
2008-12-03
1
-0
/
+27
*
Move sys_realpath() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Move sys_lchown() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Move sys_symlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-2
/
+2
*
Move sys_link to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-3
/
+3
[next]