librpc: Remove frsblobs.idl
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Jun 2019 00:51:50 +0000 (12:51 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 26 Jun 2019 04:12:33 +0000 (04:12 +0000)
We can now dump public structures using ndrdump, so helper dump functions
are not required any more.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/idl/frsblobs.idl [deleted file]
librpc/idl/wscript_build
librpc/wscript_build
source4/librpc/wscript_build

diff --git a/librpc/idl/frsblobs.idl b/librpc/idl/frsblobs.idl
deleted file mode 100644 (file)
index e5f0f93..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-#include "idl_types.h"
-
-import "misc.idl";
-import "security.idl";
-import "frsrpc.idl";
-import "bkupblobs.idl";
-import "fscc.idl";
-/* frs related blobs decoding. Used for debug/dump of FRS related structures */
-
-[
-       pointer_default(unique),
-       helpstring("bkup blobs"),
-       uuid("12345777-1234-abcd-0001-00000004")
-]
-
-interface frsblobs
-{
-
-       void  decode_nt_backup_file(
-               [in] bkup_NTBackupFile file
-       );
-
-       void decode_frsrpc_StageHeader(
-               [in] frsrpc_StageHeader header,
-               [in] bkup_NTBackupFile data
-       );
-
-       void decode_FileNetworkOpenInformation(
-               [in] fscc_FileNetworkOpenInformation data
-       );
-}
index efb62796b03268f10f7b53e1cde1c48aa5480fc5..d443a8edd52be6729f9255a46cc69b14c654bcdd 100644 (file)
@@ -13,7 +13,7 @@ bld.SAMBA_PIDL_LIST('PIDL',
                        notify.idl
                        smb2_lease_struct.idl
                        policyagent.idl scerpc.idl svcctl.idl wkssvc.idl eventlog6.idl backupkey.idl
-                       fsrvp.idl bkupblobs.idl fscc.idl frsblobs.idl witness.idl clusapi.idl
+                       fsrvp.idl bkupblobs.idl fscc.idl witness.idl clusapi.idl
                        mdssvc.idl winspool.idl''',
                     options='--header --ndr-parser --samba3-ndr-server --server --client --python',
                     output_dir='../gen_ndr')
index a5a7d2361186162ac3d46fbb7c00f6c7c9597895..9f703ea6ef10f5c4cb77af3dfa775caf514b132e 100644 (file)
@@ -95,11 +95,6 @@ bld.SAMBA_SUBSYSTEM('NDR_FSCC',
        public_deps='ndr'
        )
 
-bld.SAMBA_SUBSYSTEM('NDR_FRSBLOBS',
-       source='gen_ndr/ndr_frsblobs.c',
-       public_deps='ndr'
-       )
-
 bld.SAMBA_SUBSYSTEM('NDR_POLICYAGENT',
     source='gen_ndr/ndr_policyagent.c',
     public_deps='ndr'
index ddcf02d579a589ffac93fb31a3f6eda2728117dd..fc3890d3dd2bb74649d5443bc25f4fbdcd943358 100644 (file)
@@ -122,7 +122,6 @@ bld.SAMBA_SUBSYSTEM('ndr-table',
                     NDR_PREG
                     NDR_BKUPBLOBS
                     NDR_FSCC
-                    NDR_FRSBLOBS
                     NDR_CLUSAPI
                     NDR_WINSPOOL
                     NDR_CAB