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)
commit9f7cb41f11c0d2fc09104f6998f75c59bc363b26
treeef023f03e5ea53a178c2d874a682f607e13f6397
parent8632b44f6ba2a1b8698c62778dc6547bed4bae92
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
(This used to be commit 076aa97bee54d182288d9e93ae160ae22a5f7757)
source3/Makefile.in
source3/client/client.c
source3/include/asn1.h
source3/include/client.h
source3/libsmb/asn1.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clikrb5.c
source3/libsmb/clispnego.c [new file with mode: 0644]