r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 2 May 2004 08:45:00 +0000 (08:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:42 +0000 (12:51 -0500)
commit5876c78806e6a6c44613a1354e8d564b427d0c9f
tree09b61c033a3b04c5771e2cfa065b5a9d7bd420c3
parentff31cfb941b77e99e648011a6b7639b2a5923a6a
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.

Not all the auth code is merged - only those parts that are actually
being used in Samba4.

There is a lot more work to do in the NTLMSSP area, and I hope to
develop that work here.  There is a start on this here - splitting
NTLMSSP into two parts that my operate in an async fashion (before and
after the actual authentication)

Andrew Bartlett
17 files changed:
source/auth/auth.c
source/auth/auth.h
source/auth/auth_builtin.c
source/auth/auth_compat.c
source/auth/auth_ntlmssp.c
source/auth/auth_sam.c
source/auth/auth_util.c
source/include/smb.h
source/libcli/auth/ntlm_check.c [new file with mode: 0644]
source/libcli/auth/ntlmssp.c
source/libcli/auth/ntlmssp.h
source/libcli/auth/ntlmssp_parse.c
source/libcli/auth/ntlmssp_sign.c
source/libcli/config.m4
source/libcli/util/smbencrypt.c
source/smb_server/password.c
source/smb_server/sesssetup.c