wine
17 years agoriched20: Don't access memory after freeing it.
Mike McCormack [Sun, 5 Nov 2006 05:26:47 +0000 (14:26 +0900)] 
riched20: Don't access memory after freeing it.

17 years agoriched20: Fixed memory leaks.
Mike McCormack [Sun, 5 Nov 2006 05:25:42 +0000 (14:25 +0900)] 
riched20: Fixed memory leaks.

17 years agocomctl32: Switch to a Nx4 tiling.
Mike McCormack [Sun, 5 Nov 2006 09:02:39 +0000 (18:02 +0900)] 
comctl32: Switch to a Nx4 tiling.

17 years agocomctl32: Remove a Nx1 assuption in ImageList_AddMasked().
Mike McCormack [Sun, 5 Nov 2006 08:59:19 +0000 (17:59 +0900)] 
comctl32: Remove a Nx1 assuption in ImageList_AddMasked().

17 years agocomctl32: Check if GetObject fails on bitmaps passed to us.
Mike McCormack [Sun, 5 Nov 2006 08:12:35 +0000 (17:12 +0900)] 
comctl32: Check if GetObject fails on bitmaps passed to us.

17 years agocomctl32: Fix Nx1 assumptions when adding multiple bitmaps with ImageList_Add.
Mike McCormack [Sun, 5 Nov 2006 08:12:18 +0000 (17:12 +0900)] 
comctl32: Fix Nx1 assumptions when adding multiple bitmaps with ImageList_Add.

17 years agocomctl32: Fix an Nx1 in ImageList_DrawIndirect().
Mike McCormack [Sun, 5 Nov 2006 08:11:34 +0000 (17:11 +0900)] 
comctl32: Fix an Nx1 in ImageList_DrawIndirect().

17 years agocomctl32: Remove another Nx1 assumption from ImageList_Remove().
Mike McCormack [Sun, 5 Nov 2006 08:10:54 +0000 (17:10 +0900)] 
comctl32: Remove another Nx1 assumption from ImageList_Remove().

17 years agocomctl32: Remove Nx1 assumptions in ImageList_Merge.
Mike McCormack [Sun, 5 Nov 2006 08:10:09 +0000 (17:10 +0900)] 
comctl32: Remove Nx1 assumptions in ImageList_Merge.

17 years agocomctl32: Remove Nx1 assumptions in ImageList_GetIcon().
Mike McCormack [Sun, 5 Nov 2006 08:09:47 +0000 (17:09 +0900)] 
comctl32: Remove Nx1 assumptions in ImageList_GetIcon().

17 years agocomctl32: Use imagelist_copy_images() in ImageList_SetImageCount().
Mike McCormack [Sun, 5 Nov 2006 08:09:29 +0000 (17:09 +0900)] 
comctl32: Use imagelist_copy_images() in ImageList_SetImageCount().

17 years agocomctl32: Create a helper function to copy a block of images.
Mike McCormack [Sun, 5 Nov 2006 05:04:50 +0000 (14:04 +0900)] 
comctl32: Create a helper function to copy a block of images.

17 years agocomctl32: Fix a regression.
Mike McCormack [Sun, 5 Nov 2006 02:52:42 +0000 (11:52 +0900)] 
comctl32: Fix a regression.

17 years agoopengl32: Use HKCU instead of HKLM.
Roderick Colenbrander [Sat, 4 Nov 2006 21:28:41 +0000 (22:28 +0100)] 
opengl32: Use HKCU instead of HKLM.

17 years agowgl: Fix WoW screen flickering.
Roderick Colenbrander [Sat, 4 Nov 2006 21:23:15 +0000 (22:23 +0100)] 
wgl: Fix WoW screen flickering.

17 years agopreloader: Clear %gs again before calling the interpreter entry point.
Alexandre Julliard [Sat, 4 Nov 2006 19:25:06 +0000 (20:25 +0100)] 
preloader: Clear %gs again before calling the interpreter entry point.

17 years agokernel32/tests: Don't wait for overlapped result if the previous test failed.
Alexandre Julliard [Sat, 4 Nov 2006 11:07:10 +0000 (12:07 +0100)] 
kernel32/tests: Don't wait for overlapped result if the previous test failed.

