summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/request.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher1-8/+8
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher1-2/+2
2007-10-10r16705: fix a bug found by valgrind...Stefan Metzmacher1-8/+25
2007-10-10r16566: add pull function for a site32/offset32 blobStefan Metzmacher1-0/+24
2007-10-10r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher1-0/+1
2007-10-10r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher1-0/+8
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-3/+14
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+1
2007-10-10r14434: use the right enum typeAndrew Tridgell1-1/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell1-1/+1
2007-10-10r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell1-0/+6
2007-10-10r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell1-0/+51
2007-10-10r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell1-80/+92
2007-10-10r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell1-2/+4
2007-10-10r11743: - push the length at the correct offsetStefan Metzmacher1-2/+9
2007-10-10r11742: fix pushing of 0 length blobsStefan Metzmacher1-0/+18
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-44/+246
2007-10-10r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher1-32/+27
2007-10-10r11721: Fix warningsVolker Lendecke1-3/+3
2007-10-10r11715: added SMB2 read and write requestsAndrew Tridgell1-0/+12
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-1/+1
2007-10-10r11692: added a full composite (async) spnego session setup for SMB2. ThisAndrew Tridgell1-0/+4
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell1-0/+16
2007-10-10r11675: a more general way of getting rid of compiler warnings and errorsStefan Metzmacher1-1/+1
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell1-0/+37
2007-10-10r11670: fix the buildStefan Metzmacher1-2/+1
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell1-2/+54
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell1-16/+0
2007-10-10r11662: the beginnings of a SMB2 client library. Very hackish, meant for expe...Andrew Tridgell1-0/+171