summaryrefslogtreecommitdiff
path: root/source4/ntvfs/smb2/vfs_smb2.c
AgeCommit message (Collapse)AuthorFilesLines
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-1/+8
(This used to be commit 1323aab11fbf346e19c4cef227d727ddfcaa7d60)
2008-05-16added SMB2 proxying for unlinkAndrew Tridgell1-427/+43
(This used to be commit a5459bd88092863668db199953458fe97162240c)
2008-05-15added handlers for connect, search_first and fsinfo. Andrew Tridgell1-152/+225
Directory listing in smbclient now works (This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1)
2008-05-15started new vfs_smb2 moduleAndrew Tridgell1-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)