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)
committerJeremy Allison <jra@samba.org>
Wed, 16 Jan 2013 22:15:06 +0000 (23:15 +0100)
commit14bd6c8b0954ad58ac4e3e157835594c26bfa97a
tree77c02b03dc0460cab603b71a1ba339560369f681
parent958b21c28dacad38cd64e79ca7d77cd8acc20dd0
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>
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