smbd: Remove unused "pcd" arg from smb1_srv_send()
[samba.git] / source3 / smbd / smb1_trans2.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: use smb1_strip_dfs_path() in call_trans2findfirst()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in call_trans2mkdir()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in call_trans2setpathinfo()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in smb_set_file_unix_hl...
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in call_trans2qpathinfo()
2023-03-31 Ralph Boehmesmbd: use smb1_strip_dfs_path() in call_trans2open()
2023-02-13 Volker Lendeckesmbd: Remove dptr_struct->expect_close
2023-02-13 Volker Lendeckesmbd: Remove dptr_struct->spid
2023-01-05 Volker Lendeckesmbd: Fix indentation
2023-01-05 Volker Lendeckesmbd: Fix CID 1518901 Logically dead code
2023-01-05 Volker Lendeckesmbd: Fix CID 1518902 Use after free
2023-01-04 Volker Lendeckesmbd: Modernize a DBG statement
2023-01-04 Volker Lendeckesmbd: Shorten a few lines
2023-01-04 Volker Lendeckesmbd: Move SMB_QUERY_FILE_UNIX_LINK to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move get_posix_fsp() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move SMB_QUERY_POSIX_ACL to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move SMB_QUERY_FILE_UNIX_[BASIC|INFO2] to smb1_tr...
2023-01-04 Volker Lendeckesmbd: Move smb_set_posix_acl() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: smbd_do_qfilepathinfo() does not need lock_data...
2023-01-04 Volker Lendeckesmbd: Handle SMB_QUERY_POSIX_LOCK() in call_trans2qfile...
2023-01-04 Volker Lendeckesmbd: Move SMB_SET_FILE_UNIX_[BASIC|INFO2] to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move handling smb_set_posix_lock() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move smb_set_file_unix_hlink() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move smb_set_file_unix_link() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move smb_posix_unlink() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Move smb_posix_open() to smb1_trans2.c
2023-01-04 Volker Lendeckesmbd: Factor out handle_trans2qfilepathinfo_result()
2023-01-04 Volker Lendeckesmbd: Simplify call_trans2qfilepathinfo()
2023-01-04 Volker Lendeckesmbd: Fix qfileinfo profiling
2023-01-04 Volker Lendeckesmbd: Remove call_trans2setfilepathinfo()
2023-01-04 Volker Lendeckesmbd: Factor out handle_trans2setfilepathinfo_result()
2023-01-04 Volker Lendeckesmbd: Simplify call_trans2setfilepathinfo()
2023-01-04 Volker Lendeckesmbd: Fix setfileinfo profiling
2022-12-22 Volker Lendeckesmbd: Make send_trans2_replies() static
2022-12-09 Ralph Boehmesmbd: use fsp_search_ask_sharemode() and fsp_getinfo_as...
2022-08-28 Ralph Boehmesmbd: add missing check for IPC share for TRANS2_GET_DF...
2022-08-26 Volker Lendeckesmbd: Adapt a call to setup_dfs_referral() to README...
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 call_trans2setfilepathinfo() to use...
2022-08-02 Jeremy Allisons3: smbd: Convert call_trans2qfilepathinfo() to use...
2022-07-28 Jeremy Allisons3: smbd: Convert call_trans2mkdir() to use filename_co...
2022-07-28 Jeremy Allisons3: smbd: Convert call_trans2open() to use filename_con...
2022-06-06 Volker Lendeckesmbd: Remove NTCREATEX_FLAG_DELETE_ON_CLOSE
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-26 Volker Lendeckesmbd: Slightly simplify call_trans2qpipeinfo()
2022-04-07 Jeremy Allisons3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().
2022-04-07 David Muldersmbd: Remove uses of srv_send_smb
2022-04-07 David Muldersmbd: Move reply_transs2 to smb1_trans2.c
2022-04-07 David Muldersmbd: Move reply_trans2 to smb1_trans2.c
2022-04-07 David Muldersmbd: Move smb_set_posix_lock to smb1_trans2.c
2022-04-07 David Muldersmbd: Move send_trans2_replies to smb1_trans2.c