summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2/receive.c
Commit message (Expand)AuthorAgeFilesLines
* 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