summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-06 21:35:07 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-07 15:40:20 +0200
commit50f82609b5833b2f242bc7d5adddeb56480fa2bb (patch)
tree00920556557814adfc1768b2bbd292a4de8b11ab /source4/librpc/rpc/dcerpc.h
parentb3573ce76eb053bf262b4ddea5a0fedf416d1ede (diff)
downloadsamba-50f82609b5833b2f242bc7d5adddeb56480fa2bb.tar.gz
samba-50f82609b5833b2f242bc7d5adddeb56480fa2bb.tar.bz2
samba-50f82609b5833b2f242bc7d5adddeb56480fa2bb.zip
librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
You can trigger it like this: ncacn_ip_tcp:172.31.9.234[sign,hdrsign] or ncacn_ip_tcp:172.31.9.234[seal,hdrsign] metze (This used to be commit 54f1fca582b1474693b5ee11b7b847086d27f75f)
Diffstat (limited to 'source4/librpc/rpc/dcerpc.h')
-rw-r--r--source4/librpc/rpc/dcerpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h
index 487f9f2eda..1fd56cb052 100644
--- a/source4/librpc/rpc/dcerpc.h
+++ b/source4/librpc/rpc/dcerpc.h
@@ -163,6 +163,9 @@ struct dcerpc_pipe {
/* this triggers the DCERPC_PFC_FLAG_CONC_MPX flag in the bind request */
#define DCERPC_CONCURRENT_MULTIPLEX (1<<19)
+/* this triggers the DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flag in the bind request */
+#define DCERPC_HEADER_SIGNING (1<<20)
+
/* this describes a binding to a particular transport/pipe */
struct dcerpc_binding {
enum dcerpc_transport_t transport;