s3-auth: Pass service_description into gensec via auth_generic_prepare()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 20 Feb 2017 01:17:34 +0000 (14:17 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Mar 2017 00:37:25 +0000 (02:37 +0200)
commitd82ac32eb744a0e3883b1d09832131ff9bc9bcad
treeeb9ff6764aa2f101b8acc38512989a95fbf3ccb1
parentaf9d4807399ff73a5d4baab713ef3731de0f5d62
s3-auth: Pass service_description into gensec via auth_generic_prepare()

This allows the GENSEC service description to be set from the various callers
that go via this function.

The RPC service description is the name of the interface from the IDL.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz>
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
source3/auth/auth_generic.c
source3/auth/proto.h
source3/rpc_server/dcesrv_auth_generic.c
source3/rpc_server/dcesrv_auth_generic.h
source3/rpc_server/srv_pipe.c
source3/smbd/negprot.c
source3/smbd/seal.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c