summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/close.c
Commit message (Expand)AuthorAgeFilesLines
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
* 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-8/+3
* r11721: Fix warningsVolker Lendecke2007-10-101-1/+1
* r11715: added SMB2 read and write requestsAndrew Tridgell2007-10-101-2/+1
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2007-10-101-2/+3
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-4/+6
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2007-10-101-5/+3
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2007-10-101-0/+85