s3-server: add smb2 FSCTL_SRV_REQUEST_RESUME_KEY support
authorDavid Disseldorp <ddiss@suse.de>
Wed, 28 Sep 2011 12:35:03 +0000 (14:35 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Wed, 19 Sep 2012 03:59:03 +0000 (05:59 +0200)
commite66674370bd3d74bc6f54353a4855a7901bb5c33
tree0a7a5b5afb21d7a3bacb4fa51c1181525a61553b
parentaca2d5e86558c6e33f5c87162a7c18d594b970e3
s3-server: add smb2 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.
source3/Makefile.in
source3/smbd/smb2_ioctl_network_fs.c
source3/wscript_build