summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_read.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-4/+4
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-2/+2
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-2/+2
* s3:smbd: send SMB2 interim responses for async callsStefan Metzmacher2009-06-241-0/+5
* s3:smbd: skip file handle checks for SMB2 compounded requestsStefan Metzmacher2009-06-091-1/+3
* s3:smbd: add support for SMB2 Read on IPC$Stefan Metzmacher2009-06-051-6/+52
* s3:smbd: add missing return statements to the SMB2 read error casesStefan Metzmacher2009-06-051-0/+2
* s3:smbd: split smbd_smb2_read() into tevent_req based *_send()/_recv() functionsStefan Metzmacher2009-06-051-61/+148
* s3:smbd: implement SMB2 ReadStefan Metzmacher2009-06-031-0/+207