summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/create.c
Commit message (Expand)AuthorAgeFilesLines
* r11888: - added SMB2 trans supportAndrew Tridgell2007-10-101-1/+1
* r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell2007-10-101-17/+10
* r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell2007-10-101-2/+63
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-101-2/+2
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-36/+23
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-101-3/+0
* r11694: fixed 2 valgrind errorsAndrew Tridgell2007-10-101-1/+1
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-11/+17
* r11683: fixed create callAndrew Tridgell2007-10-101-2/+2
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2007-10-101-9/+6
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-101-6/+5
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-101-0/+124