summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_read.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-1/+1
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-1/+1
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* smbd: Move check for SMB2 compound request to new functionChristof Schmitt2017-09-221-1/+1
* s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2017-07-111-1/+1
* s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2017-07-101-6/+0
* s3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack in the SMB2 codeRalph Boehme2017-07-031-1/+1
* s3/smb2_read: Better fallback for incorrectly configured sendfile setupsAnoop C S2017-01-111-0/+7
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* s3:smb2_read: pass in_flags to smbd_smb2_read_send()Stefan Metzmacher2015-05-081-0/+11
* 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