smbd: remove redundant conn arg from fd_open()
[samba.git] / source3 / smbd / open.c
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from fd_open()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from fd_open_atomic()
2020-05-21 Ralph Boehmesmbd: realign fd_open_atomic() args
2020-05-21 Ralph Boehmesmbd: realign args to fd_open_atomic() in open_file()
2020-05-21 Ralph Boehmesmbd: realign args to open_file() in open_file_ntcreate()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from open_file()
2020-05-21 Ralph Boehmesmbd: assert (fsp->dirfsp == conn->cwd_fsp) in open_fil...
2020-05-21 Ralph Boehmesmbd: set fsp->dirfsp in create_file_unixpath()
2020-05-21 Ralph Boehmesmbd: use dirfsp in mkdir_internal()
2020-05-21 Ralph Boehmesmbd: fix check_parent_access() args alignment in mkdir...
2020-05-21 Ralph Boehmesmbd: fix SMB_VFS_MKDIRAT() arg alignment in mkdir_inte...
2020-05-21 Ralph Boehmesmbd: pass dirfsp to mkdir_internal()
2020-05-21 Ralph Boehmesmbd: set fsp->dirfsp in open_directory()
2020-05-21 Ralph Boehmesmbd: use dirfsp in open_directory()
2020-05-21 Ralph Boehmesmbd: pass dirfsp to open_directory()
2020-05-21 Ralph Boehmesmbd: realign args in calls to open_directory()
2020-05-21 Ralph Boehmesmbd: pass dirfsp to create_file_unixpath()
2020-05-21 Ralph Boehmesmbd: realign create_file_unixpath() args
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-21 Ralph Boehmesmbd: move conn_rootdir_fname to non_widelink_open()
2020-05-21 Ralph Boehmesmbd: prepare for replacing SMB_VFS_READLINKAT() with...
2020-05-21 Ralph Boehmesmbd: exit early in the error case in fd_open()
2020-05-21 Ralph Boehmesmbd: refactor flags computation for fd_open() in open_...
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-12 Ralph Boehmesmbd: fix for bug 14375
2020-05-12 Ralph Boehmesmbd: make conflicting_access available to other functions
2020-05-07 Jeremy Allisons3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT...
2020-05-07 Jeremy Allisons3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT...
2020-05-07 Jeremy Allisons3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT...
2020-05-07 Jeremy Allisons3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT...
2020-05-05 Ralph Boehmesmbd: set twrp in target_fname in target_fname()
2020-05-05 Ralph Boehmesmbd: realign target_fname initialisation in process_sy...
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in msg_file_wa...
2020-05-05 Ralph Boehmesmbd: realign args calling synthetic_smb_fname() in...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_maxi...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_maximum_allo...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_acce...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_access_mask().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_delete_file_in_di...
2020-05-04 Jeremy Allisons3: smbd: Reformat definition and callers of can_delete...
2020-04-30 Ralph Boehmesmbd: use is_lease_stat_open() in delay_for_oplock()
2020-04-30 Ralph Boehmesmbd: add is_lease_stat_open()
2020-04-30 Ralph Boehmesmbd: rename is_stat_open() to is_oplock_stat_open()
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
2020-04-29 Ralph Boehmesmbd: remove unneeded parent_dir variable from mkdir_in...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_dir_owner_...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_file_owner...
2020-04-29 Ralph Boehmesmbd: convert inherit_access_posix_acl() arg parent_dir...
2020-04-29 Ralph Boehmesmbd: convert parent_dir arg of open_file() to struct...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename smb_fname_parent to...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename parent_dir to file_set_d...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename to directory_has_default...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in inherit_new_acl()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in mkdir_internal()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in open_file_ntcreate()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in non_widelink_open()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_parent_access()
2020-04-21 Jeremy Allisons3: smbd: Refuse open in create_file_unixpath() with...
2020-04-21 Jeremy Allisons3: smbd: Reformat code in SEC_FLAG_SYSTEM_SECURITY...
2020-04-21 Jeremy Allisonsmbd: Ensure SEC_FLAG_SYSTEM_SECURITY also opens the...
2020-04-21 Ralph Boehmesmbd: use helper variables in open_file()
2020-04-09 Jeremy Allisons3: smbd: Reformatting - fix indentation in fd_open().
2020-04-09 Jeremy Allisons3: smbd: Remove allowing widelinks in fd_open path.
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
2020-04-03 Ralph Boehmesmbd: move files_struct.aio_write_behind to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.kernel_share_modes_taken to...
2020-03-24 Ralph Boehmesmbd: simplify non_widelink_open()
2020-02-20 Volker Lendeckesmbd: Separate aio_pthread indicator from normal EINTR
2020-02-07 Volker Lendeckesmbd: Allow a Posix create context to override the...
2020-01-17 Ralph Boehmesmbd: avoid calling vfs_file_id_from_sbuf() if statinfo...
2020-01-03 Volker Lendeckesmbd: Remove an unused parameter from defer_open()
2020-01-03 Volker Lendeckesmbd: Avoid a "? True : False"
2019-12-17 Volker Lendeckesmbd: Avoid a direct access to share_mode_data->num_sha...
2019-12-16 Volker Lendeckesmbd: Explicitly state when modifying share_mode_data
2019-12-16 Volker Lendeckesmbd: Fix a typo
2019-12-16 Volker Lendeckesmbd: Avoid casts in open_directory()
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-11-22 Volker Lendeckesmbd: Use share_mode_watch_send()
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-11-06 Volker Lendeckelib: Remove #define serverid_equal server_id_equal
2019-10-08 Anoop C Ss3: VFS: Use SMB_VFS_FCNTL to set fd flags in open_file()
2019-10-02 Ralph Boehmes3:smbd: add a comment explaining the File-ID semantics...
2019-10-02 Ralph Boehmes3:smbd: ensure a created stream picks up the File...
2019-10-02 Ralph Boehmes3:smbd: when storing DOS attribute call dos_mode(...
2019-09-18 Volker Lendeckesmbd: Don't always walk the share mode array in open_mo...
2019-09-17 Volker Lendeckesmbd: Add share mode flags
2019-09-17 Volker Lendeckesmbd: Avoid calling remove_stale_share_mode_entries...
next