s3-auth rename auth_ntlmssp_state -> auth_generic_state
authorAndrew Bartlett <abartlet@samba.org>
Fri, 16 Dec 2011 05:07:24 +0000 (16:07 +1100)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 Dec 2011 18:25:10 +0000 (19:25 +0100)
commit6391fff9dad8a2bd7033930e7d6ff5c8617701c6
tree9ac96abf761a33af76cb3e397f71f4ebdfaaa7b9
parent0b7bc1c45c73beddc60e6da2fc415f2506b36e43
s3-auth rename auth_ntlmssp_state -> auth_generic_state

This structure handles more than NTLMSSP now, at least when we are an AD DC
and so changing the name may avoid some confusion in the future.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 files changed:
source3/auth/auth_ntlmssp.c
source3/auth/proto.h
source3/include/auth.h
source3/include/ntlmssp_wrap.h
source3/include/smb.h
source3/librpc/crypto/cli_spnego.c
source3/libsmb/clifsinfo.c
source3/libsmb/ntlmssp_wrap.c
source3/rpc_client/cli_pipe.c
source3/rpc_server/dcesrv_ntlmssp.c
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/seal.c
source3/smbd/sesssetup.c