17 years agosecur32: Fix handling of buffers that don't have the SECBUFFER_TOKEN as the first...
Kai Blin [Sat, 4 Nov 2006 01:52:18 +0000 (02:52 +0100)] 
secur32: Fix handling of buffers that don't have the SECBUFFER_TOKEN as the first buffer.

Thanks to Robert Shearman for catching this one and providing some of the test code.

17 years agosecur32: Get rid of some HeapAlloc() calls to make code more readable.
Kai Blin [Sat, 4 Nov 2006 01:51:38 +0000 (02:51 +0100)] 
secur32: Get rid of some HeapAlloc() calls to make code more readable.

17 years agosecur32: Avoid double HeapFree() of password and session key.
Kai Blin [Sat, 4 Nov 2006 01:50:31 +0000 (02:50 +0100)] 
secur32: Avoid double HeapFree() of password and session key.

17 years agoopengl32: Remove glx context.
Roderick Colenbrander [Fri, 3 Nov 2006 20:55:36 +0000 (21:55 +0100)] 
opengl32: Remove glx context.

17 years agod3d9/tests: Add refcount test for binding objects.
Stefan Dösinger [Fri, 3 Nov 2006 18:38:46 +0000 (19:38 +0100)] 
d3d9/tests: Add refcount test for binding objects.

17 years agowined3d: glReadPixels corrections.
Stefan Dösinger [Fri, 3 Nov 2006 18:12:27 +0000 (19:12 +0100)] 
wined3d: glReadPixels corrections.

17 years agowinex11.drv: If the app asks for a single buffered pixel format, then it should be...
Huw Davies [Fri, 3 Nov 2006 12:30:40 +0000 (12:30 +0000)] 
winex11.drv: If the app asks for a single buffered pixel format, then it should be happy with a double buffered one.

Likewise for mono vs stereo.
Add some TRACEs so that we know what condition is failing.

17 years agowgl: Add extension checking code / glxGetProcAddress protection.
Roderick Colenbrander [Sun, 29 Oct 2006 21:56:27 +0000 (22:56 +0100)] 
wgl: Add extension checking code / glxGetProcAddress protection.

17 years agontdll: Retrieve mailslot message info from the client side.
Alexandre Julliard [Fri, 3 Nov 2006 16:53:04 +0000 (17:53 +0100)] 
ntdll: Retrieve mailslot message info from the client side.

17 years agontdll: FILE_GetDeviceInfo no longer needs to be public.
Alexandre Julliard [Fri, 3 Nov 2006 14:20:21 +0000 (15:20 +0100)] 
ntdll: FILE_GetDeviceInfo no longer needs to be public.

17 years agopreloader: Setup a fake thread-local storage block pointed to by %gs.
Alexandre Julliard [Fri, 3 Nov 2006 12:55:41 +0000 (13:55 +0100)] 
preloader: Setup a fake thread-local storage block pointed to by %gs.

17 years agontdll: Added implementation of RtlDllShutdownInProgress.
Alexandre Julliard [Fri, 3 Nov 2006 12:52:02 +0000 (13:52 +0100)] 
ntdll: Added implementation of RtlDllShutdownInProgress.

17 years agowinex11.drv: Opengl init fix.
Roderick Colenbrander [Thu, 2 Nov 2006 21:23:42 +0000 (22:23 +0100)] 
winex11.drv: Opengl init fix.

17 years agomscoree: Add a few more stubs.
Louis Lenders [Wed, 1 Nov 2006 20:42:30 +0000 (20:42 +0000)] 
mscoree: Add a few more stubs.

17 years agows2_32: Don't store the socket file descriptor in the async structure, retrieve it...
Alexandre Julliard [Fri, 3 Nov 2006 11:03:14 +0000 (12:03 +0100)] 
ws2_32: Don't store the socket file descriptor in the async structure, retrieve it as needed.

17 years agontdll: Don't store the unix file descriptor in the async structure, retrieve it as...
Alexandre Julliard [Fri, 3 Nov 2006 10:56:51 +0000 (11:56 +0100)] 
ntdll: Don't store the unix file descriptor in the async structure, retrieve it as needed.

