s3: smbd: Add utility function smb2_strip_dfs_path().
[samba.git] / source3 / smbd / smb2_reply.c
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