summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Move process.c -> smb1_process.cDavid Mulder2022-04-071-2771/+0
* smbd: Move smbd_process to smb2_process.cDavid Mulder2022-04-071-616/+1
* smbd: Disable smb1 in smbd_processDavid Mulder2022-04-071-0/+6
* smbd: Move smbd_add_connection to smb2_process.cDavid Mulder2022-04-071-554/+7
* smbd: Disable smb1 in smbd_smb2_server_connection_read_handlerDavid Mulder2022-04-071-1/+4
* smbd: Disable smb1 in smbd_server_connection_handlerDavid Mulder2022-04-071-0/+4
* smbd: Disable smb1 in smbd_add_connectionDavid Mulder2022-04-071-0/+4
* smbd: Move smbXsrv_connection_dbg to smb2_process.cDavid Mulder2022-04-071-30/+0
* smbd: Move smbXsrv_connection_init_tables to smb2_process.cDavid Mulder2022-04-071-52/+0
* smbd: Disable smb1 in smbXsrv_connection_init_tablesDavid Mulder2022-04-071-0/+5
* smbd: Move process_smb to smb2_process.cDavid Mulder2022-04-071-80/+5
* smbd: Move reply_outbuf and construct_reply_common_req to smb2_process.cDavid Mulder2022-04-071-88/+0
* smbd: Move push_deferred_open_message_smb to smb2_process.cDavid Mulder2022-04-071-25/+4
* smbd: Separate smb1 code from push_deferred_open_message_smbDavid Mulder2022-04-071-12/+25
* smbd: Move get_deferred_open_message_state to smb2_process.cDavid Mulder2022-04-071-46/+0
* smbd: Move open_was_deferred to smb2_process.cDavid Mulder2022-04-071-21/+0
* smbd: Move schedule_deferred_open_message_smb to smb2_process.cDavid Mulder2022-04-071-125/+5
* smbd: Move remove_deferred_open_message_smb to smb2_process.cDavid Mulder2022-04-071-28/+0
* smbd: Move receive_smb_talloc/smb2_receive_talloc to smb2_process.cDavid Mulder2022-04-071-102/+8
* smbd: Split receive_smb_talloc into smb1_receive_talloc/smb2_receive_tallocDavid Mulder2022-04-071-8/+102
* smbd: Move read_packet_remainder to smb2_process.cDavid Mulder2022-04-071-20/+0
* smbd: Move srv_set_message to smb2_process.cDavid Mulder2022-04-071-18/+0
* smbd: Move srv_send_smb/smb2_srv_send to smb2_process.cDavid Mulder2022-04-071-59/+0
* smbd: Split srv_send_smb into smb1_srv_send/smb2_srv_sendDavid Mulder2022-04-071-4/+63
* smbd: Split process_smb() into process_smb1() and process_smb2()David Mulder2022-04-071-41/+61
* s3: smbd: Plumb in and use smbd_smb2_server_connection_read_handler() when se...Jeremy Allison2022-03-101-3/+6
* s3: smbd: Add SMB2-only smbd_smb2_server_connection_read_handler().Jeremy Allison2022-03-101-0/+117
* s3: smbd: Rename smbd_server_connection_read_handler() smbd_smb1_server_conne...Jeremy Allison2022-03-101-3/+4
* s3: smbd: Rename srv_is_signing_active() -> smb1_srv_is_signing_active().Jeremy Allison2022-03-081-2/+2
* s3: smbd: Rename srv_calculate_sign_mac() -> smb1_srv_calculate_sign_mac().Jeremy Allison2022-03-081-1/+1
* s3: smbd: Rename srv_check_sign_mac() -> smb1_srv_check_sign_mac().Jeremy Allison2022-03-081-1/+1
* s3:rpc_server: Activate samba-dcerpcdVolker Lendecke2021-12-101-5/+0
* smbd: Give smbXsrv_open.c its own header fileVolker Lendecke2021-11-111-0/+1
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* smbd: introduce a smbXsrv_connection_destructor()Stefan Metzmacher2021-03-061-0/+7
* smbd: improve smbXsrv_connection_dbg() for debugging multi-channel problemsStefan Metzmacher2021-03-061-3/+10
* s3:ctdbd_conn: Fix the build on FreeBSDMartin Schwenke2020-10-201-2/+2
* s3:ctdbd_conn: simplify get_public_ips() / find_in_public_ips() APIDavid Disseldorp2020-10-141-13/+33
* s3:smbd: rename has_ctdb_public_ip to has_cluster_movable_ipDavid Disseldorp2020-10-141-3/+3
* smbd: process.c does not need libsmb.hVolker Lendecke2020-09-301-1/+0
* smbd: Align integer types in gid_in_use()Volker Lendecke2020-09-301-1/+1
* lib: Move send_keepalive() to smbd/smb1_utils.cVolker Lendecke2020-08-171-0/+1
* s3:smbd: disconnect the all client connections if a ctdb public ip droppedStefan Metzmacher2020-07-081-0/+19
* s3:smbd: make sure smbXsrv_connection_disconnect_transport() closes the socke...Stefan Metzmacher2020-07-081-0/+1
* s3:smbd: fill in xconn->client early in smbd_add_connection()Stefan Metzmacher2020-07-081-2/+1
* s3:smbd: consistently use DLIST_ADD* to fill client->connections in smbd_add_...Stefan Metzmacher2020-07-081-1/+1
* smb2_server: make sure we detect stale smbXsrv_connection pointers in smbXsrv...Stefan Metzmacher2020-05-151-2/+6
* smbXsrv_client: make sure that we store a valid blobStefan Metzmacher2020-05-151-0/+18
* smbd: remove struct privilege_pathsRalph Boehme2020-03-311-1/+0
* s3:rpc_server: Initialize global dcesrv_context for embedded servicesSamuel Cabrero2020-03-201-0/+2