smbd: Remove unused "pcd" arg from smb1_srv_send()
[samba.git] / source3 / smbd / smb1_reply.c
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" arg from smb1_srv_send()
2023-06-05 Volker Lendeckesmbd: Remove SMB_PERFCOUNT_ macros
2023-03-31 Ralph Boehmesmbd: squash check_path_syntax() variants
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_search()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_mv()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_mv()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_rmdir()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_mkdir()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_unlink()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_ctemp()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_mknew()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_open_and_X()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_open()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_setatr()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_getatr
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in reply_checkpath()
2023-03-31 Ralph Boehmes3: smbd: Add utility function smb1_strip_dfs_path().
2023-02-13 Volker Lendeckesmbd: Remove dptr_struct->expect_close
2023-02-13 Volker Lendeckesmbd: Remove dptr_struct->spid
2023-01-11 Jeremy Allisons3: smbd: Move check_fsp_open() and check_fsp() to...
2023-01-11 Jeremy Allisons3: smbd: SMB1 check_fsp_open() implicitly calls reply_...
2022-12-09 Ralph Boehmesmbd: use fsp_search_ask_sharemode() and fsp_getinfo_as...
2022-08-05 Jeremy Allisons3: smbd: Remove the ucf_flags parameter from extract_s...
2022-08-04 Jeremy Allisons3: smbd: Add returned dirfsp pointer to filename_conve...
2022-08-04 Jeremy Allisons3: smbd: Add ucf_flags parameter to extract_snapshot_t...
2022-08-02 Jeremy Allisons3: smbd: Convert reply_mv() to use filename_convert_di...
2022-08-02 Jeremy Allisons3: smbd: Convert reply_mkdir() to use filename_convert...
2022-08-02 Jeremy Allisons3: smbd: Convert reply_unlink() to use filename_conver...
2022-08-02 Jeremy Allisons3: smbd: Convert reply_setatr() to use filename_conver...
2022-08-02 Jeremy Allisons3: smbd: Convert reply_getatr() to use filename_conver...
2022-08-02 Jeremy Allisons3: smbd: Add dirfsp parameter to create_directory().
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-28 Jeremy Allisons3: smbd: Convert reply_checkpath() to use filename_con...
2022-07-28 Jeremy Allisons3: smbd: Convert reply_rmdir() to use filename_convert...
2022-07-28 Jeremy Allisons3: smbd: Convert reply_ctemp() to use filename_convert...
2022-07-28 Jeremy Allisons3: smbd: Convert reply_mknew() to use filename_convert...
2022-07-28 Jeremy Allisons3: smbd: Convert reply_open_and_X() to use filename_co...
2022-07-28 Jeremy Allisons3: smbd: Convert reply_open() to use filename_convert_...
2022-06-08 Robert Sprowsons3:smbd: Out-by-4 error in smbd read reply max_send...
2022-06-06 Volker Lendeckesmbd: Fix a typo
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-07 Jeremy Allisons3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().
2022-04-07 Jeremy Allisons3: smbd: Rename construct_reply_common_req() -> constr...
2022-04-07 Jeremy Allisons3: smbd: Rename srv_set_message() -> srv_smb1_set_mess...
2022-04-07 David Muldersmbd: Remove uses of srv_send_smb
2022-04-07 Jeremy Allisons3: smbd: Move reply_findnclose() from trans2.c to...
2022-04-07 Jeremy Allisons3: smbd: Move reply_findclose() from trans2.c to smb1_...
2022-04-07 David Muldersmbd: Move smb1_utils.h include to smbd.h
2022-04-07 David Muldersmbd: Move reply.c -> smb1_reply.c