summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-17 09:09:48 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-17 21:52:24 -0700
commitf93d71651640e05500b59fcd8f33a4f2132313ff (patch)
tree2e56caf9ac0a047ae6d34830ef99511da11efd82 /librpc
parent90770e45c7136535e93900189bc46ca0570bfae2 (diff)
downloadsamba-f93d71651640e05500b59fcd8f33a4f2132313ff.tar.gz
samba-f93d71651640e05500b59fcd8f33a4f2132313ff.tar.bz2
samba-f93d71651640e05500b59fcd8f33a4f2132313ff.zip
s4-rpc: added NDR64 support
This adds support for the nd464 binding string option
Diffstat (limited to 'librpc')
-rw-r--r--librpc/rpc/binding.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/rpc/binding.c b/librpc/rpc/binding.c
index 652927b2c5..d773b8b591 100644
--- a/librpc/rpc/binding.c
+++ b/librpc/rpc/binding.c
@@ -84,7 +84,8 @@ static const struct {
{"padcheck", DCERPC_DEBUG_PAD_CHECK},
{"bigendian", DCERPC_PUSH_BIGENDIAN},
{"smb2", DCERPC_SMB2},
- {"hdrsign", DCERPC_HEADER_SIGNING}
+ {"hdrsign", DCERPC_HEADER_SIGNING},
+ {"ndr64", DCERPC_NDR64}
};
const char *epm_floor_string(TALLOC_CTX *mem_ctx, struct epm_floor *epm_floor)