summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: Add share mode flagsVolker Lendecke2019-09-172-2/+2
* smbd: Avoid calling remove_stale_share_mode_entries() in open.cVolker Lendecke2019-09-171-2/+0
* smbd: Pass share_mode_lock to remove_lease_if_stale()Volker Lendecke2019-09-171-1/+1
* smbd: Use share_mode_forall_leases() in lease_match()Volker Lendecke2019-09-171-68/+91
* smbd: Use share_mode_forall_leases() in delay_rename_for_lease_break()Volker Lendecke2019-09-171-35/+48
* smbd: Use share_mode_forall_entries() in vfs_default_durable_reconnect()Volker Lendecke2019-09-171-28/+50
* smbd: Stop passing "share_mode_lock" via share_mode_forall_leases()Volker Lendecke2019-09-171-2/+1
* smbd: Use share_mode_forall_entries() in delay_for_oplock()Volker Lendecke2019-09-171-109/+137
* smbd: Pass "struct file_id" to get_lease_type()Volker Lendecke2019-09-174-8/+6
* smbd: Use share_mode_forall_entries() in validate_oplock_types()Volker Lendecke2019-09-171-77/+100
* smbd: Use share_mode_forall_entries() in open_mode_check()Volker Lendecke2019-09-171-30/+47
* smbd: Use share_mode_forall_entries() for validate_my_share_entries()Volker Lendecke2019-09-171-24/+35
* smbd: Use share_mode_forall_entries() in has_delete_on_close()Volker Lendecke2019-09-171-10/+22
* smbd: Use share_mode_forall_entries() in has_other_nonposix_opens_fn()Volker Lendecke2019-09-171-26/+42
* smbd: Use share_mode_forall_entries() in contend_level2_oplocks_begin_default()Volker Lendecke2019-09-171-43/+42
* smbd: Avoid passing a share mode entry to share_conflict()Volker Lendecke2019-09-171-22/+26
* smbd: Rewrite share_conflict()Volker Lendecke2019-09-171-63/+67
* smbd: Fix a debug message hickupVolker Lendecke2019-09-171-5/+5
* smbd: Introduce helper variables in open_mode_check()Volker Lendecke2019-09-171-8/+9
* smbd: Remove unused smbXsrv_open_hash()Volker Lendecke2019-09-172-21/+0
* smbd: Make fsp->fh->gen_id unique per processVolker Lendecke2019-09-173-2/+15
* vfs: Make "fd_handle->gen_id" 64-bit everywhereVolker Lendecke2019-09-172-19/+28
* smbd: Use direct struct assignments in smbXsrv_*.cVolker Lendecke2019-09-174-55/+43
* smbd: remove unused current_user.{need,done}_chdir stackingStefan Metzmacher2019-09-112-33/+1
* smbd: inline change_to_user_internal() into change_to_user_and_service()Stefan Metzmacher2019-09-111-27/+19
* smbd: rename [un]become_user*() to [un]become_user_without_service*()Stefan Metzmacher2019-09-113-13/+13
* smbd: remove directory changing from become_user*()Stefan Metzmacher2019-09-111-2/+2
* smbd: inline change_to_user_and_service() into become_user()Stefan Metzmacher2019-09-111-1/+17
* smbd: inline change_to_user_by_session()Ralph Boehme2019-09-111-11/+5
* smbd: README.Coding fixesRalph Boehme2019-09-111-10/+20
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-117-9/+16
* smbd: rename change_to_user() to change_to_user_and_service()Ralph Boehme2019-09-116-10/+17
* smbd: Enhance debugging if chdir failsVolker Lendecke2019-09-112-7/+34
* s3: VFS: Complete the replacement of SMB_VFS_MKDIR() -> SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-8/+0
* s3: smbd: Change mkdir_internal() to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-1/+6
* s3: pysmbd: Change py_smbd_mkdir() to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-2/+5
* s3: VFS: Add SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-0/+12
* s3: pysmbd: Ensure conn->cwd_fsp member of created connections is initialized.Jeremy Allison2019-09-111-0/+26
* s3:smbd: skip write-time fetching for directories.Ralph Boehme2019-09-112-2/+4
* smbd: Do boolean short-circuitingVolker Lendecke2019-09-101-7/+5
* smbd: Use file_id_str_buf() in close_remove_share_mode()Volker Lendecke2019-09-101-2/+3
* smbd: Use file_id_str_buf() in setup_poll_open()Volker Lendecke2019-09-101-2/+2
* smbd: Use file_id_str_buf() in defer_open()Volker Lendecke2019-09-101-1/+2
* vfs: restore stat fields in vfs_stat_fsp()Ralph Boehme2019-09-102-0/+4
* s3:vfs: streamline vfs_stat_fsp()Ralph Boehme2019-09-101-6/+4
* s3: replace fsp_stat() with vfs_stat_fsp()Ralph Boehme2019-09-103-26/+15
* s3:smbd: ensure to update the File-ID in struct smb_filenameRalph Boehme2019-09-101-0/+17
* s3:locking: add brl_req_guid() and brl_req_mem_ctx() helper functionsStefan Metzmacher2019-09-096-0/+32
* s3:smb2_lock: handle NT_STATUS_RETRY from the VFS backendStefan Metzmacher2019-09-091-0/+80
* s3:blocking: handle NT_STATUS_RETRY from the VFS backendStefan Metzmacher2019-09-091-0/+84