diff options
author | David Disseldorp <ddiss@suse.de> | 2011-09-27 16:40:20 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2011-10-31 17:55:05 +0100 |
commit | 8abaafadde887a22e803f93b3b801b732495ad98 (patch) | |
tree | fffbdda3b9ad8e7375bf96bd4fcf6b833f112687 /librpc | |
parent | 2e1168d0a84d49b7858725d580491e970d6b4f64 (diff) | |
download | samba-8abaafadde887a22e803f93b3b801b732495ad98.tar.gz samba-8abaafadde887a22e803f93b3b801b732495ad98.tar.bz2 samba-8abaafadde887a22e803f93b3b801b732495ad98.zip |
s4-torture: Add tests for the smb2 copychunk ioctl
Add idls for parsing of copychunk ioctl args.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/wscript_build | 2 | ||||
-rw-r--r-- | librpc/wscript_build | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index ffb7a9c808..d2112b47d8 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -27,7 +27,7 @@ bld.SAMBA_PIDL_LIST('PIDL', output_dir='../gen_ndr') bld.SAMBA_PIDL_LIST('PIDL', - 'rap.idl ntprinting.idl preg.idl', + 'rap.idl ntprinting.idl preg.idl ioctl.idl', options='--header --ndr-parser', output_dir='../gen_ndr') diff --git a/librpc/wscript_build b/librpc/wscript_build index 14289a1e91..dc35de5ecc 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -563,6 +563,11 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_DNSSERVER', public_deps='dcerpc-binding ndr-standard' ) +bld.SAMBA_SUBSYSTEM('NDR_IOCTL', + source='gen_ndr/ndr_ioctl.c', + public_deps='ndr' + ) + # a grouping library for NDR subsystems that may be used by more than one target bld.SAMBA_LIBRARY('ndr-samba', source=[], |