17 years agontdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when...
Alexandre Julliard [Fri, 3 Nov 2006 10:38:44 +0000 (11:38 +0100)] 
ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.

17 years agoinclude: Fix the HeapQueryInformation() prototype.
Francois Gouget [Thu, 2 Nov 2006 18:58:47 +0000 (19:58 +0100)] 
include: Fix the HeapQueryInformation() prototype.

17 years agowinhelp: Add missing '\n' in Wine trace.
Francois Gouget [Thu, 2 Nov 2006 18:58:32 +0000 (19:58 +0100)] 
winhelp: Add missing '\n' in Wine trace.

17 years agosecur32: Make the path to ntlm_auth easier to change by moving the executable name...
Rob Shearman [Thu, 2 Nov 2006 16:50:40 +0000 (16:50 +0000)] 
secur32: Make the path to ntlm_auth easier to change by moving the executable name to the top of ntlm.c.

17 years agowininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being...
Rob Shearman [Thu, 2 Nov 2006 16:49:19 +0000 (16:49 +0000)] 
wininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented
on protocols other than HTTP, just print a FIXME. Reported by Michael Moss.

17 years agoatl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW.
Andrey Turkin [Mon, 30 Oct 2006 18:48:24 +0000 (21:48 +0300)] 
atl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW.

17 years agoatl: Implement AtlAxCreateControl and AtlAxCreateControlEx.
Andrey Turkin [Mon, 30 Oct 2006 18:20:26 +0000 (21:20 +0300)] 
atl: Implement AtlAxCreateControl and AtlAxCreateControlEx.

17 years agoatl: Implement AtlModuleAddCreateWndData and AtlModuleExtractCreateWndData.
Andrey Turkin [Mon, 30 Oct 2006 15:55:05 +0000 (18:55 +0300)] 
atl: Implement AtlModuleAddCreateWndData and AtlModuleExtractCreateWndData.

17 years agoatl: Implement AtlAxWinInit and AtlAxWin window procedure.
Andrey Turkin [Mon, 30 Oct 2006 16:07:46 +0000 (19:07 +0300)] 
atl: Implement AtlAxWinInit and AtlAxWin window procedure.

17 years agoatl: Implement AtlPixelToHiMetric and AtlHiMetricToPixel.
Andrey Turkin [Mon, 30 Oct 2006 15:57:48 +0000 (18:57 +0300)] 
atl: Implement AtlPixelToHiMetric and AtlHiMetricToPixel.

17 years agomshtml: Added implementation of QueryStatus(IDM_UNDERLINE).
Jacek Caban [Thu, 2 Nov 2006 16:34:57 +0000 (17:34 +0100)] 
mshtml: Added implementation of QueryStatus(IDM_UNDERLINE).

17 years agomshtml: Added implementation of QueryStatus(IDM_ITALIC).
Jacek Caban [Thu, 2 Nov 2006 16:34:44 +0000 (17:34 +0100)] 
mshtml: Added implementation of QueryStatus(IDM_ITALIC).

17 years agomshtml: Added more QueryStatus tests.
Jacek Caban [Thu, 2 Nov 2006 16:34:33 +0000 (17:34 +0100)] 
mshtml: Added more QueryStatus tests.

17 years agomshtml: Added implementation of QueryStatus(IDM_BOLD).
Jacek Caban [Thu, 2 Nov 2006 16:34:17 +0000 (17:34 +0100)] 
mshtml: Added implementation of QueryStatus(IDM_BOLD).

17 years agomshtml: Added more edit mode tests.
Jacek Caban [Thu, 2 Nov 2006 16:34:12 +0000 (17:34 +0100)] 
mshtml: Added more edit mode tests.

17 years agomshtml: Load about:blank in exec_editmode.
Jacek Caban [Thu, 2 Nov 2006 16:34:06 +0000 (17:34 +0100)] 
mshtml: Load about:blank in exec_editmode.

17 years agomshtml: Added beginning of set_progress task implementation.
Jacek Caban [Thu, 2 Nov 2006 16:34:01 +0000 (17:34 +0100)] 
mshtml: Added beginning of set_progress task implementation.

