svn commit: samba r6027 - in branches/SAMBA_4_0/source/libcli/auth: .

abartlet at samba.org abartlet at samba.org
Thu Mar 24 04:11:40 GMT 2005


Author: abartlet
Date: 2005-03-24 04:11:39 +0000 (Thu, 24 Mar 2005)
New Revision: 6027

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

Log:
Add copyright, and add a useful debug message.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c	2005-03-24 03:36:53 UTC (rev 6026)
+++ branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c	2005-03-24 04:11:39 UTC (rev 6027)
@@ -1,10 +1,10 @@
 /* 
    Unix SMB/Netbios implementation.
    Version 3.0
-   handle NLTMSSP, server side
+   handle NLTMSSP, client server side parsing
 
    Copyright (C) Andrew Tridgell      2001
-   Copyright (C) Andrew Bartlett 2001-2003
+   Copyright (C) Andrew Bartlett <abartlet at samba.org> 2001-2005
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -148,6 +148,7 @@
 {
 	if (!user) {
 		/* it should be at least "" */
+		DEBUG(1, ("NTLMSSP failed to set username - cannot accept NULL username\n"));
 		return NT_STATUS_INVALID_PARAMETER;
 	}
 	ntlmssp_state->user = talloc_strdup(ntlmssp_state, user);



More information about the samba-cvs mailing list