summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_glue.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Add function smbd_smb2_unread_bytes().Jeremy Allison1-0/+12
2013-04-19If we already have an smb1req attached to the struct smbd_smb2_request, don't...Jeremy Allison1-3/+7
2012-08-05s3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR()Stefan Metzmacher1-4/+1
2012-06-25s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher1-3/+3
2012-06-15s3:smb2_server: remember the request_time on an incoming requestStefan Metzmacher1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2010-08-08s3: Remove a direct reference to smbd_server_connVolker Lendecke1-1/+1
2010-06-12s3: Initialize smb_request->sconn in smbd_smb2_fake_smb_requestVolker Lendecke1-0/+1
2010-06-08Fix a valgrind error found by SMB2-COMPOUND test.Jeremy Allison1-0/+20
2010-04-22Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison1-32/+0
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison1-17/+5
2010-04-09Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison1-0/+32
2010-04-08Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison1-0/+14
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher1-1/+1
2009-06-05s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher1-0/+1
2009-06-03s3:smbd: add smbd_smb2_fake_smb_request()Stefan Metzmacher1-0/+51