17 years agomshtml: Call SetStatusText in set_parsecomplete.
Jacek Caban [Thu, 2 Nov 2006 16:33:55 +0000 (17:33 +0100)] 
mshtml: Call SetStatusText in set_parsecomplete.

17 years agomshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OFFLINECONNECTED property in...
Jacek Caban [Thu, 2 Nov 2006 16:30:27 +0000 (17:30 +0100)] 
mshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OFFLINECONNECTED property in IPersistMoniker::Load.

17 years agomshtml: Fix no longer valid ERR.
Jacek Caban [Thu, 2 Nov 2006 16:28:20 +0000 (17:28 +0100)] 
mshtml: Fix no longer valid ERR.

17 years agomshtml: Added heuristic hack that decides if run the page from moniker or gecko channel.
Jacek Caban [Thu, 2 Nov 2006 16:26:38 +0000 (17:26 +0100)] 
mshtml: Added heuristic hack that decides if run the page from moniker or gecko channel.

17 years agowininet: Revert commit 760043c2455a90cd74178d98b7c81bfbfc81793f.
Jacek Caban [Thu, 2 Nov 2006 16:27:06 +0000 (17:27 +0100)] 
wininet: Revert commit 760043c2455a90cd74178d98b7c81bfbfc81793f.

After more testing I've checked that current code is bad, but my patch
was also wrong and causes regression in WoW.

17 years agocomctl32: Implement PSM_GETRESULT.
Huw Davies [Thu, 2 Nov 2006 12:26:22 +0000 (12:26 +0000)] 
comctl32: Implement PSM_GETRESULT.

17 years agocomctl32: Fix return value of PropertySheet() for modal propsheets.
Huw Davies [Thu, 2 Nov 2006 12:21:53 +0000 (12:21 +0000)] 
comctl32: Fix return value of PropertySheet() for modal propsheets.

17 years agouser32/tests: Move the system menu test into its own test.
Dmitry Timoshkov [Thu, 2 Nov 2006 11:18:32 +0000 (19:18 +0800)] 
user32/tests: Move the system menu test into its own test.

17 years agouser32: Check only for -1 and -2 as special values returned by MENU_ExecFocusedItem.
Dmitry Timoshkov [Thu, 2 Nov 2006 11:19:39 +0000 (19:19 +0800)] 
user32: Check only for -1 and -2 as special values returned by MENU_ExecFocusedItem.

17 years agomsxml3: Check parameters of IXMLDOMNode::insertBefore().
Paul Chitescu [Thu, 2 Nov 2006 09:42:05 +0000 (11:42 +0200)] 
msxml3: Check parameters of IXMLDOMNode::insertBefore().

17 years agoserver: Refuse to close handles in other processes if they have an associated fd.
Alexandre Julliard [Thu, 2 Nov 2006 19:52:22 +0000 (20:52 +0100)] 
server: Refuse to close handles in other processes if they have an associated fd.

17 years agoserver: Get rid of the server-side file descriptor cache management.
Alexandre Julliard [Thu, 2 Nov 2006 19:52:05 +0000 (20:52 +0100)] 
server: Get rid of the server-side file descriptor cache management.

17 years agontdll: Maintain a file descriptor cache on the client side.
Alexandre Julliard [Thu, 2 Nov 2006 19:48:19 +0000 (20:48 +0100)] 
ntdll: Maintain a file descriptor cache on the client side.

17 years agocomctl32: toolbar: Add buttons size tests.
Mikołaj Zalewski [Wed, 1 Nov 2006 22:07:05 +0000 (23:07 +0100)] 
comctl32: toolbar: Add buttons size tests.

17 years agocomctl32: toolbar: Use the width of the current button instead of nButtonWidth to...
Mikołaj Zalewski [Wed, 1 Nov 2006 22:38:30 +0000 (23:38 +0100)] 
comctl32: toolbar: Use the width of the current button instead of nButtonWidth to position the icon.

17 years agocomctl32: toolbar: The SetButtonSize should not allow too small buttons.
Mikołaj Zalewski [Wed, 1 Nov 2006 22:04:05 +0000 (23:04 +0100)] 
comctl32: toolbar: The SetButtonSize should not allow too small buttons.

