From ced449b016631347d308643ea1de47a260f4671a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 25 Nov 2005 05:25:37 +0000 Subject: r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the flag 'smb2' in the dcerpc binding string. This gives a pretty good test to the new SMB2 trans call. (This used to be commit f99bef585d4c1e52becc06b581bd5aaa62cf9dd7) --- source4/librpc/rpc/dcerpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/librpc/rpc/dcerpc.h') diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index a526ed5a01..e1285c349f 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -142,6 +142,8 @@ struct dcerpc_pipe { /* enable krb5 auth */ #define DCERPC_AUTH_KRB5 (1<<16) +#define DCERPC_SMB2 (1<<17) + /* this is used to find pointers to calls */ -- cgit