plan9fox/sys/src/cmd/cifs
2019-12-03 08:22:02 +01:00
..
apinums.h
auth.c separate MSCHAP(v2) and NTLM(v2) authentication 2018-05-20 22:49:24 +02:00
ChangeLog
cifs.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
cifs.h cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
dfs.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
doserrstr.c
fs.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
info.c
main.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
misc.c
mkfile
netbios.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
nterrstr.c
pack.c always zero initialize Tm structure for tm2sec() 2019-12-03 08:22:02 +01:00
patch.readme
ping.c
raperrstr.c
README.Vista cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
remsmb.h
sid2name.c
To-do
trans.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
trans2.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00
transnt.c cifs: merge with steve simons latest version. thank you very much! 2019-02-05 23:10:03 +01:00

Connection fails to Windows Vista or Windows 2008 server using NTLMv2 auth

This is due to a bug in Windows, either use an alternative
authentication strategy, or apply the Microsoft HotFix, which
is just a matter of creating a new registry entry, see: 
	
	http://support.microsoft.com/kb/957441

-Steve

Tue Sep 21 17:05:48 BST 2010

---------------------------------
FYI This hot-fix also works for Windows 2k8

Mon Jun 25 10:38:57 BST 2012