summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/create.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell1-9/+6
(This used to be commit a95413568f1e45691524dfd8e9159a3bafe358ea)
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell1-6/+5
bytes, not 20 bytes (metze, you were right!) (This used to be commit d3bcc6628cde9ddedf0fd408cbee573f133ce582)
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell1-0/+124
in the call tho. (This used to be commit 548fbd86b3b114493943b50669bdcba2f4ed87f2)