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
/
smbd
/
vfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-72
/
+38
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
1
-8
/
+18
*
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
2009-06-02
1
-8
/
+22
*
Remove a variable used just once
Volker Lendecke
2009-06-02
1
-2
/
+3
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-14
/
+14
*
s3:vfs: untangle logic for loading and probing modules in vfs_init_custom()
Michael Adam
2009-04-29
1
-11
/
+23
*
s3: Change the vfs_GetWd cache to use the file_id struct
Tim Prouty
2009-02-19
1
-12
/
+3
*
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
2009-02-09
1
-2
/
+2
*
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
2009-02-09
1
-8
/
+25
*
s3 vfs: Add a destructor to the fsp extension data API
Tim Prouty
2009-02-09
1
-1
/
+7
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-4
/
+1
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-6
/
+6
*
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
2008-05-05
1
-3
/
+3
*
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
2008-01-11
1
-2
/
+0
*
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
-3
/
+3
*
Make casts to (void *) explicit to remove compiler warnings.
Michael Adam
2008-01-10
1
-1
/
+2
*
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
2008-01-10
1
-11
/
+9
*
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
2008-01-09
1
-9
/
+4
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
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_PWRITE().
Michael Adam
2008-01-07
1
-3
/
+3
*
Remove unneeded parameter fd from SMB_VFS_PREAD().
Michael Adam
2008-01-07
1
-1
/
+1
*
Apply some const
Volker Lendecke
2007-12-29
1
-4
/
+4
*
Fix a C++ warning
Volker Lendecke
2007-12-21
1
-1
/
+1
*
Expose per-fsp extension talloc context.
James Peach
2007-12-19
1
-2
/
+14
*
Add a in-memory cache
Volker Lendecke
2007-12-18
1
-111
/
+57
*
Always define PATH_MAX. Makes code simpler (removes
Jeremy Allison
2007-11-10
1
-12
/
+0
*
Make explicit draining the socket on RECVFILE. Add
Jeremy Allison
2007-10-31
1
-10
/
+8
*
Ensure we don't prematurely clean out the bytes read.
Jeremy Allison
2007-10-30
1
-4
/
+10
*
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
2007-10-30
1
-3
/
+29
*
Enable vfs objects = /full/path/to/object.so
Volker Lendecke
2007-10-28
1
-10
/
+36
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-11
/
+11
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-31
/
+79
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
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
*
r23761: Rename reduce_name to check_reduced_name
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22132: I hate inefficiency. Don't call conv_str_size()
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21131: Some notify fixes
Volker Lendecke
2007-10-10
1
-1
/
+6
*
r21082: Make canonicalize_path static to service.c -- we do have conn->connec...
Volker Lendecke
2007-10-10
1
-25
/
+0
*
r21063: All case statements are now NTSTATUS returning
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
2007-10-10
1
-23
/
+17
*
r20340: Join vfs_MkDir to its only caller
Volker Lendecke
2007-10-10
1
-31
/
+0
*
r20228: Bring the calling conventions of inherit_access_acl and change_owner_...
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r20227: Simplify logic in vfs_MkDir() a bit
Volker Lendecke
2007-10-10
1
-11
/
+15
*
r19147: This is WRONG, but the way the VFS works this is the only fix to get ...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17348: Some C++ warnings
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-137
/
+80
*
r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...
Paul Green
2007-10-10
1
-0
/
+2
[next]