summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/create.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-1/+1
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-1/+1
2007-10-10r11888: - added SMB2 trans supportAndrew Tridgell1-1/+1
2007-10-10r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell1-17/+10
2007-10-10r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell1-2/+63
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