Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-22 | s3:smbd: implement SMB2 Tree Connect | Stefan Metzmacher | 1 | -0/+13 | |
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 | -2/+2 | |
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 | -0/+45 | |
metze | |||||
2009-05-20 | s3:smbd: check the incoming session id for SMB2 requests | Stefan Metzmacher | 1 | -0/+31 | |
metze | |||||
2009-05-20 | s3:smbd: implement SMB2 Session Setup with raw NTLMSSP | Stefan Metzmacher | 1 | -0/+190 | |
metze |