s3-smb2: split ioctl handler code on device type
authorDavid Disseldorp <ddiss@suse.de>
Wed, 28 Sep 2011 09:42:06 +0000 (11:42 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Wed, 19 Sep 2012 03:59:03 +0000 (05:59 +0200)
commitaca2d5e86558c6e33f5c87162a7c18d594b970e3
tree6ab5614ea2b557172e3a126b12978c2528636a36
parentf3161e45597efc726eabe1a19801aae7dc4cb99a
s3-smb2: split ioctl handler code on device type
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