summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-06-19 16:48:48 +0200
committerKarolin Seeger <kseeger@samba.org>2015-07-11 21:59:25 +0200
commitc0432c2c066ea2630a6bb215ad582e08666f9094 (patch)
treeb8e53f940583418ba873a55e8527e7ed468c8697
parent55709541204cb1066c13744a4c577bf3c02b2e3c (diff)
downloadsamba-c0432c2c066ea2630a6bb215ad582e08666f9094.tar.gz
dcerpc.idl: add DCERPC_AUTH_PAD_ALIGNMENT (=16)
Windows pads the payload aligned to 16 bytes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11061 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 2cb3ec5856ab5b7edad8ffd67a5d0f927c161138)
-rw-r--r--librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl
index 86f22a4b8c8..f14461c7904 100644
--- a/librpc/idl/dcerpc.idl
+++ b/librpc/idl/dcerpc.idl
@@ -204,6 +204,7 @@ interface dcerpc
} dcerpc_auth;
const uint8 DCERPC_AUTH_TRAILER_LENGTH = 8;
+ const uint8 DCERPC_AUTH_PAD_ALIGNMENT = 16;
typedef [public] struct {
[value(0)] uint32 _pad;