summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/close.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher1-1/+1
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-1/+1
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher1-1/+1
2007-10-10r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell1-1/+1
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-8/+3
2007-10-10r11721: Fix warningsVolker Lendecke1-1/+1
2007-10-10r11715: added SMB2 read and write requestsAndrew Tridgell1-2/+1
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-2/+3
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell1-4/+6
2007-10-10r11687: filled in 3 more fields in the close replyAndrew Tridgell1-5/+3
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell1-0/+85