diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-07-25 21:26:28 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-07-26 21:44:30 +0200 |
commit | 7a633ed96b610d0d2d4e019a098c3a5da6784c23 (patch) | |
tree | c603331879ebcc979012d91d2e6129eff6df7166 /source4/librpc/idl | |
parent | 934cfb98809ff0200170ab1fc206af1312226cb0 (diff) | |
download | samba-7a633ed96b610d0d2d4e019a098c3a5da6784c23.tar.gz samba-7a633ed96b610d0d2d4e019a098c3a5da6784c23.tar.bz2 samba-7a633ed96b610d0d2d4e019a098c3a5da6784c23.zip |
dcerpc.idl: add DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flag
metze
(This used to be commit 131a1cfdc9a1228d9263c77bcd31b05d2946fd50)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 57028ffcbf..e54bc2c29f 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -253,6 +253,7 @@ interface dcerpc const uint8 DCERPC_PFC_FLAG_FIRST = 0x01; /* First fragment */ const uint8 DCERPC_PFC_FLAG_LAST = 0x02; /* Last fragment */ const uint8 DCERPC_PFC_FLAG_PENDING_CANCEL = 0x04; /* Cancel was pending at sender */ + const uint8 DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN = DCERPC_PFC_FLAG_PENDING_CANCEL; /* depends on the pdu type */ const uint8 DCERPC_PFC_FLAG_CONC_MPX = 0x10; /* supports concurrent multiplexing of a single connection. */ const uint8 DCERPC_PFC_FLAG_DID_NOT_EXECUTE = 0x20; /* on a fault it means the server hasn't done anything */ const uint8 DCERPC_PFC_FLAG_MAYBE = 0x40; /* `maybe' call semantics requested */ |