diff options
author | David Disseldorp <ddiss@samba.org> | 2015-03-05 01:41:47 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-03-07 20:01:20 +0100 |
commit | eca0553d25e25d0983501f02e95ef50976c35cf0 (patch) | |
tree | 467fd44d4cd3f0fbf327f9e372627bb3f00cd35e /librpc | |
parent | 5ba377f3df61647e259d40a6fa24dc8445618cda (diff) | |
download | samba-eca0553d25e25d0983501f02e95ef50976c35cf0.tar.gz |
torture/fsrvp: remove verification trailer magic field
During initial wire trace analysis, the DCE/RPC PDU verification trailer
was incorrectly identified and tagged in IDL as an FSRVP "magic" blob.
This change removes the incorrectly tagged FSRVP request fields and
corresponding test code - with 1e1b7b1021b16e3ab61c2fca8328c94e60a2c99c
verification trailer parsing is now tested separately.
Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Mar 7 20:01:20 CET 2015 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/fsrvp.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/librpc/idl/fsrvp.idl b/librpc/idl/fsrvp.idl index b73392f21e6..aebd6890d77 100644 --- a/librpc/idl/fsrvp.idl +++ b/librpc/idl/fsrvp.idl @@ -38,7 +38,6 @@ import "misc.idl"; const uint32 FSRVP_RPC_VERSION_1 = 0x000000001; DWORD fss_GetSupportedVersion( - [in] uint8 magic[52], /* wire */ [out] uint32 *MinVersion, [out] uint32 *MaxVersion); @@ -82,7 +81,6 @@ import "misc.idl"; DWORD fss_IsPathSupported( [in] [string,charset(UTF16)] uint16 *ShareName, - [in] uint8 magic[52], /* wire */ [out] boolean32 *SupportedByThisProvider, [out] [string,charset(UTF16)] uint16 **OwnerMachineName); |