17 years agocomctl32: toolbar: The top margin should be computed and saved in CalcToolbar.
Mikołaj Zalewski [Wed, 1 Nov 2006 22:02:45 +0000 (23:02 +0100)] 
comctl32: toolbar: The top margin should be computed and saved in CalcToolbar.

17 years agocomctl32: toolbar: Add a LayoutToolbar that works like CalcToolbar but doesn't overwr...
Mikołaj Zalewski [Wed, 1 Nov 2006 22:00:35 +0000 (23:00 +0100)] 
comctl32: toolbar: Add a LayoutToolbar that works like CalcToolbar but doesn't overwrite the button sizes.

17 years agocomctl32: toolbar: Fix buttons heights.
Mikołaj Zalewski [Wed, 1 Nov 2006 21:57:31 +0000 (22:57 +0100)] 
comctl32: toolbar: Fix buttons heights.

17 years agocomctl32: toolbar: The string should be included in the height of a button-less toolb...
Mikołaj Zalewski [Wed, 1 Nov 2006 21:47:20 +0000 (22:47 +0100)] 
comctl32: toolbar: The string should be included in the height of a button-less toolbar only if there is a string in the pool.

17 years agocomctl32: toolbar: Add support for WM_SETFONT.
Mikołaj Zalewski [Wed, 1 Nov 2006 21:41:50 +0000 (22:41 +0100)] 
comctl32: toolbar: Add support for WM_SETFONT.

17 years agocomctl32: Move documented functions to string.c.
Paul Vriens [Thu, 2 Nov 2006 09:25:01 +0000 (10:25 +0100)] 
comctl32: Move documented functions to string.c.

17 years agouser32/tests: Mask a not documented extended style 0x800 in WINDOWINFO before the...
Dmitry Timoshkov [Thu, 2 Nov 2006 07:17:15 +0000 (15:17 +0800)] 
user32/tests: Mask a not documented extended style 0x800 in WINDOWINFO before the comparison.

17 years agomsi: Avoid a memory leak by freeing actions scripts in one place only.
Mike McCormack [Thu, 2 Nov 2006 09:12:43 +0000 (18:12 +0900)] 
msi: Avoid a memory leak by freeing actions scripts in one place only.

17 years agomsi: Fix a memory leak.
Mike McCormack [Thu, 2 Nov 2006 09:12:12 +0000 (18:12 +0900)] 
msi: Fix a memory leak.

17 years agomsi: Fix a handle leak in the tests.
Mike McCormack [Thu, 2 Nov 2006 09:10:26 +0000 (18:10 +0900)] 
msi: Fix a handle leak in the tests.

17 years agoriched20: Initialize and free the RTF lookup table in DllMain to avoid memory leaks.
Mike McCormack [Thu, 2 Nov 2006 08:25:35 +0000 (17:25 +0900)] 
riched20: Initialize and free the RTF lookup table in DllMain to avoid memory leaks.

17 years agoriched20: Use WARN() not ERR() on unknown tokens.
Mike McCormack [Thu, 2 Nov 2006 08:23:59 +0000 (17:23 +0900)] 
riched20: Use WARN() not ERR() on unknown tokens.

17 years agokernel32: Add a stub for HeapSetInformation.
Mike McCormack [Thu, 2 Nov 2006 08:23:26 +0000 (17:23 +0900)] 
kernel32: Add a stub for HeapSetInformation.

17 years agokernel32: Declare HeapQueryInformation and HeapSetInformation.
Mike McCormack [Thu, 2 Nov 2006 08:23:05 +0000 (17:23 +0900)] 
kernel32: Declare HeapQueryInformation and HeapSetInformation.

17 years agocomctl32: imagelist: Remove more 1xN assumptions.
Mike McCormack [Thu, 2 Nov 2006 03:15:50 +0000 (12:15 +0900)] 
comctl32: imagelist: Remove more 1xN assumptions.

17 years agocomctl32: Remove a redundant variable.
Mike McCormack [Thu, 2 Nov 2006 03:15:01 +0000 (12:15 +0900)] 
comctl32: Remove a redundant variable.

17 years agoadvpack: Use the full path of the INF file as the source directory if the CAB file...
James Hawkins [Wed, 1 Nov 2006 19:52:58 +0000 (11:52 -0800)] 
advpack: Use the full path of the INF file as the source directory if the CAB file is invalid.

