summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_spnego.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-29 16:34:39 -0400
committerSimo Sorce <idra@samba.org>2010-07-30 14:55:27 -0400
commit984438ca1522bfc2d882b2e3e7e8db187577e05a (patch)
treef2dc3d43598bfe6abfd05f0d57358ac088c79309 /source3/librpc/rpc/dcerpc_spnego.h
parent0b24e8e869207dcb567b61272794daef48ee492a (diff)
downloadsamba-984438ca1522bfc2d882b2e3e7e8db187577e05a.tar.gz
samba-984438ca1522bfc2d882b2e3e7e8db187577e05a.tar.bz2
samba-984438ca1522bfc2d882b2e3e7e8db187577e05a.zip
s3-dcerpc: add sign/seal support when using SPNEGO/KRB5
Diffstat (limited to 'source3/librpc/rpc/dcerpc_spnego.h')
-rw-r--r--source3/librpc/rpc/dcerpc_spnego.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc_spnego.h b/source3/librpc/rpc/dcerpc_spnego.h
index 7f48f39498..08458b246f 100644
--- a/source3/librpc/rpc/dcerpc_spnego.h
+++ b/source3/librpc/rpc/dcerpc_spnego.h
@@ -39,4 +39,8 @@ NTSTATUS spnego_get_client_auth_token(TALLOC_CTX *mem_ctx,
bool spnego_require_more_processing(struct spnego_context *sp_ctx);
+NTSTATUS spnego_get_negotiated_mech(struct spnego_context *sp_ctx,
+ enum dcerpc_AuthType *auth_type,
+ void **auth_context);
+
#endif /* _DCERPC_SPENGO_H_ */