svn commit: samba r4068 - in branches/SAMBA_4_0/source/smb_server: .

tridge at samba.org tridge at samba.org
Sun Dec 5 07:59:43 GMT 2004


Author: tridge
Date: 2004-12-05 07:59:42 +0000 (Sun, 05 Dec 2004)
New Revision: 4068

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

Log:
added LANMAN2.1 to list of supported protocols (for OS/2)









Modified:
   branches/SAMBA_4_0/source/smb_server/negprot.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/negprot.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/negprot.c	2004-12-05 07:58:58 UTC (rev 4067)
+++ branches/SAMBA_4_0/source/smb_server/negprot.c	2004-12-05 07:59:42 UTC (rev 4068)
@@ -367,6 +367,7 @@
 } supported_protocols[] = {
 	{"NT LANMAN 1.0",           "NT1",      reply_nt1,      PROTOCOL_NT1},
 	{"NT LM 0.12",              "NT1",      reply_nt1,      PROTOCOL_NT1},
+	{"LANMAN2.1",               "LANMAN2",  reply_lanman2,  PROTOCOL_LANMAN2},
 	{"LM1.2X002",               "LANMAN2",  reply_lanman2,  PROTOCOL_LANMAN2},
 	{"Samba",                   "LANMAN2",  reply_lanman2,  PROTOCOL_LANMAN2},
 	{"DOS LM1.2X002",           "LANMAN2",  reply_lanman2,  PROTOCOL_LANMAN2},



More information about the samba-cvs mailing list