summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs: remove SMB_VFS_INIT_SEARCH_OPUri Simchoni2017-11-111-7/+0
* s3: smbd: Currently if getwd() fails after a chdir(), we panic.Jeremy Allison2017-10-091-11/+70
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-111-5/+5
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-101-8/+0
* s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme2017-07-031-4/+2
* s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme2017-07-031-4/+6
* s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2017-07-031-17/+17
* s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2017-07-031-0/+24
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-011-7/+7
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-5/+7
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-32/+43
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-60/+60
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-13/+39
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-3/+4
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-2/+4
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-3/+4
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-3/+4
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-4/+6
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-3/+6
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-3/+4
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-3/+5
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-3/+5
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-4/+8
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-2/+3
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-2/+4