summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-12-13 15:56:55 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-12-18 08:05:05 +0000
commitad9a81c6a933558e8ae5ccbdcb329e9effc82bb0 (patch)
tree56f55feec1632037e373b00862bdbebff93ca65a /librpc
parent5eac5813cc42ab4f17858e61cc512bace4d3bad2 (diff)
downloadsamba-ad9a81c6a933558e8ae5ccbdcb329e9effc82bb0.tar.gz
librpc: Move winstation.idl to the top level and exclude from fuzzing
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Dec 18 08:05:05 UTC 2019 on sn-devel-184
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/winstation.idl13
-rw-r--r--librpc/idl/wscript_build1
-rw-r--r--librpc/wscript_build5
3 files changed, 19 insertions, 0 deletions
diff --git a/librpc/idl/winstation.idl b/librpc/idl/winstation.idl
new file mode 100644
index 00000000000..fb02fa73df5
--- /dev/null
+++ b/librpc/idl/winstation.idl
@@ -0,0 +1,13 @@
+/*
+ winstation interface definition
+*/
+
+#include "idl_types.h"
+
+[ uuid("5ca4a760-ebb1-11cf-8611-00a0245420ed"),
+ version(1.0),
+ helpstring("Terminal Services remote management")
+] interface winstation
+{
+ void winstation_foo();
+}
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index 830308491da..b66f27be901 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -92,6 +92,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
scerpc.idl
trkwks.idl
w32time.idl
+ winstation.idl
wzcsvc.idl
''',
options='--header --ndr-parser',
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 50cbed7e824..5eb78e6010a 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -449,6 +449,11 @@ bld.SAMBA_SUBSYSTEM('NDR_MESSAGING',
public_deps='ndr NDR_SERVER_ID'
)
+bld.SAMBA_SUBSYSTEM('NDR_WINSTATION',
+ source='gen_ndr/ndr_winstation.c',
+ public_deps='ndr'
+ )
+
bld.SAMBA_SUBSYSTEM('RPC_NDR_ATSVC',
source='gen_ndr/ndr_atsvc_c.c',
public_deps='dcerpc-binding NDR_ATSVC'