smbd: use check_any_access_fsp() for all access checks
[janger/samba-autobuild-v4-19-test/.git] / source3 / smbd / smb2_reply.c
2024-01-09 Ralph Boehmesmbd: use check_any_access_fsp() for all access checks
2024-01-09 Ralph Boehmesmbd: return the correct error in can_rename()
2023-08-15 Jeremy Allisons3: smbd: Ensure srvstr_pull_req_talloc() always NULLs...
2023-07-27 Jeremy Allisons3: smbd: Sanitize any "server" and "share" components...
2023-07-19 Andreas Schneiders3:smbd: Fix code spelling
2023-07-03 Volker Lendeckesmbd: Fix a typo
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" arg from smb1_srv_send()
2023-03-31 Ralph Boehmesmbd: squash check_path_syntax() variants
2023-03-31 Jeremy Allisons3: smbd: Add check_path_syntax_smb2_posix().
2023-03-31 Jeremy Allisons3: smbd: Flatten the check_path_syntax_smb2() wrapper.
2023-03-31 Jeremy Allisons3: smbd: Remove unused and commented out check_path_sy...
2023-03-31 Jeremy Allisons3: smbd: Remove 'is_dfs' parameter to check_path_synta...
2023-03-31 Jeremy Allisons3: smbd: Add utility function smb2_strip_dfs_path().
2023-01-11 Jeremy Allisons3: smbd: Move check_fsp_open() and check_fsp() to...
2023-01-11 Jeremy Allisons3: smbd: Ensure check_fsp_ntquota_handle() doesn't...
2022-12-09 Ralph Boehmesmbd: use reference_smb_fname_fsp_link() in rename_inte...
2022-09-20 Stefan Metzmachers3:smbd: protect smbd_do_unlocking() with share_mode_do...
2022-08-12 Jeremy Allisons3: smbd: Add helper function check_path_syntax_smb2().
2022-08-12 Jeremy Allisons3: smbd: Add new function check_path_syntax_smb2_msdfs...
2022-08-12 Jeremy Allisons3: smbd: Fix cosmetic bug logging pathnames from Linux...
2022-08-05 Jeremy Allisons3: smbd: Change srvstr_get_path_internal() to always...
2022-08-02 Jeremy Allisons3: smbd: Add dst_dirfsp parameter to rename_internals_...
2022-08-02 Jeremy Allisons3: smbd: Add dirfsp parameter to unlink_internals().
2022-08-02 Jeremy Allisons3: smbd: Add src_dirfsp and dst_dirfsp parameters...
2022-07-27 Jeremy AllisonCVE-2022-32742: s3: smbd: Harden the smbreq_bufrem...
2022-05-20 Volker Lendeckesmbd: Simplify copy_file()
2022-05-20 Volker Lendeckesmbd: Simplify copy_file()
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-07 David Muldersmbd: Remove uses of srv_send_smb
2022-04-07 David Muldersmbd: Move smb1_utils.h include to smbd.h
2022-04-07 David Muldersmbd: Move smbd_do_unlocking to smb2_reply.c
2022-04-07 David Muldersmbd: Move get_lock_offset to smb2_reply.c
2022-04-07 David Muldersmbd: Move copy_file to smb2_reply.c
2022-04-07 David Muldersmbd: Move rename_internals to smb2_reply.c
2022-04-07 David Muldersmbd: Move rename_internals_fsp to smb2_reply.c
2022-04-07 David Muldersmbd: Move sendfile_short_send to smb2_reply.c
2022-04-07 David Muldersmbd: Move fake_sendfile to smb2_reply.c
2022-04-07 David Muldersmbd: Move unlink_internals to smb2_reply.c
2022-04-07 David Muldersmbd: Move reply_special to smb2_reply.c
2022-04-07 David Muldersmbd: Move check_fsp_ntquota_handle to smb2_reply.c
2022-04-07 David Muldersmbd: move check_fsp to smb2_reply.c
2022-04-07 David Muldersmbd: Move check_fsp_open to smb2_reply.c
2022-04-07 David Muldersmbd: Move srvstr_pull_req_talloc to smb2_reply.c
2022-04-07 David Muldersmbd: Move srvstr_get_path* to smb2_reply.c
2022-04-07 David Muldersmbd: Move check_path_syntax* to smb2_reply.c