summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_gssapi.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-24 10:35:25 -0400
committerSimo Sorce <idra@samba.org>2010-07-28 12:24:44 -0400
commit1abcbd70aed327ae5233423ce74662241fa9d21a (patch)
treee23aae883f6df3b55359339863d2a030f4f67d92 /source3/librpc/rpc/dcerpc_gssapi.h
parent135a82e78f9537fb7b7f4b82fb7cba065737675f (diff)
downloadsamba-1abcbd70aed327ae5233423ce74662241fa9d21a.tar.gz
samba-1abcbd70aed327ae5233423ce74662241fa9d21a.tar.bz2
samba-1abcbd70aed327ae5233423ce74662241fa9d21a.zip
s3-dcerpc: Add next authentication step with gssapi
Diffstat (limited to 'source3/librpc/rpc/dcerpc_gssapi.h')
-rw-r--r--source3/librpc/rpc/dcerpc_gssapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc_gssapi.h b/source3/librpc/rpc/dcerpc_gssapi.h
index c172cacc14..ea44e9e383 100644
--- a/source3/librpc/rpc/dcerpc_gssapi.h
+++ b/source3/librpc/rpc/dcerpc_gssapi.h
@@ -42,6 +42,7 @@ NTSTATUS gse_get_client_auth_token(TALLOC_CTX *mem_ctx,
DATA_BLOB *token_in,
DATA_BLOB *token_out);
+bool gse_require_more_processing(struct gse_context *gse_ctx);
DATA_BLOB gse_get_session_key(struct gse_context *gse_ctx);
#endif /* _CLI_PIPE_GSSAPI_H_ */