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)
commitd1221c9b6c369113a531063737890b58d89bf6fe
treeefc7b8b8d33b675404dc7c5bc018db47a4136212
parente075e1dfa9a88b5edadc9c989200a52f48182cef
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
(This used to be commit 837680ca517982f2e5944730581a83012d4181ae)
16 files changed:
source3/include/ads.h
source3/include/client.h
source3/include/ntlmssp.h
source3/lib/data_blob.c
source3/libads/krb5_setpw.c
source3/libads/ldap.c
source3/libads/sasl.c
source3/libads/util.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clispnego.c
source3/libsmb/ntlmssp.c
source3/libsmb/smbencrypt.c
source3/nsswitch/winbindd_ads.c
source3/param/loadparm.c
source3/utils/net_rpc_join.c