summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2/receive.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2009-11-27s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 CancelStefan Metzmacher1-2/+4
2009-11-27s4-smb2: sequence numbers are not checked in SMB2_OP_CANCELAndrew Tridgell1-1/+2
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2009-06-09s4:smb2srv: don't allow the related flag on the first request in a compounded...Stefan Metzmacher1-0/+7
2009-06-09s4:smb2srv: correctly fail remaining compounded requests after a failureStefan Metzmacher1-5/+15
2009-06-09s4:smb2srv: remove old TODO comment, we already check the seqnumStefan Metzmacher1-2/+0
2009-06-09s4:smb2srv: fix handling of multiple compounded requestsStefan Metzmacher1-7/+12
2009-05-11s4:smb_server: return after we have processed an invalid smb2 requestStefan Metzmacher1-0/+2
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher1-2/+2
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-2/+39
2008-08-14smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher1-2/+29
2008-08-14smb2srv: sign replies when the request was also signedStefan Metzmacher1-7/+2
2008-08-14smb2srv: use defines instead of hex valuesStefan Metzmacher1-3/+3
2008-07-28smb2srv: correctly hold the signing state per sessionStefan Metzmacher1-10/+11
2008-06-07fixed mandatory signingAndrew Tridgell1-0/+4
2008-06-06added server side SMB2 signingAndrew Tridgell1-0/+36
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-1/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+20
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell1-9/+9
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij1-1/+1
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+2
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23045: forward SMB2 oplock breaks to the clientStefan Metzmacher1-1/+1
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher1-17/+100
2007-10-10r18686: Fix typo protocl->protocolVolker Lendecke1-1/+2
2007-10-10r17084: implement SMB2 Cancel in the server,Stefan Metzmacher1-5/+98
2007-10-10r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher1-0/+13
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher1-2/+2
2007-10-10r16705: fix a bug found by valgrind...Stefan Metzmacher1-2/+4
2007-10-10r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher1-0/+1
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-2/+11
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-0/+1
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+1
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-3/+6
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher1-4/+1
2007-10-10r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher1-0/+46
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher1-1/+16
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-1/+1
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher1-0/+269