r25554: Convert last instances of BOOL, True and False to the standard types.
[jelmer/samba4-debian.git] / source / libcli / smb2 / close.c
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr16669: this calls don't expect any valid error codes...
2007-10-10 Stefan Metzmacherr15741: move smb2 request structures into the main...
2007-10-10 Stefan Metzmacherr15532: add a BOOL body_dynamic_present, because the...
2007-10-10 Andrew Tridgellr12006: don't require callers to fill in pad bytes...
2007-10-10 Stefan Metzmacherr11741: - the buffer code (first 2 bytes in the SMB2...
2007-10-10 Volker Lendecker11721: Fix warnings
2007-10-10 Andrew Tridgellr11715: added SMB2 read and write requests
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11691: added reply buffer code checks and oplock flags...
2007-10-10 Andrew Tridgellr11687: filled in 3 more fields in the close reply
2007-10-10 Andrew Tridgellr11680: added smb2_close(). This also demonstrates...