summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Complete the removal of SMB_VFS_CHOWN()Jeremy Allison2019-10-151-12/+1
* s3: VFS: Complete the removal of SMB_VFS_RMDIR()Jeremy Allison2019-10-101-6/+2
* s3: VFS: Add SMB_VFS_FCNTLAnoop C S2019-10-081-0/+7
* s3: VFS: Complete the replacement of SMB_VFS_UNLINK() -> SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-7/+1
* s3: VFS: Add SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-0/+13
* smbd: Make "share_mode_flags" 16-bit wideVolker Lendecke2019-09-171-1/+1
* smbd: Let fsp_lease_type() look at leases.tdbVolker Lendecke2019-09-171-0/+8
* vfs: Make "fd_handle->gen_id" 64-bit everywhereVolker Lendecke2019-09-171-1/+1
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-111-0/+1
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-0/+1
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-111-0/+1
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-10/+1
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-0/+13
* s3: VFS: Complete the replacement of SMB_VFS_SYMLINK() -> SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-10/+1
* s3: VFS: Add SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-0/+13
* s3: VFS: Complete the replacement of SMB_VFS_READLINK() -> SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-13/+1
* s3: VFS: Add SMB_VFS_READLINKAT().Jeremy Allison2019-08-231-0/+16
* s3: VFS: Complete the replacement of SMB_VFS_MKNOD() -> SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-13/+1
* s3: VFS: Add SMB_VFS_MKNODAT().Jeremy Allison2019-08-221-0/+16
* s3: VFS: Complete the replacement of SMB_VFS_LINK() -> SMB_VFS_LINKAT().Jeremy Allison2019-08-201-10/+1
* s3: VFS: Add SMB_VFS_LINKAT().Jeremy Allison2019-08-201-0/+19
* s3: VFS: Complete the replacement of SMB_VFS_RENAME() -> SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-10/+1
* s3: VFS: Add SMB_VFS_RENAMEAT().Jeremy Allison2019-08-161-0/+16
* s3: VFS: change connection_struct cwd_fname to cwd_fspRalph Boehme2019-08-161-1/+1
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-3/+4
* smbd: Remove "share_access" from files_structVolker Lendecke2019-08-061-3/+3
* smbd: Add file_has_read_lease()Volker Lendecke2019-07-041-0/+6
* vfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WINDOWSVolker Lendecke2019-07-021-3/+1
* vfs: Remove "blocking_lock" from SMB_VFS_BRL_LOCK_WINDOWSVolker Lendecke2019-07-021-6/+5
* s3:vfs: add SMB_VFS_FS_FILE_ID()Ralph Boehme2019-07-011-0/+7
* s3: add st_ex_file_id to struct stat_exRalph Boehme2019-07-011-0/+1
* s3: add st_ex_itime to struct stat_exRalph Boehme2019-07-011-0/+1
* s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2019-07-011-0/+1
* s3: remove unused st_ex_mask from struct stat_exRalph Boehme2019-07-011-0/+1
* smbd: Remove struct blocking_lock_recordVolker Lendecke2019-06-201-1/+0
* vfs: Remove SMB_VFS_BRL_CANCEL_WINDOWSVolker Lendecke2019-06-201-11/+3
* smbd: Base smb2_lock.c on tevent_reqVolker Lendecke2019-06-201-0/+1
* smbd: Add smbd_smb1_do_locks_send/recv()Volker Lendecke2019-06-201-0/+15
* smbd: Add a explanation for num_aio_requestsVolker Lendecke2019-06-181-0/+4
* Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the ...Ralph Boehme2019-01-111-2/+0
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-2/+0
* Revert "s3: vfs: add smb_vfs_ev_glue"Ralph Boehme2019-01-111-30/+0
* Revert "s3: vfs: add user_vfs_evg to connection_struct"Ralph Boehme2019-01-111-2/+1
* s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2019-01-111-3/+3
* s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme2019-01-111-3/+3
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-0/+33
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+37
* s3:modules: add vfs_not_implemented moduleStefan Metzmacher2018-07-251-0/+367
* s3: vfs: add user_vfs_evg to connection_structRalph Boehme2018-07-251-1/+2
* s3: vfs: add smb_vfs_ev_glueRalph Boehme2018-07-251-0/+29