r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
authorAndrew Tridgell <tridge@samba.org>
Thu, 1 Dec 2005 00:18:29 +0000 (00:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:53 +0000 (13:46 -0500)
commit6615907b94eb2395ddf907e92a543ff0525b9d02
treeb95434fb1798f78ac2753cd55e4b2da19ea26fde
parenta9cdc6321ac1aeafae6200afefd12f83c5786868
r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that
it only appeared to be like a SMBtrans request as it was being called
with function 0x11c017 which is "named pipe read write"

I wonder if this means we could do DCE/RPC over SMB using ntioctl
calls as well?
(This used to be commit f2b8857797328be64b0b85e875ae6d108e2aeaaa)
source4/include/ioctl.h
source4/include/structs.h
source4/libcli/smb2/config.mk
source4/libcli/smb2/ioctl.c [moved from source4/libcli/smb2/trans.c with 79% similarity]
source4/libcli/smb2/smb2.h
source4/libcli/smb2/smb2_calls.h
source4/librpc/rpc/dcerpc_smb2.c