diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-06-25 12:51:50 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-06-26 04:12:33 +0000 |
commit | 6f9176e649661c458d82226e8fcef550ff870291 (patch) | |
tree | 6b6d90d2388516e5061a98c9ae1f08b86e00927d | |
parent | 9c7e8f3a356184ab64c7efc1db62ceb8487bffe1 (diff) | |
download | samba-6f9176e649661c458d82226e8fcef550ff870291.tar.gz |
librpc: Remove frsblobs.idl
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>
-rw-r--r-- | librpc/idl/frsblobs.idl | 31 | ||||
-rw-r--r-- | librpc/idl/wscript_build | 2 | ||||
-rw-r--r-- | librpc/wscript_build | 5 | ||||
-rw-r--r-- | source4/librpc/wscript_build | 1 |
4 files changed, 1 insertions, 38 deletions
diff --git a/librpc/idl/frsblobs.idl b/librpc/idl/frsblobs.idl deleted file mode 100644 index e5f0f936ef0..00000000000 --- a/librpc/idl/frsblobs.idl +++ /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 - ); -} diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index efb62796b03..d443a8edd52 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -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') diff --git a/librpc/wscript_build b/librpc/wscript_build index a5a7d236118..9f703ea6ef1 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -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' diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index ddcf02d579a..fc3890d3dd2 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -122,7 +122,6 @@ bld.SAMBA_SUBSYSTEM('ndr-table', NDR_PREG NDR_BKUPBLOBS NDR_FSCC - NDR_FRSBLOBS NDR_CLUSAPI NDR_WINSPOOL NDR_CAB |