summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/create.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell1-2/+2
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-36/+23
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-3/+0
2007-10-10r11694: fixed 2 valgrind errorsAndrew Tridgell1-1/+1
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell1-11/+17
2007-10-10r11683: fixed create callAndrew Tridgell1-2/+2
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell1-9/+6
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell1-6/+5
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell1-0/+124