summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11683: fixed create callAndrew Tridgell1-2/+2
2007-10-10r11682: filled in access_mask in tcon replyAndrew Tridgell2-5/+5
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2-18/+12
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell4-10/+120
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell6-5/+192
2007-10-10r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher1-1/+1
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell5-1/+174
2007-10-10r11671: - make sure req is initializedStefan Metzmacher1-4/+8
2007-10-10r11670: fix the buildStefan Metzmacher1-2/+1
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell6-20/+84
2007-10-10r11666: filled in the basic session setup. Vista happily accepts the firstAndrew Tridgell2-0/+71
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell7-39/+153
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell5-0/+687