s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server
authorAndrew Bartlett <abartlet@samba.org>
Fri, 22 Jul 2011 02:10:30 +0000 (12:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:03 +0000 (18:48 +1000)
commit778bf87d8dbae333bfeea3b0d904fd2b17782745
treedbeae46a1920124cb5709174e2b19adba304b15b
parent6d7ac4f1ad364cac6266bd3e88d141a7517a7d15
s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server

This is changed so that the callers ask for the additional flags
that they need, starting with no additional flags.

This helps to create a proper abstraction layer in
ntlmssp_wrap/auth_ntlmssp.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/librpc/crypto/cli_spnego.c
source3/libsmb/ntlmssp.c
source3/rpc_server/dcesrv_ntlmssp.c
source3/smbd/seal.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c
source3/utils/ntlm_auth.c