svn commit: samba r12459 - in trunk/source: rpc_server smbd

vlendec at samba.org vlendec at samba.org
Fri Dec 23 21:55:27 GMT 2005


Author: vlendec
Date: 2005-12-23 21:55:26 +0000 (Fri, 23 Dec 2005)
New Revision: 12459

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

Log:
Fix typos & an indentation
Modified:
   trunk/source/rpc_server/srv_netlog_nt.c
   trunk/source/smbd/chgpasswd.c


Changeset:
Modified: trunk/source/rpc_server/srv_netlog_nt.c
===================================================================
--- trunk/source/rpc_server/srv_netlog_nt.c	2005-12-23 20:51:25 UTC (rev 12458)
+++ trunk/source/rpc_server/srv_netlog_nt.c	2005-12-23 21:55:26 UTC (rev 12459)
@@ -734,10 +734,10 @@
 		break;
 	}
 	case INTERACTIVE_LOGON_TYPE:
-		/* 'Interactive' autheticaion, supplies the password in its
-		   MD4 form, encrypted with the session key.  We will
-		   convert this to chellange/responce for the auth
-		   subsystem to chew on */
+		/* 'Interactive' authentication, supplies the password in its
+		   MD4 form, encrypted with the session key.  We will convert
+		   this to challenge/response for the auth subsystem to chew
+		   on */
 	{
 		const uint8 *chal;
 		

Modified: trunk/source/smbd/chgpasswd.c
===================================================================
--- trunk/source/smbd/chgpasswd.c	2005-12-23 20:51:25 UTC (rev 12458)
+++ trunk/source/smbd/chgpasswd.c	2005-12-23 21:55:26 UTC (rev 12459)
@@ -824,7 +824,7 @@
 			DEBUG(1, ("LM password change supplied for user %s, but we have disabled LanMan authentication\n", 
 				  user));
 		}
-			pdb_free_sam(&sampass);
+		pdb_free_sam(&sampass);
 		return NT_STATUS_WRONG_PASSWORD;
 	} else {
 		DEBUG(1, ("password change requested for user %s, but no password supplied!\n", 



More information about the samba-cvs mailing list