diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-17 09:09:48 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-17 15:19:27 -0700 |
commit | c9b0b89cc06531cb57f89b9f98d33d6e0c300957 (patch) | |
tree | e09108a31dae6fa1cef5b7337a6ff1233d3a0443 /librpc/rpc/binding.c | |
parent | 056cbf7f816a6d01bc0ef3105eca43b4aeee9116 (diff) | |
download | samba-c9b0b89cc06531cb57f89b9f98d33d6e0c300957.tar.gz |
s4-rpc: added NDR64 support
This adds support for the nd464 binding string option
Diffstat (limited to 'librpc/rpc/binding.c')
-rw-r--r-- | librpc/rpc/binding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/rpc/binding.c b/librpc/rpc/binding.c index 652927b2c5a..d773b8b5913 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) |