libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / smbd / open.c
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-02 Ralph Boehmesmbd: remove fsp->dirfsp
2020-10-02 Ralph Boehmesmbd: avoid using dirfsp arg in create_file_default()
2020-10-02 Ralph Boehmesmbd: remove dirfsp arg from create_file_unixpath()
2020-10-02 Ralph Boehmesmbd: remove dirsp arg from open_directory()
2020-10-02 Ralph Boehmesmbd: remove dirfsp arg from mkdir_internal()
2020-10-02 Ralph Boehmesmbd: switch caller of fd_openat() to fd_open()
2020-07-18 Ralph Boehmesmbd: consolidate fsp allocation for open_directory...
2020-07-18 Ralph Boehmesmbd: use helper variable for fd in fd_open()
2020-07-18 Ralph Boehmesmbd: remove errno saving from fd_open()
2020-07-18 Ralph Boehmesmbd: remove a nested block in non_widelink_open()
2020-07-18 Ralph Boehmesmbd: use (global) POSIX pathname state in non_widelink...
2020-07-18 Ralph Boehmesmbd: check for conn->cwd_fsp in fd_close()
2020-07-18 Ralph Boehmesmbd: use a helper variable in open_file()
2020-07-18 Ralph Boehmesmbd: remove unused NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE
2020-07-18 Ralph Boehmesmbd: ensure we do a base open for internal stream...
2020-07-08 Stefan Metzmachers3:smbd: avoid dereferencing client->connections
2020-07-07 Stefan Metzmachers3:smbd: check for stale pid in delay_for_oplock_fn...
2020-06-16 Andreas Schneiders3:smbd: Fix a possibile null pointer dereference
2020-05-21 Ralph Boehmesmbd: use fd_openat()
2020-05-21 Ralph Boehmesmbd: add fd_openat()
2020-05-21 Ralph Boehmesmbd: use SMB_VFS_OPENAT() in non_widelink_open()
2020-05-21 Ralph Boehmesmbd: remove redundant conn arg from non_widelink_open()
2020-05-21 Ralph Boehmesmbd: realign non_widelink_open() args
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
next