summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the...Ralph Boehme2019-01-111-1/+0
* smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event c...Stefan Metzmacher2018-06-181-0/+1
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-221-0/+3
* s3/smbd: remove flags2 FLAGS2_READ_PERMIT_EXECUTE hack in the SMB2 codeRalph Boehme2017-07-031-15/+0
* smbd: allow reading files based on FILE_EXECUTE access rightUri Simchoni2016-08-181-0/+16
* s3:smb2_glue: remove chained fsps from all connections in remove_smb2_chained...Stefan Metzmacher2014-09-191-8/+15
* s3:smbd: remember smbXsrv_connection for each smb_requestStefan Metzmacher2014-08-061-0/+1
* s3:smb2_server: move sconn->smb2.requests to xconn->smb2.requestsStefan Metzmacher2014-08-061-1/+2
* Add function smbd_smb2_unread_bytes().Jeremy Allison2013-04-191-0/+12
* If we already have an smb1req attached to the struct smbd_smb2_request, don't...Jeremy Allison2013-04-191-3/+7
* s3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR()Stefan Metzmacher2012-08-051-4/+1
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-3/+3
* s3:smb2_server: remember the request_time on an incoming requestStefan Metzmacher2012-06-151-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Remove a direct reference to smbd_server_connVolker Lendecke2010-08-081-1/+1
* s3: Initialize smb_request->sconn in smbd_smb2_fake_smb_requestVolker Lendecke2010-06-121-0/+1
* Fix a valgrind error found by SMB2-COMPOUND test.Jeremy Allison2010-06-081-0/+20
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-32/+0
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-121-17/+5
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-0/+32
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-081-0/+14
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher2009-06-051-0/+1
* s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher2009-06-031-0/+51