Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-16 | added SMB2 proxying for unlink | Andrew Tridgell | 1 | -427/+43 | |
(This used to be commit a5459bd88092863668db199953458fe97162240c) | |||||
2008-05-15 | added handlers for connect, search_first and fsinfo. | Andrew Tridgell | 1 | -152/+225 | |
Directory listing in smbclient now works (This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1) | |||||
2008-05-15 | started new vfs_smb2 module | Andrew Tridgell | 1 | -0/+1137 | |
This new module is based on the vfs_cifs module. The idea is to create a backend which maps SMB requests to a SMB2 server. This will allow existing test suites for SMB to be run against our SMB2 client and server code. It will also help validate our SMB2 client library, probably leading to some API changes to make it flexible enough (This used to be commit 6ea8295a64ff5425def11b0d1cd988ef000320be) |