Merge from HEAD client-side authentication changes:
authorAndrew Bartlett <abartlet@samba.org>
Mon, 24 Feb 2003 02:55:00 +0000 (02:55 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 Feb 2003 02:55:00 +0000 (02:55 +0000)
commit837680ca517982f2e5944730581a83012d4181ae
treed0cc088b155f5df51eac7a64c6ad8dd4dbf7bcb5
parent39f3bec0f62520e49a087403287330ed5f3a79c5
Merge from HEAD client-side authentication changes:

 - new kerberos code, allowing the account to change it's own password
   without special SD settings required
 - NTLMSSP client code, now seperated from cliconnect.c
 - NTLMv2 client code
 - SMB signing fixes

Andrew Bartlett
16 files changed:
source/include/ads.h
source/include/client.h
source/include/ntlmssp.h
source/lib/data_blob.c
source/libads/krb5_setpw.c
source/libads/ldap.c
source/libads/sasl.c
source/libads/util.c
source/libsmb/cliconnect.c
source/libsmb/clientgen.c
source/libsmb/clispnego.c
source/libsmb/ntlmssp.c
source/libsmb/smbencrypt.c
source/nsswitch/winbindd_ads.c
source/param/loadparm.c
source/utils/net_rpc_join.c