summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2
Commit message (Expand)AuthorAgeFilesLines
* r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell2007-10-103-0/+152
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-107-30/+71
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-102-10/+6
* r11683: fixed create callAndrew Tridgell2007-10-101-2/+2
* r11682: filled in access_mask in tcon replyAndrew Tridgell2007-10-102-5/+5
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2007-10-102-18/+12
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-104-10/+120
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-106-5/+192
* r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher2007-10-101-1/+1
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-105-1/+174
* r11671: - make sure req is initializedStefan Metzmacher2007-10-101-4/+8
* r11670: fix the buildStefan Metzmacher2007-10-101-2/+1
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2007-10-106-20/+84
* r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2007-10-102-0/+71
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2007-10-107-39/+153
* r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell2007-10-105-0/+687