[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] access/auth/ntauth svrntlm.cpp,1.3,1.3.100.1
From:       dcollins () helixcommunity ! org
Date:       2008-08-29 15:04:53
Message-ID: 200808291509.m7TF921l027211 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/access/auth/ntauth
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv17912

Modified Files:
      Tag: SERVER_11_1
	svrntlm.cpp 
Log Message:
Synopsis
========
Fixes PR 226639, Helix Server NTLM Auth...

Branches: SERVER_11_1, SERVER_12_0, SERVER_12_1, SERVER_CURRENT
Reviewers: anyone

Description
===========

Fixes a signed/unsigned variable mismatch related to ntauth.

Files Affected
==============
server/access/auth/ntauth/svrntlm.cpp

Testing Performed
=================

Unit Tests:
- None

Integration Tests:
- None

Leak Tests:
- None

Performance Tests:
- None

Platforms tested: none
Build verified: win32-i386-vc7

QA Hints
========
- N/A



Index: svrntlm.cpp
===================================================================
RCS file: /cvsroot/server/access/auth/ntauth/svrntlm.cpp,v
retrieving revision 1.3
retrieving revision 1.3.100.1
diff -u -d -r1.3 -r1.3.100.1
--- svrntlm.cpp	21 Feb 2003 06:56:36 -0000	1.3
+++ svrntlm.cpp	29 Aug 2008 15:04:51 -0000	1.3.100.1
@@ -354,7 +354,7 @@
 	// The decoded Token has to be smaller.
 	char *sTokenFrom = new char[sEnd + 1 - sToken];
 
-	UINT32 nLen = BinFrom64(sToken, sEnd - sToken, (BYTE*) sTokenFrom);
+	INT32 nLen = BinFrom64(sToken, sEnd - sToken, (BYTE*) sTokenFrom);
 
 	if(nLen > 0)
 	{


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic