summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/create.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell1-26/+26
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-5/+5
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-3/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher1-3/+3
2007-10-10r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell1-1/+0
2007-10-10r20647: add cluster codeAndrew Tridgell1-0/+1
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