summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_read.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* s3:smb2_server: propagate NTSTATUS from smb2_sendfile_send_data() to smbd_smb...Stefan Metzmacher2014-08-061-8/+13
* smbd: Use %s/__func__Volker Lendecke2014-08-061-1/+2
* s3:smbd: pass smbXsrv_connection explicitly to sendfile_short_send()Stefan Metzmacher2014-08-061-1/+12
* s3:smbd: pass smbXsrv_connection explicitly to fake_sendfile()Stefan Metzmacher2014-08-061-2/+2
* s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()Stefan Metzmacher2014-08-061-3/+3
* s3:smb2_*: make use of smb2req->xconn where possibleStefan Metzmacher2014-08-061-2/+2
* s3:smb2_server: use xconn->smb2.server.max_* instead of sconn->smb2.max_*Stefan Metzmacher2014-08-061-2/+3
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-061-2/+2
* s3:smbd: avoid get_peer_addr() and use smbXsrv_connection_dbg()Stefan Metzmacher2014-08-061-26/+23
* s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()Stefan Metzmacher2014-07-111-16/+53
* s3:smb2_read: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* s3:smb2_read: avoid 2 talloc* calls when using sendfile()Stefan Metzmacher2014-03-051-12/+18
* s3: Return correct error code from SMB2 AIO read failureChristof Schmitt2013-12-051-1/+1
* s3:smb2_server: generate a header blob for the sendfile pathStefan Metzmacher2013-11-271-4/+6
* s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher2012-10-301-1/+1
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-221-2/+0
* s3:smb2_read: don't try sendfile if encryption is usedStefan Metzmacher2012-08-091-0/+1
* s3:smb2_read: use SMBD_SMB2_NUM_IOV_PER_REQ when checking for sendfile() supportStefan Metzmacher2012-08-081-1/+1
* s3:smb2_read: fix indentation in schedule_smb2_sendfile_read()Stefan Metzmacher2012-08-081-8/+8
* s3:smb2_read: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_read: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher2012-06-291-2/+2
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-1/+1
* s3:smbd: change smb2_read.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+6
* s3:smb2_read: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-29/+11
* s3:smb2_read: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-091-2/+2
* s3:smbd/smb2_read improve debug messageChristian Ambach2012-05-291-1/+2
* s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher2012-05-231-0/+2
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-1/+1
* s3:smb2_server verify creditchargeChristian Ambach2012-03-091-0/+5
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-4/+0
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-1/+1
* s3:smbd/pipes: avoid passing server_event_context() as event context to np_{r...Stefan Metzmacher2011-12-121-1/+1
* s3:smb2_read: make it possible to cancel aio readsStefan Metzmacher2011-11-151-1/+16
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-1/+1
* s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...Stefan Metzmacher2011-11-151-7/+1
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher2011-10-131-2/+2
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_read.cStefan Metzmacher2011-09-071-11/+5
* lib/param: Merge struct loadparm_service into commonAndrew Bartlett2011-07-081-1/+1
* s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...Stefan Metzmacher2011-06-241-0/+5
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-1/+1
* s3-proto: move more rpc_server prototypes out of proto.hGünther Deschner2011-05-021-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd...Jeremy Allison2010-12-151-0/+148
* Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB.Jeremy Allison2010-12-151-6/+14
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1