summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/smb2_server.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-31s4:smb_server/smb2: correctly implement related compound requestsStefan Metzmacher1-0/+2
2009-06-09s4:smb2srv: correctly fail remaining compounded requests after a failureStefan Metzmacher1-0/+3
2008-12-05Let ntvfs request transport close via ntvfs_request stateSam Liddicott1-0/+10
2008-09-24cope with body_size zero in SMB2 receiveAndrew Tridgell1-1/+2
2008-08-14smb2srv: sign replies when the request was also signedStefan Metzmacher1-0/+2
2008-05-22badly formed SMB2 packets get NT_STATUS_INVALID_PARAMETERAndrew Tridgell1-2/+2
2008-05-21fixed SMB2 lockingAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher1-0/+7
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-2/+2
2007-10-10r17084: implement SMB2 Cancel in the server,Stefan Metzmacher1-1/+10
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher1-1/+0
2007-10-10r16870: copy over the status from the ntvfs request to the smb2 requestStefan Metzmacher1-0/+2
2007-10-10r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher1-1/+1
2007-10-10r16456: return on error...Stefan Metzmacher1-0/+2
2007-10-10r16410: remove some warnings of talloc_steal() usage without targetStefan Metzmacher1-1/+1
2007-10-10r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher1-1/+1
2007-10-10r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher1-4/+1
2007-10-10r15753: implement SMB2 CreateStefan Metzmacher1-0/+97
2007-10-10r15746: - reorder elements of smb2srv_requestStefan Metzmacher1-7/+15
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+2
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+2
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+50