summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-07lib: Make ctdbd_register_ips return 0/errnoVolker Lendecke1-1/+6
2015-10-07s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_lowRalph Boehme1-1/+1
2015-09-24smbd: Set process name for async echo handlerChristof Schmitt1-1/+1
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt1-1/+2
2015-07-15async_req: check for errors when monitoring socket for readabilityUri Simchoni1-2/+2
2015-07-14ctdbd_conn: Move release_ip handling into process.cVolker Lendecke1-5/+18
2015-06-30s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.Günther Deschner1-1/+6
2015-06-11smbd: Use new debug macros in kill-client-ipChristof Schmitt1-3/+3
2015-05-06Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe1-6/+6
2015-04-22s3:smbd: use smbd_reinit_after_forkRalph Boehme1-3/+1
2015-03-06s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke1-0/+25
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-11-19s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher1-0/+2
2014-11-19s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher1-8/+3
2014-11-19s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher1-1/+1
2014-10-04smbd: Always use uint8_t for inbuf pointerChristof Schmitt1-7/+8
2014-10-04smbd: Pass only cmd to construct_reply_common instead of complete reqChristof Schmitt1-6/+5
2014-09-19s3:smbd: split out a smbd_add_connection() helper function.Stefan Metzmacher1-159/+241
2014-09-19s3:smbd: remove now unused smbd_server_connection->connStefan Metzmacher1-5/+0
2014-09-19s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2Stefan Metzmacher1-3/+3
2014-09-19s3:smbd: pass smbXsrv_connection to schedule_deferred_open_message_smb()Stefan Metzmacher1-1/+2
2014-09-19s3:smbd: pass smbXsrv_connection to remove_deferred_open_message_smb()Stefan Metzmacher1-2/+3
2014-09-19s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher1-1/+2
2014-09-19s3:smbd: move smbXsrv_{session,tcon,open} tables to smbXsrv_clientStefan Metzmacher1-2/+2
2014-09-19s3:smbd: use tevent_loop_wait() in the child process event loopMichael Adam1-24/+28
2014-09-19s3:smbd: use sconn->client->connections in keepalive_fn()Stefan Metzmacher1-1/+5
2014-09-19s3:smbd: remove now unused smbXsrv_connection->sconnStefan Metzmacher1-1/+0
2014-09-19s3:smbd: use xconn->client->sconn in smb1_parse_chain()Stefan Metzmacher1-1/+1
2014-09-19s3:smbd: use xconn->client->sconn in construct_reply()Stefan Metzmacher1-1/+1
2014-09-19s3:smbd: use xconn->client->sconn in process_smb()Stefan Metzmacher1-1/+1
2014-09-19s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...Stefan Metzmacher1-17/+36
2014-09-19s3:smbd: pass smbXsrv_connection to construct_reply*()Stefan Metzmacher1-6/+5
2014-09-19s3:smbd: pass smbXsrv_connection to smb1_parse_chain()Stefan Metzmacher1-3/+7
2014-09-19s3:smbd: support xconn=NULL in init_smb_request()Michael Adam1-5/+6
2014-09-19s3:smbd: only pass smbXsrv_connection to fork_echo_handler()Stefan Metzmacher1-17/+12
2014-09-19s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher1-7/+7
2014-09-19s3:smbd: pass smbXsrv_connection to receive_smb*()Stefan Metzmacher1-11/+7
2014-09-19s3:smbd: use smbXsrv_connection_dbg() in receive_smb_talloc()Michael Adam1-2/+1
2014-09-19s3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw_talloc_partial_read()Michael Adam1-2/+1
2014-09-09s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...Stefan Metzmacher1-0/+18
2014-08-30smbd: Add padding byte to readx responseChristof Schmitt1-1/+2
2014-08-06s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()Stefan Metzmacher1-13/+9
2014-08-06s3:smbd: pass smbXsrv_connection to smb1 encryption functionsStefan Metzmacher1-4/+4
2014-08-06s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket_internal()Stefan Metzmacher1-11/+11
2014-08-06s3:smbd: use req->xconn in smb_request_done()Stefan Metzmacher1-1/+1
2014-08-06s3:smbd: pass smbXsrv_connection to is_valid_writeX_buffer()Stefan Metzmacher1-1/+2
2014-08-06s3:smbd: remove unused 'sconn' from valid_smb_header()Stefan Metzmacher1-5/+4
2014-08-06s3:smbd: remove unused 'sconn' from is_encrypted_packet()Stefan Metzmacher1-2/+2
2014-08-06s3:smbd: pass smbXsrv_connection to reply_special()Stefan Metzmacher1-1/+1
2014-08-06s3:smb2_negprot: remove NBT_HDR_SIZE from smbd_smb2_first_negprot()Stefan Metzmacher1-1/+3