summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/request.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...Stefan Metzmacher2009-07-151-4/+6
* s4:libcli/smb2: add smb2_transport_credits_ask_num()Stefan Metzmacher2009-06-091-2/+2
* s4:libcli/smb2: only add the 1 byte dynamic buffer padding for non compounded...Stefan Metzmacher2009-06-091-2/+6
* s4:libcli/smb2: add support sending compounded requestsStefan Metzmacher2009-06-091-6/+28
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-9/+9
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+2
* s4:libcli/smb2: fix c++ warningStefan Metzmacher2009-02-051-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* - SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL for buffer sizeAndrew Tridgell2008-09-241-15/+39
* private -> private_data for struct smb2_requestAndrew Tridgell2008-05-161-8/+17
* fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-4/+4
* handle pushing of zero length smb2 stringsAndrew Tridgell2008-02-181-0/+6
* fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell2008-02-161-10/+31
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-141-0/+27
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-1/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-0/+15
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-7/+7
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-2/+3
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-2/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-10/+10
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-0/+1
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-101-12/+12
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2007-10-101-2/+9
* r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher2007-10-101-8/+8
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-101-2/+2
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-101-8/+25
* r16566: add pull function for a site32/offset32 blobStefan Metzmacher2007-10-101-0/+24
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2007-10-101-0/+8
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-3/+14
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-1/+1
* r14434: use the right enum typeAndrew Tridgell2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell2007-10-101-1/+1
* r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell2007-10-101-0/+6
* r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell2007-10-101-0/+51
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-101-80/+92
* r11751: fixed the req->out.size calculation (it needs to be the completeAndrew Tridgell2007-10-101-2/+4
* r11743: - push the length at the correct offsetStefan Metzmacher2007-10-101-2/+9
* r11742: fix pushing of 0 length blobsStefan Metzmacher2007-10-101-0/+18
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-44/+246
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-101-32/+27
* r11721: Fix warningsVolker Lendecke2007-10-101-3/+3