smb2_ioctl: split ioctl handler code on device type
authorDavid Disseldorp <ddiss@suse.de>
Tue, 15 Jan 2013 16:22:57 +0000 (17:22 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Apr 2013 16:15:13 +0000 (18:15 +0200)
commitb944e3eb33bbb97d94d3e107e2204e9c8a144514
tree06367c613400df31819f47868a763d4a6bae3b66
parent13d80e1e55f68d208b2ce63fd4adadf103792556
smb2_ioctl: split ioctl handler code on device type

Add per device type ioctl handler source files for FSCTL_DFS,
FSCTL_FILESYSTEM, FSCTL_NAMED_PIPE and FSCTL_NETWORK_FILESYSTEM.

Reviewed by: Jeremy Allison <jra@samba.org>

(cherry picked from commit 14bd6c8b0954ad58ac4e3e157835594c26bfa97a)
libcli/smb/smb_constants.h
source3/Makefile.in
source3/smbd/smb2_ioctl.c
source3/smbd/smb2_ioctl_dfs.c [new file with mode: 0644]
source3/smbd/smb2_ioctl_filesys.c [new file with mode: 0644]
source3/smbd/smb2_ioctl_named_pipe.c [new file with mode: 0644]
source3/smbd/smb2_ioctl_network_fs.c [new file with mode: 0644]
source3/smbd/smb2_ioctl_private.h [new file with mode: 0644]
source3/wscript_build