summaryrefslogtreecommitdiff
path: root/librpc/rpc
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 15:19:27 -0700
commitc9b0b89cc06531cb57f89b9f98d33d6e0c300957 (patch)
treee09108a31dae6fa1cef5b7337a6ff1233d3a0443 /librpc/rpc
parent056cbf7f816a6d01bc0ef3105eca43b4aeee9116 (diff)
downloadsamba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.tar.gz
samba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.tar.bz2
samba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.zip
s4-rpc: added NDR64 support
This adds support for the nd464 binding string option
Diffstat (limited to 'librpc/rpc')
-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)