Age | Commit message (Expand) | Author | Files | Lines |
2010-05-21 | Make DFS work over SMB2. | Jeremy Allison | 1 | -5/+29 |
2010-05-19 | Fix connecting to [homes] share over SMB2. | Jeremy Allison | 1 | -3/+20 |
2010-05-07 | When tearing down the connection make sure we close all files before | Jeremy Allison | 1 | -0/+1 |
2010-05-07 | Fix crash in cancel-tdis lock test. Correctly shut down connection. | Jeremy Allison | 1 | -1/+1 |
2010-04-26 | Correctly report share types (now Win7 makes RPC calls against us). | Jeremy Allison | 1 | -1/+7 |
2010-04-17 | First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri... | Jeremy Allison | 1 | -9/+18 |
2010-04-07 | On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti... | Jeremy Allison | 1 | -0/+19 |
2010-02-24 | Make conn_close_all() safe to call from SMB2 sessions (fix crash bug). | Jeremy Allison | 1 | -2/+4 |
2009-12-06 | streamline some log levels for invalid servicenames | Christian Ambach | 1 | -1/+1 |
2009-08-12 | libcli: move some common SMB and SMB2 stuff into libcli/smb/ | Stefan Metzmacher | 1 | -1/+1 |
2009-08-12 | s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2 | Stefan Metzmacher | 1 | -1/+3 |
2009-08-08 | s3:smbd: rename conn => sconn for smbd_server_connection structs | Stefan Metzmacher | 1 | -1/+1 |
2009-08-07 | s3:smbd: add a smbd_server_connection pointer to connection_struct | Stefan Metzmacher | 1 | -1/+1 |
2009-06-04 | s3:smbd: call set_current_service() when a SMB2 tcon will be used | Stefan Metzmacher | 1 | -0/+5 |
2009-06-03 | s3:smbd: return more details in the SMB2 Tree Connect response | Stefan Metzmacher | 1 | -6/+32 |
2009-06-03 | s3:smbd: create a connection_struct in SMB2 Tree Connect | Stefan Metzmacher | 1 | -0/+19 |
2009-05-22 | s3:smbd: implement SMB2 Tree Disconnect | Stefan Metzmacher | 1 | -0/+36 |
2009-05-22 | s3:smbd: implement SMB2 Tree Connect | Stefan Metzmacher | 1 | -0/+196 |