summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth/npa_tstream.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-09-17 18:43:41 +0200
committerStefan Metzmacher <metze@samba.org>2009-09-18 20:34:42 +0200
commit825484ee6ddb803259477c3e2a44671c55d955b2 (patch)
tree8f49a7e4f11a2637c281825ca14229bf19deae40 /libcli/named_pipe_auth/npa_tstream.h
parentbb0644175a1342711b411d1e60a8fdc274e8c227 (diff)
downloadsamba-825484ee6ddb803259477c3e2a44671c55d955b2.tar.gz
samba-825484ee6ddb803259477c3e2a44671c55d955b2.tar.bz2
samba-825484ee6ddb803259477c3e2a44671c55d955b2.zip
libcli/named_pipe_auth: pass gssapi delegated credentials through the named pipe
metze
Diffstat (limited to 'libcli/named_pipe_auth/npa_tstream.h')
-rw-r--r--libcli/named_pipe_auth/npa_tstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.h b/libcli/named_pipe_auth/npa_tstream.h
index 34f2058f76..bff010f094 100644
--- a/libcli/named_pipe_auth/npa_tstream.h
+++ b/libcli/named_pipe_auth/npa_tstream.h
@@ -34,7 +34,8 @@ struct tevent_req *tstream_npa_connect_send(TALLOC_CTX *mem_ctx,
const struct tsocket_address *server,
const char *server_name,
const struct netr_SamInfo3 *info3,
- DATA_BLOB session_key);
+ DATA_BLOB session_key,
+ DATA_BLOB delegated_creds);
int _tstream_npa_connect_recv(struct tevent_req *req,
int *perrno,
TALLOC_CTX *mem_ctx,