summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_read.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added).Jeremy Allison2010-06-101-0/+28
* Split out the "finished read processing" code into a function so it can be ca...Jeremy Allison2010-06-091-36/+75
* Standardize debug messages for read and write.Jeremy Allison2010-05-251-0/+6
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+1
* Only MULTIPLE-UNLOCK test left to fix !Jeremy Allison2010-05-071-1/+1
* Return correct error on read request on directory.Jeremy Allison2010-05-051-0/+4
* Get in_minimum and EOF errors right.Jeremy Allison2010-05-051-1/+11
* Start to pass the SMB2 read torture tests.Jeremy Allison2010-05-051-1/+1
* Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison2010-04-061-2/+2
* Make smbd_lock_socket/smbd_unlock_socket recursive with a ref_count.Jeremy Allison2010-03-311-0/+8
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-5/+1