auth/gensec: introduce gensec_security_ops.glue in order to avoid depending on GENSEC...
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Jul 2017 21:28:51 +0000 (23:28 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 25 Jul 2017 11:51:11 +0000 (13:51 +0200)
commiteb6b2b63e997967b9222741dff166ba73ec54064
treee9a45350fd13a6a325bca3864b5763f55413a711
parent692425f09a6d03a13861140f8e5446ca1e848887
auth/gensec: introduce gensec_security_ops.glue in order to avoid depending on GENSEC_OID_SPNEGO being special

In future we have get more backends that can negotiate other backends,
we should keep all of them even if we require kerberos.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
auth/gensec/gensec_internal.h
auth/gensec/gensec_start.c
auth/gensec/spnego.c