summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/create.c
Commit message (Expand)AuthorAgeFilesLines
* s4:smb2: Add rudimentary SMB2.1 lease support to libcliZach Loafman2009-03-281-0/+30
* fixed offset for maximal access responseAndrew Tridgell2008-05-291-1/+1
* updated comment based on MS-SMB2 docsAndrew Tridgell2008-05-281-1/+2
* ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell2008-05-281-1/+16
* expose a function for pushing all SMB2 create blobsAndrew Tridgell2008-05-281-17/+36
* added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-281-7/+179
* don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell2008-05-271-5/+6
* fix make test for EAs againAndrew Tridgell2008-05-231-2/+2
* pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-221-2/+2
* libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2008-04-171-23/+71
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-26/+26
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-5/+5
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-3/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher2007-10-101-3/+3
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-101-1/+0
* r20647: add cluster codeAndrew Tridgell2007-10-101-0/+1
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-1/+1
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
* 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