added NTLMSSP authentication to libsmb. It seems to work well so I have enabled it...
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 Oct 2001 04:49:42 +0000 (04:49 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 Oct 2001 04:49:42 +0000 (04:49 +0000)
commit076aa97bee54d182288d9e93ae160ae22a5f7757
tree6d48af1ad3d99a21aa07207dc4244d50733ee6aa
parent4f12df9fc569b73dcf037b476976cb3be47ac43f
added NTLMSSP authentication to libsmb. It seems to work well so I have enabled it by default if the server supports it. Let me know if this breaks anything. Choose kerberos with the -k flag to smbclient, otherwise it will use SPNEGO/NTLMSSP/NTLM
source/Makefile.in
source/client/client.c
source/include/asn1.h
source/include/client.h
source/libsmb/asn1.c
source/libsmb/cliconnect.c
source/libsmb/clientgen.c
source/libsmb/clikrb5.c
source/libsmb/clispnego.c [new file with mode: 0644]