Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-03 | s3:smbd: implement SMB2 Close | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-06-03 | s3:smbd: implement a simple version of SMB2 Create | Stefan Metzmacher | 1 | -1/+1 | |
It only work on file shares and just ignores any additional Create Context Values. metze | |||||
2009-06-03 | s3:smbd: create a user_struct for compat in SMB2 Session Setup | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-06-03 | s3:smbd: remove old comment, we support SMB2 signing now | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2009-05-26 | s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-05-26 | s3:smbd: add support for SMB2 signing | Stefan Metzmacher | 1 | -42/+72 | |
metze | |||||
2009-05-22 | s3:smbd: implement SMB2 Tree Disconnect | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-05-22 | s3:smbd: implement SMB2 Tree Connect | Stefan Metzmacher | 1 | -1/+53 | |
For now this only checks if the share is present or not. metze | |||||
2009-05-22 | s3:smbd: SMB2 session ids are 64bit... | Stefan Metzmacher | 1 | -1/+1 | |
We only grand ids up to 0x0000000000FFFFFF, because that's what our idtree implementation can handle. But also 16777215 sessions on one tcp connection should be enough:-) metze | |||||
2009-05-22 | s3:smbd: implement SMB2 Logoff | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-05-21 | s3:smbd: we want to get the next command offset and not set it... | Stefan Metzmacher | 1 | -1/+1 | |
This should also fix the build on some hosts. metze | |||||
2009-05-20 | s3:smbd: check the incoming session id for SMB2 requests | Stefan Metzmacher | 1 | -2/+61 | |
metze | |||||
2009-05-20 | s3:smbd: implement SMB2 Session Setup with raw NTLMSSP | Stefan Metzmacher | 1 | -1/+8 | |
metze | |||||
2009-05-20 | s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itself | Stefan Metzmacher | 1 | -42/+42 | |
metze | |||||
2009-05-20 | s3:smbd: add smbd_smb2_request_done_ex() | Stefan Metzmacher | 1 | -5/+13 | |
Some times we have to return a non-error response with status != NT_STATUS_OK. metze | |||||
2009-05-20 | s3:smbd: fix initialized memory in SMB2 responses | Stefan Metzmacher | 1 | -4/+4 | |
MESSAGE_ID and SESSION_ID are both 64bit. metze | |||||
2009-05-20 | s3:smbd: add support for SMB2 Keepalive (SMB2 Echo) | Stefan Metzmacher | 1 | -0/+36 | |
metze | |||||
2009-05-20 | s3:smbd: add support for SMB2 Negotiate | Stefan Metzmacher | 1 | -0/+2 | |
This is not complete, but a start that makes the samba4 smb2 client happy. metze | |||||
2009-05-20 | s3:smbd: add infrastructure for SMB2 support | Stefan Metzmacher | 1 | -0/+961 | |
This is disabled by default and activated by "max protocol = SMB2". metze |