17 years agokernel32: Moved PeekNamedPipe implementation to ntdll.
Alexandre Julliard [Wed, 1 Nov 2006 15:24:36 +0000 (16:24 +0100)] 
kernel32: Moved PeekNamedPipe implementation to ntdll.

17 years agokernel32: Reimplemented SetFilePointerEx on top of ntdll functions.
Alexandre Julliard [Wed, 1 Nov 2006 15:12:57 +0000 (16:12 +0100)] 
kernel32: Reimplemented SetFilePointerEx on top of ntdll functions.

17 years agoimagelist: Move Nx1 assumptions about bitmaps dimensions into a single function.
Mike McCormack [Wed, 1 Nov 2006 06:45:11 +0000 (15:45 +0900)] 
imagelist: Move Nx1 assumptions about bitmaps dimensions into a single function.

17 years agomsi: Fix a typo.
Mike McCormack [Wed, 1 Nov 2006 06:09:33 +0000 (15:09 +0900)] 
msi: Fix a typo.

17 years agomsi: Don't print traces for addref and release.
Mike McCormack [Wed, 1 Nov 2006 06:09:02 +0000 (15:09 +0900)] 
msi: Don't print traces for addref and release.

17 years agomsi: Search the patch package for source cabinet files.
Mike McCormack [Wed, 1 Nov 2006 06:09:23 +0000 (15:09 +0900)] 
msi: Search the patch package for source cabinet files.

17 years agokernel32: Cast-qual warnings fix.
Andrew Talbot [Tue, 31 Oct 2006 22:11:08 +0000 (22:11 +0000)] 
kernel32: Cast-qual warnings fix.

17 years agokernel32: Cast-qual warnings fix.
Andrew Talbot [Tue, 31 Oct 2006 22:09:36 +0000 (22:09 +0000)] 
kernel32: Cast-qual warnings fix.

17 years agoserver: Compute the removable device flag on the server side.
Alexandre Julliard [Wed, 1 Nov 2006 12:28:05 +0000 (13:28 +0100)] 
server: Compute the removable device flag on the server side.

17 years agontdll: Simplify wine_server_handle_to_fd.
Alexandre Julliard [Wed, 1 Nov 2006 12:27:18 +0000 (13:27 +0100)] 
ntdll: Simplify wine_server_handle_to_fd.

Now that we have a critical section, races are no longer possible.

17 years agontdll: Added NetBSD fstatvfs support.
Alexandre Julliard [Wed, 1 Nov 2006 12:15:57 +0000 (13:15 +0100)] 
ntdll: Added NetBSD fstatvfs support.

17 years agoadvpack: Add another test.
Paul Vriens [Tue, 31 Oct 2006 17:36:50 +0000 (18:36 +0100)] 
advpack: Add another test.

17 years agoadvpack: Fix typos.
Paul Vriens [Tue, 31 Oct 2006 14:17:31 +0000 (15:17 +0100)] 
advpack: Fix typos.

17 years agohhctrl.ocx: Don't fail if ole is already initialised.
Huw Davies [Tue, 31 Oct 2006 19:19:44 +0000 (19:19 +0000)] 
hhctrl.ocx: Don't fail if ole is already initialised.

17 years agocmd: Check for argument in copy, mkdir, delete, goto, move, rmdir, rename, type.
Markus Amsler [Tue, 31 Oct 2006 20:11:28 +0000 (21:11 +0100)] 
cmd: Check for argument in copy, mkdir, delete, goto, move, rmdir, rename, type.

17 years agorpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt4_ip_tcp_open so that the...
Rob Shearman [Tue, 31 Oct 2006 19:02:33 +0000 (19:02 +0000)] 
rpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt4_ip_tcp_open so that the bound-to port is connectable from other machines.

17 years agorpcrt4: Improve the debug messages for failures in rpcrt4_ip_tcp_open.
Rob Shearman [Tue, 31 Oct 2006 19:03:20 +0000 (19:03 +0000)] 
rpcrt4: Improve the debug messages for failures in rpcrt4_ip_tcp_open.