summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-1/+1
* Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-151-2/+6
* Yay ! Remove a VFS entry. Removed the set_nt_acl() call,Jeremy Allison2008-05-081-12/+0
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-1/+1
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-211-3/+2
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-4/+4
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* Remove two unused variablesVolker Lendecke2008-01-231-1/+0
* Attempt to fix the darwin buildVolker Lendecke2008-01-211-4/+4
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-211-0/+13
* Add the STREAMINFO vfs callVolker Lendecke2008-01-191-0/+59
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-9/+0
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-6/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-161-12/+19
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-0/+42
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-3/+2
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-2/+2
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-6/+6
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-5/+5
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-2/+2