Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22866: handle incoming chained smb2 requests in our server code to let | Stefan Metzmacher | 1 | -17/+100 |
2007-10-10 | r18686: Fix typo protocl->protocol | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 1 | -5/+98 |
2007-10-10 | r17012: don't try to send any data when the socket is gone already... | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r16705: fix a bug found by valgrind... | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r15770: when there's a dynamic body, we need to send the first byte even if the | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 1 | -2/+11 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15191: Avoid uint_t as it's not standard. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14739: keep the last request time for the smbsrv_connection, | Stefan Metzmacher | 1 | -3/+6 |
2007-10-10 | r12725: some minor updates | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12102: for SMB2 we need to allocate tcons per session | Stefan Metzmacher | 1 | -4/+1 |
2007-10-10 | r12095: the most SMB2 opcodes need a valid session and tcon, | Stefan Metzmacher | 1 | -0/+46 |
2007-10-10 | r12092: - add dummy functions for the missing SMB2 opcodes | Stefan Metzmacher | 1 | -1/+16 |
2007-10-10 | r11968: More warning fixes. We're on track to getting to double digits for | Tim Potter | 1 | -1/+1 |
2007-10-10 | r11789: - add the start of a SMB2 server | Stefan Metzmacher | 1 | -0/+269 |