summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_default.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-3/+5
2010-03-08s3: remove cross-device rename support from vfs_defaultBjörn Jacke1-116/+0
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-1/+3
2009-12-09s3: keep subsecond times on cross-filesystem moves and don't follow linksBjörn Jacke1-0/+22
2009-12-08s3: make sys_posix_fallocate more genericBjörn Jacke1-14/+11
2009-12-08s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ...Björn Jacke1-2/+3
2009-12-03ѕ3: remove superfluous option checkBjörn Jacke1-13/+10
2009-12-02s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke1-4/+21
2009-11-29s3: Restore "fake directory create times" as a share parameterVolker Lendecke1-3/+3
2009-11-29s3: "copy_reg" only looks at mode, uid, gid, atime and mtime (no birthtime)Volker Lendecke1-2/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-4/+8
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke1-11/+7
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-9/+7
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-3/+1
2009-11-11s3:vfs_fs_capabilities: fix a debug messageMichael Adam1-1/+1
2009-11-04s3: add support for full windows timestamps resolution on filesBjörn Jacke1-6/+13
2009-10-06s3: Add access_mask to the flock VFS callAbhidnya P Chirmule1-2/+2
2009-10-01Fix bug #6769 - symlink unlink does nothing.Jeremy Allison1-1/+5
2009-09-24s3:vfs_default - correct function parametersMatthias Dieter Wallnöfer1-1/+2
2009-09-09Fix compile in a usually non-selected define.Jeremy Allison1-1/+1
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan1-0/+11
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-12/+68
2009-08-12Add "store create time" parameter (docs to follow)Jeremy Allison1-0/+9
2009-08-07Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison1-0/+15
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-244/+121
2009-07-21s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty1-40/+18
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-1/+3
2009-07-19Fix a few type errors in VFS modulesVolker Lendecke1-2/+3
2009-07-06s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty1-1/+11
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-6/+14
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-5/+12
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-3/+14
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-5/+33
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-2/+20
2009-06-12s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty1-8/+6
2009-06-02Add SMB_VFS_CONNECTPATH operationVolker Lendecke1-0/+8
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-22/+22
2009-05-18Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke1-2/+22
2009-05-05s3: Fix trans2 path to use case-insensitive stat optimizationtprouty1-2/+6
2009-03-13s3: Don't return in a void funtionTim Prouty1-1/+1
2009-03-13s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards1-0/+24
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-0/+1
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty1-2/+12
2009-02-13Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch1-0/+41
2009-02-09s3: OneFS bulk directory enumeration supportSteven Danneman1-2/+1
2009-02-09s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman1-0/+9
2009-02-09Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman1-1/+7
2009-02-03Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez1-1/+1
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-1/+36
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-7/+8