index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-28
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
1
-2
/
+19
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-2
/
+3
2009-07-25
First patch for "new VFS" portability
Volker Lendecke
1
-5
/
+5
2009-07-24
add my copyright after the VFS rewrite
Volker Lendecke
1
-0
/
+1
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-32
/
+838
2009-07-24
Fix some nonempty blank lines
Volker Lendecke
1
-4
/
+4
2009-07-22
s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()
Tim Prouty
1
-3
/
+16
2009-07-20
s3: Separate out a new file: filename_utils.c
Tim Prouty
1
-0
/
+55
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-13
/
+23
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-72
/
+38
2009-06-10
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
1
-8
/
+18
2009-06-02
Add SMB_VFS_CONNECTPATH operation
Volker Lendecke
1
-8
/
+22
2009-06-02
Remove a variable used just once
Volker Lendecke
1
-2
/
+3
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-14
/
+14
2009-04-29
s3:vfs: untangle logic for loading and probing modules in vfs_init_custom()
Michael Adam
1
-11
/
+23
2009-02-19
s3: Change the vfs_GetWd cache to use the file_id struct
Tim Prouty
1
-12
/
+3
2009-02-09
Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
Steven Danneman
1
-2
/
+2
2009-02-09
s3 oplocks: Make the level2 oplock contention API more granular
Tim Prouty
1
-8
/
+25
2009-02-09
s3 vfs: Add a destructor to the fsp extension data API
Tim Prouty
1
-1
/
+7
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-4
/
+1
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-6
/
+6
2008-05-05
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
1
-3
/
+3
2008-01-11
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
1
-2
/
+0
2008-01-10
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
1
-2
/
+2
2008-01-10
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
1
-3
/
+3
2008-01-10
Make casts to (void *) explicit to remove compiler warnings.
Michael Adam
1
-1
/
+2
2008-01-10
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
1
-11
/
+9
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
1
-9
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
1
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_PWRITE().
Michael Adam
1
-3
/
+3
2008-01-07
Remove unneeded parameter fd from SMB_VFS_PREAD().
Michael Adam
1
-1
/
+1
2007-12-29
Apply some const
Volker Lendecke
1
-4
/
+4
2007-12-21
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2007-12-19
Expose per-fsp extension talloc context.
James Peach
1
-2
/
+14
2007-12-18
Add a in-memory cache
Volker Lendecke
1
-111
/
+57
2007-11-10
Always define PATH_MAX. Makes code simpler (removes
Jeremy Allison
1
-12
/
+0
2007-10-31
Make explicit draining the socket on RECVFILE. Add
Jeremy Allison
1
-10
/
+8
2007-10-30
Ensure we don't prematurely clean out the bytes read.
Jeremy Allison
1
-4
/
+10
2007-10-30
Add new parameter, "min receivefile size" (by default set
Jeremy Allison
1
-3
/
+29
2007-10-28
Enable vfs objects = /full/path/to/object.so
Volker Lendecke
1
-10
/
+36
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-11
/
+11
2007-10-10
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
1
-31
/
+79
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23761: Rename reduce_name to check_reduced_name
Volker Lendecke
1
-1
/
+1
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
1
-1
/
+1
2007-10-10
r22132: I hate inefficiency. Don't call conv_str_size()
Jeremy Allison
1
-1
/
+1
2007-10-10
r21131: Some notify fixes
Volker Lendecke
1
-1
/
+6
2007-10-10
r21082: Make canonicalize_path static to service.c -- we do have conn->connec...
Volker Lendecke
1
-25
/
+0
[prev]
[next]