summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* s3: server: s3_tevent_context_init() -> samba_tevent_context_init()Jeremy Allison2016-10-241-2/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-03-041-3/+2
* smbd:process: use smbXsrv_client_create.Michael Adam2016-01-261-6/+5
* smbd:process: treat initialized table in smbXsrv_connection_init_tablesMichael Adam2016-01-261-0/+4
* smbstatus: add support for SMB1 signing and CIFS UNIX extensions encryptionRalph Boehme2016-01-221-0/+77
* s3: smbd: VFS change. Add new field bool posix_pathnames into struct smb_requ...Jeremy Allison2015-12-231-0/+1
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* lib: Make ctdbd_register_ips return 0/errnoVolker Lendecke2015-10-071-1/+6
* s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_lowRalph Boehme2015-10-071-1/+1
* smbd: Set process name for async echo handlerChristof Schmitt2015-09-241-1/+1
* s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt2015-09-241-1/+2
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-151-2/+2
* ctdbd_conn: Move release_ip handling into process.cVolker Lendecke2015-07-141-5/+18
* s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.Günther Deschner2015-06-301-1/+6
* smbd: Use new debug macros in kill-client-ipChristof Schmitt2015-06-111-3/+3
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-6/+6
* s3:smbd: use smbd_reinit_after_forkRalph Boehme2015-04-221-3/+1
* s3:smbprofile: Replace sysv shmem with tdbVolker Lendecke2015-03-061-0/+25
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher2014-11-191-0/+2
* s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher2014-11-191-8/+3
* s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher2014-11-191-1/+1
* smbd: Always use uint8_t for inbuf pointerChristof Schmitt2014-10-041-7/+8
* smbd: Pass only cmd to construct_reply_common instead of complete reqChristof Schmitt2014-10-041-6/+5
* s3:smbd: split out a smbd_add_connection() helper function.Stefan Metzmacher2014-09-191-159/+241
* s3:smbd: remove now unused smbd_server_connection->connStefan Metzmacher2014-09-191-5/+0
* s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2Stefan Metzmacher2014-09-191-3/+3
* s3:smbd: pass smbXsrv_connection to schedule_deferred_open_message_smb()Stefan Metzmacher2014-09-191-1/+2
* s3:smbd: pass smbXsrv_connection to remove_deferred_open_message_smb()Stefan Metzmacher2014-09-191-2/+3
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-191-1/+2
* s3:smbd: move smbXsrv_{session,tcon,open} tables to smbXsrv_clientStefan Metzmacher2014-09-191-2/+2
* s3:smbd: use tevent_loop_wait() in the child process event loopMichael Adam2014-09-191-24/+28
* s3:smbd: use sconn->client->connections in keepalive_fn()Stefan Metzmacher2014-09-191-1/+5
* s3:smbd: remove now unused smbXsrv_connection->sconnStefan Metzmacher2014-09-191-1/+0
* s3:smbd: use xconn->client->sconn in smb1_parse_chain()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: use xconn->client->sconn in construct_reply()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: use xconn->client->sconn in process_smb()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...Stefan Metzmacher2014-09-191-17/+36
* s3:smbd: pass smbXsrv_connection to construct_reply*()Stefan Metzmacher2014-09-191-6/+5
* s3:smbd: pass smbXsrv_connection to smb1_parse_chain()Stefan Metzmacher2014-09-191-3/+7
* s3:smbd: support xconn=NULL in init_smb_request()Michael Adam2014-09-191-5/+6
* s3:smbd: only pass smbXsrv_connection to fork_echo_handler()Stefan Metzmacher2014-09-191-17/+12
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-7/+7
* s3:smbd: pass smbXsrv_connection to receive_smb*()Stefan Metzmacher2014-09-191-11/+7
* s3:smbd: use smbXsrv_connection_dbg() in receive_smb_talloc()Michael Adam2014-09-191-2/+1
* s3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw_talloc_partial_read()Michael Adam2014-09-191-2/+1
* s3:smbd: close the connection if the client doesn't start with a SMB1 Negprot...Stefan Metzmacher2014-09-091-0/+18
* smbd: Add padding byte to readx responseChristof Schmitt2014-08-301-1/+2
* s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()Stefan Metzmacher2014-08-061-13/+9
* s3:smbd: pass smbXsrv_connection to smb1 encryption functionsStefan Metzmacher2014-08-061-4/+4