Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event...
[samba.git] / source3 / smbd / smb2_read.c
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2017-09-22 Christof Schmittsmbd: Move check for SMB2 compound request to new function
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-07-03 Ralph Boehmes3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack...
2017-01-10 Anoop C Ss3/smb2_read: Better fallback for incorrectly configure...
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-05-08 Stefan Metzmachers3:smb2_read: pass in_flags to smbd_smb2_read_send()
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-08-06 Stefan Metzmachers3:smb2_server: propagate NTSTATUS from smb2_sendfile_s...
2014-08-06 Volker Lendeckesmbd: Use %s/__func__
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection explicitly to sendfile...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection explicitly to fake_sen...
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->smb2.server.max_* instead...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->sock to xconn->transport.sock
2014-08-06 Stefan Metzmachers3:smbd: avoid get_peer_addr() and use smbXsrv_connecti...
2014-07-11 Stefan Metzmachers3:smb2_read: let smb2_sendfile_send_data() behave...
2014-03-05 Stefan Metzmachers3:smb2_read: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_read: avoid 2 talloc* calls when using sendfile()
2013-12-06 Christof Schmitts3: Return correct error code from SMB2 AIO read failure
2013-11-27 Stefan Metzmachers3:smb2_server: generate a header blob for the sendfile...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-10-30 Stefan Metzmachers3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for...
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-08-09 Stefan Metzmachers3:smb2_read: don't try sendfile if encryption is used
2012-08-08 Stefan Metzmachers3:smb2_read: use SMBD_SMB2_NUM_IOV_PER_REQ when checki...
2012-08-08 Stefan Metzmachers3:smb2_read: fix indentation in schedule_smb2_sendfile...
2012-08-05 Stefan Metzmachers3:smb2_read: make use of SMBD_SMB2_IN_BODY_PTR()
2012-08-05 Stefan Metzmachers3:smb2_read: remove unused in_smbpid
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change smb2_read.c to use fsp_fnum_dbg() for...
2012-06-09 Stefan Metzmachers3:smb2_read: make use of file_fsp_smb2()
2012-06-09 Stefan Metzmachers3:smb2_read: pass fsp->fnum to init_strict_lock_struct()
2012-05-29 Christian Ambachs3:smbd/smb2_read improve debug message
2012-05-23 Stefan Metzmachers3:smb2_server: make use of nt_status_np_pipe()
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-03-10 Christian Ambachs3:smb2_server verify creditcharge
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-12-12 Stefan Metzmachers3:smbd/pipes: avoid passing server_event_context(...
2011-11-15 Stefan Metzmachers3:smb2_read: make it possible to cancel aio reads
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-10-12 Stefan Metzmachers3:smb2_server: remember the max_{trans,read,write...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-07-08 Andrew Bartlettlib/param: Merge struct loadparm_service into common
2011-06-24 Stefan Metzmachers3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BU...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-02 Günther Deschners3-proto: move more rpc_server prototypes out of proto.h
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-12-15 Jeremy AllisonImplement "use sendfile = yes" for SMB2. (cherry picked...
2010-12-15 Jeremy AllisonChange interface of schedule_smb2_aio_read() to allocat...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-06-10 Jeremy AllisonImplement AIO in SMB2. Doesn't allow cancel calls yet...
2010-06-09 Jeremy AllisonSplit out the "finished read processing" code into...
2010-05-25 Jeremy AllisonStandardize debug messages for read and write.
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-07 Jeremy AllisonOnly MULTIPLE-UNLOCK test left to fix !
2010-05-05 Jeremy AllisonReturn correct error on read request on directory.
2010-05-05 Jeremy AllisonGet in_minimum and EOF errors right.
2010-05-05 Jeremy AllisonStart to pass the SMB2 read torture tests.
2010-04-06 Jeremy AllisonParameterize "smb2 max read", "smb2 max write", "smb2...
2010-04-01 Jeremy AllisonMake smbd_lock_socket/smbd_unlock_socket recursive...
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-06-24 Stefan Metzmachers3:smbd: send SMB2 interim responses for async calls
2009-06-09 Stefan Metzmachers3:smbd: skip file handle checks for SMB2 compounded...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Read on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add missing return statements to the SMB2...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_read() into tevent_req based...
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read