summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-9/+0
* s3: smbd: Remove vfs_chown_fsp().Jeremy Allison2019-10-151-121/+0
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-7/+0
* s3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file()Anoop C S2019-10-081-0/+31
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+15
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-7/+0
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+12
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-2/+2
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-8/+0
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-0/+12
* vfs: restore stat fields in vfs_stat_fsp()Ralph Boehme2019-09-101-0/+2
* s3:vfs: streamline vfs_stat_fsp()Ralph Boehme2019-09-101-6/+4
* s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-8/+0
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-1/+13
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-9/+0
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-0/+14
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-9/+0
* s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-0/+14
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-201-8/+0
* s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2019-08-201-0/+16
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-8/+0
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-0/+14
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-10/+17
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-1/+1
* s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme2019-07-011-0/+7
* vfs: perform impersonation in smb_vfs_call_getxattrat_done()Ralph Boehme2019-01-141-0/+9
* vfs: use struct initializer in smb_vfs_call_getxattrat_send()Ralph Boehme2019-01-141-1/+4
* vfs: perform impersonation in smb_vfs_call_get_dos_attributes_done()Ralph Boehme2019-01-141-0/+9
* vfs: use struct initializer in smb_vfs_call_get_dos_attributes_sendRalph Boehme2019-01-141-1/+4
* Revert "s3: vfs: add smb_vfs_ev_glue"Ralph Boehme2019-01-111-832/+0
* s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2019-01-111-52/+5
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-111-12/+5
* s3: VFS: Remove logically dead code. Coverity CID: 1419117Jeremy Allison2018-11-141-5/+1
* smbd:vfs: fix mis-spellings of hierarchy in commentsMichael Adam2018-09-121-3/+3
* s3:vfs: fix valgrind warning in SMB_VFS_{PREAD,PWRITE,FSYNC}_RECV()Stefan Metzmacher2018-09-041-3/+9
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-0/+97
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+102
* s3: vfs: add smb_vfs_ev_glueRalph Boehme2018-07-251-0/+874
* s3: vfs: add missing tevent_req_received() to SMB_VFS_FSYNC_RECV()Ralph Boehme2018-07-251-0/+2
* s3: vfs: add missing tevent_req_received() to SMB_VFS_PWRITE_RECV()Ralph Boehme2018-07-251-0/+2
* s3: vfs: add missing tevent_req_received() to SMB_VFS_PREAD_RECV()Ralph Boehme2018-07-251-0/+2
* smbd: make it possible to call vfs_ChDir(conn, conn->cwd_fname);Stefan Metzmacher2018-06-181-21/+6
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-251-7/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-8/+0
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-051-8/+0
* s3: VFS: Remove vfs_write_data(). No longer used.Jeremy Allison2018-05-041-47/+0
* s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2018-05-041-7/+0
* s3: VFS: Default. Move vfs_read_data() out of source3/smbd/vfs.c to the print...Jeremy Allison2018-05-021-25/+0
* s3: VFS: Remove fsync_fn() from the VFS and all modules. VFS ABI change.Jeremy Allison2018-05-021-7/+0
* s3: VFS: Add a synchronous smb_vfs_fsync_sync() call, built from async primit...Jeremy Allison2018-05-011-0/+39