1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/auth/gensec
Stefan Metzmacher 6ec32d7e12 auth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHANNEL backend if required
Even with CRED_MUST_USE_KERBEROS we should keep the DCERPC_AUTH_TYPE_SCHANNEL
backend arround, this can only be specified explicitely by the caller
and cli_credentials_get_netlogon_creds() != NULL is the strong indication
that the caller is using DCERPC_AUTH_TYPE_SCHANNEL *now*.

With trusts against AD domain we can reliable use kerberos and netlogon
secure channel for authentication.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-12-19 13:15:13 +01:00
..
external.c Add SASL/EXTERNAL gensec module 2013-09-18 19:47:55 +02:00
gensec_internal.h auth/gensec: make it possible to implement async backends 2013-08-10 09:19:03 +02:00
gensec_start.c auth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHANNEL backend if required 2014-12-19 13:15:13 +01:00
gensec_util.c auth: gensec: asn1 fixes - check all returns. 2014-09-26 00:51:16 +02:00
gensec.c auth/gensec: remove tevent_context argument from gensec_update() 2014-03-27 00:36:32 +01:00
gensec.h auth/gensec: remove tevent_context argument from gensec_update() 2014-03-27 00:36:32 +01:00
gensec.pc.in auth: move gensec_start.c to the top level 2011-10-11 13:41:36 +11:00
ncalrpc.c gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend 2014-04-24 11:21:05 +02:00
schannel.c auth/gensec: use auth_ctx->generate_session_info() for schannel 2014-04-24 11:21:05 +02:00
spnego.c auth: Pass though error from GENSEC sub-mechanism 2014-04-02 17:12:45 +02:00
wscript_build gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend 2014-04-24 11:21:05 +02:00