s3-librpc Call GSSAPI via the auth_generic layer and gensec
authorAndrew Bartlett <abartlet@samba.org>
Mon, 2 Jan 2012 02:06:29 +0000 (13:06 +1100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2012 15:23:22 +0000 (16:23 +0100)
commite012ad9d8b7cea3a86841fe92b80627a6d07d459
tree7ccd7a5650d5f6d3a21cc7e9846402002419cb12
parent1b6356298ceeb21ebcb125e239316fb29ff623fc
s3-librpc Call 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 when required for AD-server operation.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/auth/auth_generic.c
source3/librpc/rpc/dcerpc_helpers.c
source3/rpc_client/cli_pipe.c
source3/rpc_server/srv_pipe.c
source3/rpcclient/rpcclient.c