svn commit: samba r9869 - in trunk/source/include: .

jra at samba.org jra at samba.org
Thu Sep 1 05:59:06 GMT 2005


Author: jra
Date: 2005-09-01 05:59:05 +0000 (Thu, 01 Sep 2005)
New Revision: 9869

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

Log:
Add in the missing NTLMSSP_DONE.
Jeremy.

Modified:
   trunk/source/include/ntlmssp.h


Changeset:
Modified: trunk/source/include/ntlmssp.h
===================================================================
--- trunk/source/include/ntlmssp.h	2005-09-01 05:56:42 UTC (rev 9868)
+++ trunk/source/include/ntlmssp.h	2005-09-01 05:59:05 UTC (rev 9869)
@@ -34,7 +34,8 @@
 	NTLMSSP_NEGOTIATE = 1,
 	NTLMSSP_CHALLENGE = 2,
 	NTLMSSP_AUTH      = 3,
-	NTLMSSP_UNKNOWN   = 4
+	NTLMSSP_UNKNOWN   = 4,
+	NTLMSSP_DONE      = 5 /* samba final state */
 };
 
 /* NTLMSSP negotiation flags */



More information about the samba-cvs mailing list