python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / smbd / smb2_process.c
7 days ago Volker Lendeckesmbd: Remove sconn->using_smb2
7 days ago Volker Lendeckesmbd: Change protocol selection to not use "sconn-...
7 days ago Vinit Agnihotrismbd-server: Use MSG_SMB_IP_DROPPED
2024-03-22 Volker Lendeckelib: Remove timeval_set()
2024-03-12 Volker Lendeckesmbd: Give smbXsrv_session.c its own header file
2024-01-09 Stefan Metzmachers3:smbd multichannel: improve smbXsrv_connection_dbg()
2023-12-19 Volker Lendeckesmbd: Give source3/smbd/dir.c its own header file
2023-12-15 Volker Lendeckesmbd: Remove callback for release_ip when "state" is...
2023-08-15 Jeremy Allisons3: smbd: Ensure init_smb1_request() zeros out what...
2023-08-15 Jeremy Allisons3: smbd: init_smb1_request() isn't being passed zero...
2023-06-05 Volker Lendeckesmbd: Remove smb1-only perfcount subsystem
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" from struct pending_message_list
2023-06-05 Volker Lendeckesmbd: Remove unused "deferred_pcd" from process_smb()
2023-06-05 Volker Lendeckesmbd: Remove unused "deferred_pcd" from process_smb1()
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" from struct smb_request
2023-06-05 Volker Lendeckesmbd: Remove unused "deferred_pcd" from process_smb2()
2023-06-05 Volker Lendeckesmbd: Remove unused "pcd" arg from smb1_srv_send()
2023-06-05 Volker Lendeckesmbd: Remove unused smb2_srv_send()
2023-06-01 Stefan Metzmachers3:smbd: only do profiling overhead in smbd_tevent_trac...
2022-04-07 Jeremy Allisons3: smbd: Rename init_smb_request() -> init_smb1_request().
2022-04-07 Jeremy Allisons3: smbd: Rename reply_outbuf() -> reply_smb1_outbuf().
2022-04-07 Jeremy Allisons3: smbd: Rename create_outbuf() -> create_smb1_outbuf()
2022-04-07 Jeremy Allisons3: smbd: Rename construct_reply_common_req() -> constr...
2022-04-07 Jeremy Allisons3: smbd: Rename construct_reply_common() -> construct_...
2022-04-07 Jeremy Allisons3: smbd: Rename srv_set_message() -> srv_smb1_set_mess...
2022-04-07 Jeremy Allisons3: smbd: Rename valid_smb_header() -> valid_smb1_header()
2022-04-07 David Muldersmbd: Remove srv_send_smb
2022-04-07 David Muldersmbd: Remove uses of srv_send_smb
2022-04-07 David Muldersmbd: Process error reply if SMB1 negprot parsing fails
2022-04-07 David Muldersmbd: Enable multi-protocol negotiate w/out SMB1
2022-04-07 David Muldersmbd: Move init_smb_request to smb2_process.c
2022-04-07 David Muldersmbd: Move valid_smb_header to smb2_process.c
2022-04-07 David Muldersmbd: Move smb1_utils.h include to smbd.h
2022-04-07 David Muldersmbd: Move smbd_process to smb2_process.c
2022-04-07 David Muldersmbd: Move smbd_add_connection to smb2_process.c
2022-04-07 David Muldersmbd: Move smbXsrv_connection_dbg to smb2_process.c
2022-04-07 David Muldersmbd: Move smbXsrv_connection_init_tables to smb2_process.c
2022-04-07 David Muldersmbd: Move process_smb to smb2_process.c
2022-04-07 David Muldersmbd: Move reply_outbuf and construct_reply_common_req...
2022-04-07 David Muldersmbd: Move push_deferred_open_message_smb to smb2_process.c
2022-04-07 David Muldersmbd: Move get_deferred_open_message_state to smb2_proc...
2022-04-07 David Muldersmbd: Move open_was_deferred to smb2_process.c
2022-04-07 David Muldersmbd: Move schedule_deferred_open_message_smb to smb2_p...
2022-04-07 David Muldersmbd: Move remove_deferred_open_message_smb to smb2_pro...
2022-04-07 David Muldersmbd: Move receive_smb_talloc/smb2_receive_talloc to...
2022-04-07 David Muldersmbd: Move read_packet_remainder to smb2_process.c
2022-04-07 David Muldersmbd: Move srv_set_message to smb2_process.c
2022-04-07 David Muldersmbd: Move srv_send_smb/smb2_srv_send to smb2_process.c