summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/read.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-241-0/+2
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-4/+9
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18715: 0x8 style status returns should also fail here (thanks metze)Andrew Tridgell2007-10-101-1/+1
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-2/+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
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell2007-10-101-1/+1
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-20/+14
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-101-5/+1
* r11721: Fix warningsVolker Lendecke2007-10-101-1/+1
* r11715: added SMB2 read and write requestsAndrew Tridgell2007-10-101-0/+95