summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawnegotiate.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-02-12 16:20:13 +1100
committerAndrew Tridgell <tridge@samba.org>2008-02-12 16:20:13 +1100
commit8fdb9504dcfc98080c5c2b5ce134b51ab631fa95 (patch)
treeff324fa74ff11d27c0e3376aacd7dd1436b1f4a4 /source4/libcli/raw/rawnegotiate.c
parent7b96c53bcbe367963da4f4fa87704e1435c35055 (diff)
downloadsamba-8fdb9504dcfc98080c5c2b5ce134b51ab631fa95.tar.gz
samba-8fdb9504dcfc98080c5c2b5ce134b51ab631fa95.tar.bz2
samba-8fdb9504dcfc98080c5c2b5ce134b51ab631fa95.zip
converted the out side of SMB2 negprot handling
This follows the SMB2 PFIF docs. Current versions of Vista can now connect to Samba4 as a SMB2 server and do basic operations (This used to be commit 9dc284770df9393a1a619735dc7a148713936fa7)
Diffstat (limited to 'source4/libcli/raw/rawnegotiate.c')
-rw-r--r--source4/libcli/raw/rawnegotiate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/libcli/raw/rawnegotiate.c b/source4/libcli/raw/rawnegotiate.c
index fc7725cc55..1f5e34779b 100644
--- a/source4/libcli/raw/rawnegotiate.c
+++ b/source4/libcli/raw/rawnegotiate.c
@@ -40,6 +40,10 @@ static const struct {
{PROTOCOL_LANMAN2,"Samba"},
{PROTOCOL_NT1,"NT LANMAN 1.0"},
{PROTOCOL_NT1,"NT LM 0.12"},
+#if 0
+ /* we don't yet handle chaining a SMB transport onto SMB2 */
+ {PROTOCOL_SMB2,"SMB 2.002"},
+#endif
};
/*