svn commit: samba r19250 - in branches/SAMBA_3_0/source/libsmb: .

derrell at samba.org derrell at samba.org
Wed Oct 11 19:51:52 GMT 2006


Author: derrell
Date: 2006-10-11 19:51:52 +0000 (Wed, 11 Oct 2006)
New Revision: 19250

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19250

Log:
Fixes bug 4156.

The protocol negotiation string "LANMAN2.1" was not listed in the set of
negotiatiable possibilities, so non-optimal negotiation was taking place.

Modified:
   branches/SAMBA_3_0/source/libsmb/cliconnect.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/cliconnect.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/cliconnect.c	2006-10-11 18:54:40 UTC (rev 19249)
+++ branches/SAMBA_3_0/source/libsmb/cliconnect.c	2006-10-11 19:51:52 UTC (rev 19250)
@@ -33,6 +33,7 @@
 	{PROTOCOL_LANMAN1,"LANMAN1.0"},
 	{PROTOCOL_LANMAN2,"LM1.2X002"},
 	{PROTOCOL_LANMAN2,"DOS LANMAN2.1"},
+	{PROTOCOL_LANMAN2,"LANMAN2.1"},
 	{PROTOCOL_LANMAN2,"Samba"},
 	{PROTOCOL_NT1,"NT LANMAN 1.0"},
 	{PROTOCOL_NT1,"NT LM 0.12"},



More information about the samba-cvs mailing list