summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-2/+2
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-2/+2
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-4/+4
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-5/+4
* s3:smbd: use req->xconn in send_trans_reply()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-061-1/+2
* s3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500') as header overhead in ipc.cStefan Metzmacher2014-03-051-4/+6
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-1/+23
* s3:smbd: pass down vuid as uint64_t in ipc.cStefan Metzmacher2012-06-061-4/+4
* s3:include: change files_struct->vuid to uint64_tStefan Metzmacher2012-06-061-1/+2
* s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher2012-05-231-7/+24
* s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2012-05-231-0/+11
* s3:smbd/pipes: avoid passing server_event_context() as event context to np_{r...Stefan Metzmacher2011-12-121-2/+2
* s3:smbd/ipc: pass 'state' as mem_ctx to np_read_send()Stefan Metzmacher2011-12-121-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-2/+2
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-021-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-241-4/+4
* s3: Remove smbd_server_fd from api_dcerpc_cmd_read/write_doneVolker Lendecke2010-08-161-2/+2
* s3: Remove smbd_server_fd from send_trans_replyVolker Lendecke2010-08-161-2/+2
* s3: Fix some error messagesVolker Lendecke2010-08-131-3/+4
* s3: Remove smbd_server_conn from send_trans_replyVolker Lendecke2010-06-121-1/+1
* s3:smbd: add PIPE_BUSY handling for SMBtrans calls on named pipesStefan Metzmacher2010-05-271-0/+11
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-091-0/+3
* s3:smbd: add a smbd_server_connection pointer to connection_structStefan Metzmacher2009-08-071-2/+1
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-1/+1
* s3:smbd: move tcon specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+2
* s3:smbd: move some session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-0/+2
* Fix smbd crash for close_on_completionVolker Lendecke2009-04-051-0/+4
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-231-0/+4
* Convert np_read to tevent_reqVolker Lendecke2009-03-171-11/+8
* Convert np_write to tevent_reqVolker Lendecke2009-03-171-12/+13
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-4/+5
* Convert api_rpc_trans_reply to async np_*Volker Lendecke2009-01-311-29/+119
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-201-3/+10
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Consolidate the buffer checks for the reply_trans style functionsVolker Lendecke2008-11-281-55/+18
* Remove the variable "size" from reply_transVolker Lendecke2008-11-281-12/+16
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-271-3/+3
* Do not write into inbuf for the transs requestVolker Lendecke2008-11-081-6/+12
* Remove direct inbuf refs from send_trans_replyVolker Lendecke2008-11-081-37/+35
* Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_replyVolker Lendecke2008-11-021-9/+9
* Use "vwv" in trans parsingVolker Lendecke2008-11-021-16/+16
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-021-6/+6
* Simplify params of srvstr_pull_buf_talloc()Volker Lendecke2008-11-021-2/+2