summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/smb2
Commit message (Collapse)AuthorAgeFilesLines
* s4:ntvfs/smb2: s/private/pStefan Metzmacher2009-02-021-39/+39
| | | | metze
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-1/+2
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-1/+3
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-1/+3
|
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
|
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-2/+4
| | | | | | | | This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a)
* added SMB2 proxying of rmdirAndrew Tridgell2008-05-191-1/+12
| | | | (This used to be commit 1e0c24b2760f2a632333b51710cd9581f0cee851)
* added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-1/+8
| | | | (This used to be commit 1323aab11fbf346e19c4cef227d727ddfcaa7d60)
* added SMB2 proxying for unlinkAndrew Tridgell2008-05-161-427/+43
| | | | (This used to be commit a5459bd88092863668db199953458fe97162240c)
* added handlers for connect, search_first and fsinfo. Andrew Tridgell2008-05-151-152/+225
| | | | | Directory listing in smbclient now works (This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1)
* started new vfs_smb2 moduleAndrew Tridgell2008-05-151-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)