summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_process.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-14s3:loadparm: add lp_register_snum_in_use_fn() callback registrationJeremy Allison1-0/+1
2026-01-07smbd: Simplify callers of messaging_send()Volker Lendecke1-1/+2
2025-08-22smbd: Avoid an "else"Volker Lendecke1-1/+2
2025-08-22smbd: Modernize DEBUGsVolker Lendecke1-10/+9
2025-07-17s3:smbd: add support for SMB_TRANSPORT_TYPE_QUICStefan Metzmacher1-0/+2
2025-06-12smbd: Fix coverity#1646864 Move variable init code in checked blockVinit Agnihotri1-3/+3
2025-05-09smbd: Remove the "posix_pathnames" global variableVolker Lendecke1-1/+5
2025-04-18s3:smbd: store transport_type in smbXsrv_channel_global0Stefan Metzmacher1-2/+9
2025-04-11profile: Add number of sessions, tcons and files to smbstatus -PVolker Lendecke1-4/+6
2025-04-11profile: Pass dummy smbd_server_connection to smbprofile_dump()Volker Lendecke1-1/+1
2024-09-25s3: SIGHUP handlers use consistent log level 3Jones Syue1-1/+1
2024-09-19smbd: add option "smbd:debug events" for tevent handling duration threshold w...Ralph Boehme1-0/+64
2024-09-19smbd: move trace_state variable behind tv variableRalph Boehme1-4/+4
2024-04-17smbd: Remove sconn->using_smb2Volker Lendecke1-4/+4
2024-04-17smbd: Change protocol selection to not use "sconn->using_smb2"Volker Lendecke1-17/+2
2024-04-16smbd-server: Use MSG_SMB_IP_DROPPEDVinit Agnihotri1-0/+38
2024-03-22lib: Remove timeval_set()Volker Lendecke1-11/+22
2024-03-12smbd: Give smbXsrv_session.c its own header fileVolker Lendecke1-0/+1
2024-01-09s3:smbd multichannel: improve smbXsrv_connection_dbg()Stefan Metzmacher1-9/+22
2023-12-19smbd: Give source3/smbd/dir.c its own header fileVolker Lendecke1-0/+1
2023-12-15smbd: Remove callback for release_ip when "state" is free'edVolker Lendecke1-0/+33
2023-08-15s3: smbd: Ensure init_smb1_request() zeros out what the incoming pointer poin...Jeremy Allison1-6/+2
2023-08-15s3: smbd: init_smb1_request() isn't being passed zero'ed memory from any code...Jeremy Allison1-0/+1
2023-06-05smbd: Remove smb1-only perfcount subsystemVolker Lendecke1-2/+0
2023-06-05smbd: Remove unused "pcd" from struct pending_message_listVolker Lendecke1-1/+0
2023-06-05smbd: Remove unused "deferred_pcd" from process_smb()Volker Lendecke1-6/+11
2023-06-05smbd: Remove unused "deferred_pcd" from process_smb1()Volker Lendecke1-2/+1
2023-06-05smbd: Remove unused "pcd" from struct smb_requestVolker Lendecke1-1/+0
2023-06-05smbd: Remove unused "deferred_pcd" from process_smb2()Volker Lendecke1-5/+11
2023-06-05smbd: Remove unused "pcd" arg from smb1_srv_send()Volker Lendecke1-9/+10
2023-06-05smbd: Remove unused smb2_srv_send()Volker Lendecke1-43/+0
2023-06-01s3:smbd: only do profiling overhead in smbd_tevent_trace_callback() when neededStefan Metzmacher1-5/+46
2022-04-07s3: smbd: Rename init_smb_request() -> init_smb1_request().Jeremy Allison1-5/+5
2022-04-07s3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().Jeremy Allison1-1/+1
2022-04-07s3: smbd: Rename create_outbuf() -> create_smb1_outbuf()Jeremy Allison1-2/+2
2022-04-07s3: smbd: Rename construct_reply_common_req() -> construct_smb1_reply_common_...Jeremy Allison1-1/+1
2022-04-07s3: smbd: Rename construct_reply_common() -> construct_smb1_reply_common().Jeremy Allison1-3/+3
2022-04-07s3: smbd: Rename srv_set_message() -> srv_smb1_set_message().Jeremy Allison1-4/+4
2022-04-07s3: smbd: Rename valid_smb_header() -> valid_smb1_header()Jeremy Allison1-3/+3
2022-04-07smbd: Remove srv_send_smbDavid Mulder1-16/+0
2022-04-07smbd: Remove uses of srv_send_smbDavid Mulder1-13/+27
2022-04-07smbd: Process error reply if SMB1 negprot parsing failsDavid Mulder1-4/+17
2022-04-07smbd: Enable multi-protocol negotiate w/out SMB1David Mulder1-11/+37
2022-04-07smbd: Move init_smb_request to smb2_process.cDavid Mulder1-0/+75
2022-04-07smbd: Move valid_smb_header to smb2_process.cDavid Mulder1-0/+12
2022-04-07smbd: Move smb1_utils.h include to smbd.hDavid Mulder1-1/+0
2022-04-07smbd: Move smbd_process to smb2_process.cDavid Mulder1-0/+615
2022-04-07smbd: Move smbd_add_connection to smb2_process.cDavid Mulder1-0/+553
2022-04-07smbd: Move smbXsrv_connection_dbg to smb2_process.cDavid Mulder1-0/+30
2022-04-07smbd: Move smbXsrv_connection_init_tables to smb2_process.cDavid Mulder1-0/+52