summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-14/+0
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-12/+0
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+46
* vfs_default: use is_named_stream() for stream checkRalph Boehme2019-10-021-6/+6
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-19/+0
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+25
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-5/+5
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-25/+0
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-0/+28
* s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-13/+0
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-0/+19
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-14/+0
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-14/+0
* s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-0/+22
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-201-13/+0
* s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2019-08-201-0/+25
* s3: VFS: vfs_default. Convert underlying system call to renameat().Jeremy Allison2019-08-161-4/+4
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-21/+0
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-0/+26
* vfs_default: use correct flag in vfswrap_fs_file_idRalph Boehme2019-08-151-1/+1
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-1/+1
* vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke2019-07-021-2/+1
* smbd: Remove unused "blocking_lock" from brl_lock_windows_default()Volker Lendecke2019-07-021-1/+1
* vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWSVolker Lendecke2019-07-021-3/+2
* vfs_fruit: move zero file-id to vfs_fruitRalph Boehme2019-07-011-4/+0
* s3:smbd: use stored file_id in SMB_VFS_FS_FILE_ID()Ralph Boehme2019-07-011-0/+4
* s3:vfs: move get_fs_file_id to vfs_defaultRalph Boehme2019-07-011-0/+23
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-201-11/+0
* vfs_default: fix vfswrap_offload_write_send() NT_STATUS_INVALID_VIEW_SIZE checkStefan Metzmacher2019-03-281-6/+37
* vfs_default: fix DEBUG messages in vfswrap_offload_write_*_done()Stefan Metzmacher2019-03-281-2/+2
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-121-2/+2
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-121-1/+3
* vfs: drop lseek stat-open checksDavid Disseldorp2019-03-041-4/+1
* s3:vfs: Correctly check if OFD locks should be enabled or notAndreas Schneider2019-02-091-10/+4
* vfs_default: use change_to_user_by_fsp() instead of change_to_user()Ralph Boehme2019-01-141-6/+2
* vfs_default: add sync fallback to fsync_send/recvRalph Boehme2019-01-111-2/+12
* vfs_default: add sync fallback to pwrite_send/recvRalph Boehme2019-01-111-2/+12
* vfs_default: add sync fallback to pread_send/recvRalph Boehme2019-01-111-2/+12
* Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ...Ralph Boehme2019-01-111-1/+1
* smbd: rename sconn->raw_thread_pool to sconn->poolRalph Boehme2019-01-111-5/+4
* s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2019-01-111-2/+1
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-111-39/+156
* vfs: Use dom_sid_str_bufVolker Lendecke2018-12-201-2/+4
* vfs_default: implement SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-2/+140
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-0/+2
* vfs_default: implement SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-2/+207
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* smbd: rename sconn->pool to sconn->raw_thread_poolRalph Boehme2018-07-251-3/+4
* vfs_default: fix async fsync idle/busy time profilingRalph Boehme2018-07-251-4/+9