summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* s3:vfs_fs_capabilities: fix a debug messageMichael Adam2009-11-111-1/+1
* s3: add support for full windows timestamps resolution on filesBjörn Jacke2009-11-041-6/+13
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-2/+2
* Fix bug #6769 - symlink unlink does nothing.Jeremy Allison2009-10-011-1/+5
* s3:vfs_default - correct function parametersMatthias Dieter Wallnöfer2009-09-241-1/+2
* Fix compile in a usually non-selected define.Jeremy Allison2009-09-091-1/+1
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-0/+11
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-12/+68
* Add "store create time" parameter (docs to follow)Jeremy Allison2009-08-121-0/+9
* Move the checks for null timestamps down below the VFS_NTIMESJeremy Allison2009-08-071-0/+15
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-244/+121
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-40/+18
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-1/+3
* Fix a few type errors in VFS modulesVolker Lendecke2009-07-191-2/+3
* s3: Update streaminfo implementations now that only base names are passed thr...Tim Prouty2009-07-061-1/+11
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-6/+14
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-5/+12
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-3/+14
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-5/+33
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-2/+20
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-8/+6
* Add SMB_VFS_CONNECTPATH operationVolker Lendecke2009-06-021-0/+8
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-22/+22
* Move down the become_root()/unbecome_root() calls into the VFS modulesVolker Lendecke2009-05-181-2/+22
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-051-2/+6
* s3: Don't return in a void funtionTim Prouty2009-03-131-1/+1
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-0/+24
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-0/+1
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-2/+12
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-0/+41
* s3: OneFS bulk directory enumeration supportSteven Danneman2009-02-091-2/+1
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-091-0/+9
* Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIRSteven Danneman2009-02-091-1/+7
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-031-1/+1
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-1/+36
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-7/+8
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-1/+1
* Use parent_dirname_talloc instead of parent_dirname in vfswrap_mkdirVolker Lendecke2008-12-311-1/+6
* Try to fix the build by fixing some typos in the vfs codeKai Blin2008-12-261-3/+3
* Fix bug #5990 - strict allocate should be checked before ftruncateJeremy Allison2008-12-251-0/+14
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-101-0/+12
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-2/+2
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-1/+2
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-0/+27
* Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-1/+1
* Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-1/+1
* Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-2/+2
* Move sys_link to libreplace.Jelmer Vernooij2008-11-011-1/+1
* Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2008-11-011-1/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-3/+3