smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY support
authorDavid Disseldorp <ddiss@suse.de>
Tue, 15 Jan 2013 16:22:58 +0000 (17:22 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 16 Jan 2013 22:15:06 +0000 (23:15 +0100)
commit2bde9636888067210dc38523b6fafaa0b179ec3b
tree27a1e964d0dd8788837dce96e976752ab30cb1cf
parent14bd6c8b0954ad58ac4e3e157835594c26bfa97a
smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY support

Use existing ioctl IDL infrastructure for marshalling. Support for this
ioctl is a prerequisite for FSCTL_SRV_COPYCHUNK handling.
The client-opaque resume key is constructed using the server side
dev/inode file identifier.

Reviewed by: Jeremy Allison <jra@samba.org>
source3/Makefile.in
source3/smbd/smb2_ioctl_network_fs.c
source3/wscript_build