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