summaryrefslogtreecommitdiff
path: root/source3/auth/proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-26 14:40:33 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:04 +1000
commit9f663270fd7d40dbaf258fe6818685d42249a827 (patch)
tree33e966fa244efcfb3e130e6b2a33cfe827818939 /source3/auth/proto.h
parent23bbf4e75850badaac7359643f9479bfa9d68a4e (diff)
downloadsamba-9f663270fd7d40dbaf258fe6818685d42249a827.tar.gz
samba-9f663270fd7d40dbaf258fe6818685d42249a827.tar.bz2
samba-9f663270fd7d40dbaf258fe6818685d42249a827.zip
s3-auth Add function to start any GENSEC mech by OID
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/auth/proto.h')
-rw-r--r--source3/auth/proto.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/auth/proto.h b/source3/auth/proto.h
index b9bc748b95..82bf203b57 100644
--- a/source3/auth/proto.h
+++ b/source3/auth/proto.h
@@ -70,11 +70,12 @@ NTSTATUS auth_netlogond_init(void);
/* The following definitions come from auth/auth_ntlmssp.c */
NTSTATUS auth_ntlmssp_steal_session_info(TALLOC_CTX *mem_ctx,
- struct auth_ntlmssp_state *auth_ntlmssp_state,
- struct auth_session_info **session_info);
+ struct auth_ntlmssp_state *auth_ntlmssp_state,
+ struct auth_session_info **session_info);
NTSTATUS auth_ntlmssp_prepare(const struct tsocket_address *remote_address,
- struct auth_ntlmssp_state **auth_ntlmssp_state);
+ struct auth_ntlmssp_state **auth_ntlmssp_state);
NTSTATUS auth_ntlmssp_start(struct auth_ntlmssp_state *auth_ntlmssp_state);
+NTSTATUS auth_generic_start(struct auth_ntlmssp_state *auth_ntlmssp_state, const char *oid);
/* The following definitions come from auth/auth_sam.c */