summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-2/+2
* Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-6/+6
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-3/+3
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-4/+4
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-15/+15
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-071-7/+7
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-8/+8
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-061-1/+1
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-061-1/+1
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-2/+2
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-191-2/+2