s3-librpc Call SPENGO/GSSAPI via the auth_generic layer and gensec
authorAndrew Bartlett <abartlet@samba.org>
Mon, 2 Jan 2012 04:38:38 +0000 (15:38 +1100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2012 15:23:22 +0000 (16:23 +0100)
commit0c1b4c232135ebdef58bb5e697dfc60ddbb358bc
tree7032ecc992927aa684e1cd38310b39ca05571a69
parent53cc9c6a3016b6ba95f280eb68600bdc21a6eed7
s3-librpc Call SPENGO/GSSAPI via the auth_generic layer and gensec

This simplifies a lot of code, as we know we are always dealing
with a struct gensec_security, and allows the gensec module being
used to implement GSSAPI to be swapped for AD-server operation.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/librpc/crypto/cli_spnego.c
source3/librpc/crypto/spnego.h
source3/librpc/rpc/dcerpc_helpers.c
source3/rpc_client/cli_pipe.c
source3/rpc_server/dcesrv_spnego.c
source3/rpc_server/srv_pipe.c