r11680: added smb2_close(). This also demonstrates that file handles are 16
authorAndrew Tridgell <tridge@samba.org>
Fri, 11 Nov 2005 13:08:31 +0000 (13:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:12 +0000 (13:46 -0500)
commit1b2e8caad3fb01ea3b61bda63965d324de61c815
treea0123f28fdae3634034a515507cb953723f6909b
parent2e753f851885930000eadbd4b69660d85124c716
r11680: added smb2_close(). This also demonstrates that file handles are 16
bytes, not 20 bytes (metze, you were right!)
(This used to be commit d3bcc6628cde9ddedf0fd408cbee573f133ce582)
source4/include/structs.h
source4/libcli/smb2/close.c [new file with mode: 0644]
source4/libcli/smb2/config.mk
source4/libcli/smb2/create.c
source4/libcli/smb2/smb2_calls.h
source4/torture/smb2/connect.c