wine
18 years agokernel32/tests: Reserve some more memory for the environment.
Alexandre Julliard [Wed, 15 Nov 2006 10:31:41 +0000 (11:31 +0100)] 
kernel32/tests: Reserve some more memory for the environment.

18 years agorpcrt4: Use SecInvalidateHandle and SecIsValidHandle for handling RpcConnection:...
Rob Shearman [Wed, 15 Nov 2006 01:01:21 +0000 (01:01 +0000)] 
rpcrt4: Use SecInvalidateHandle and SecIsValidHandle for handling RpcConnection::ctx instead of setting/comparing the field to 0.

18 years agorpcrt4: Add support for signing, verifying, encrypting and decrypting RPC packets.
Rob Shearman [Wed, 15 Nov 2006 01:00:36 +0000 (01:00 +0000)] 
rpcrt4: Add support for signing, verifying, encrypting and decrypting RPC packets.

18 years agorpcrt4: Fix a crash in RPCRT4_OpenBinding that can occur if
Rob Shearman [Wed, 15 Nov 2006 01:00:01 +0000 (01:00 +0000)] 
rpcrt4: Fix a crash in RPCRT4_OpenBinding that can occur if
RPCRT4_CreateConnection fails by checking the return value from the
function and returning in this case.

18 years agorpcrt4: Add a FIXME for unsupported client protocol sequences.
Rob Shearman [Wed, 15 Nov 2006 01:00:06 +0000 (01:00 +0000)] 
rpcrt4: Add a FIXME for unsupported client protocol sequences.

18 years agod3d8: Test AddRef with refcount==0.
Markus Amsler [Tue, 14 Nov 2006 23:54:17 +0000 (00:54 +0100)] 
d3d8: Test AddRef with refcount==0.

18 years agod3d8: Test refcount forwarding.
Markus Amsler [Tue, 14 Nov 2006 23:53:40 +0000 (00:53 +0100)] 
d3d8: Test refcount forwarding.

18 years agod3d8: Back buffer is identical to the render target, test it only once.
Markus Amsler [Tue, 14 Nov 2006 23:53:18 +0000 (00:53 +0100)] 
d3d8: Back buffer is identical to the render target, test it only once.

18 years agomsvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too.
Sam Dennis [Tue, 14 Nov 2006 11:29:18 +0000 (11:29 +0000)] 
msvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too.

18 years agontdll: Fixed returned status for NtQueryThreadInformation's ThreadDescriptorTable
Eric Pouech [Sat, 4 Nov 2006 10:52:44 +0000 (11:52 +0100)] 
ntdll: Fixed returned status for NtQueryThreadInformation's ThreadDescriptorTable
(spotted by Peter Oberndorfer).

18 years agomshtml: HTMLElementCollection_item implementation.
Kovács András [Mon, 6 Nov 2006 15:06:52 +0000 (16:06 +0100)] 
mshtml: HTMLElementCollection_item implementation.

18 years agomsvcrt/tests: Clean up a temp file.
Alexandre Julliard [Tue, 14 Nov 2006 11:00:38 +0000 (12:00 +0100)] 
msvcrt/tests: Clean up a temp file.

18 years agoshell32: Don't use the short path name to delete files in SHFileOperation.
Alexandre Julliard [Tue, 14 Nov 2006 11:00:23 +0000 (12:00 +0100)] 
shell32: Don't use the short path name to delete files in SHFileOperation.

18 years agoshdoclc: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 14 Nov 2006 01:04:01 +0000 (10:04 +0900)] 
shdoclc: Updated Korean resource.

18 years agomsi: Split MSI_CreatePackage into two functions.
Mike McCormack [Tue, 14 Nov 2006 05:47:24 +0000 (14:47 +0900)] 
msi: Split MSI_CreatePackage into two functions.

18 years agomsi: Delete the tempfile created by GetTempFileName.
Mike McCormack [Tue, 14 Nov 2006 03:43:04 +0000 (12:43 +0900)] 
msi: Delete the tempfile created by GetTempFileName.

18 years agomsi: Defer package deletion until after the database is closed.
Mike McCormack [Tue, 14 Nov 2006 03:42:50 +0000 (12:42 +0900)] 
msi: Defer package deletion until after the database is closed.

18 years agomsi: Remove track_tempfile()'s unused 2nd parameter.
Mike McCormack [Tue, 14 Nov 2006 03:42:27 +0000 (12:42 +0900)] 
msi: Remove track_tempfile()'s unused 2nd parameter.

18 years agomsi: Always delete temp files after creating them.
Mike McCormack [Tue, 14 Nov 2006 03:42:06 +0000 (12:42 +0900)] 
msi: Always delete temp files after creating them.

18 years agomsi: Print a message if we fail to delete a file.
Mike McCormack [Tue, 14 Nov 2006 03:41:40 +0000 (12:41 +0900)] 
msi: Print a message if we fail to delete a file.

18 years agomsxml3: Support both v 2.x and 3.0 version independent clsids as well as the v 3...
Huw Davies [Mon, 13 Nov 2006 15:49:49 +0000 (15:49 +0000)] 
msxml3: Support both v 2.x and 3.0 version independent clsids as well as the v 3.0 version dependent clsid.

18 years agomsxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.
Huw Davies [Mon, 13 Nov 2006 15:31:45 +0000 (15:31 +0000)] 
msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.

18 years agomsxml3: Initialize the uuids that aren't in libuuid.
Huw Davies [Mon, 13 Nov 2006 15:39:42 +0000 (15:39 +0000)] 
msxml3: Initialize the uuids that aren't in libuuid.

18 years agomsxml3: Add a guard around DOMNodeType just like in the PSDK, so that we can include...
Huw Davies [Mon, 13 Nov 2006 15:09:10 +0000 (15:09 +0000)] 
msxml3: Add a guard around DOMNodeType just like in the PSDK, so that we can include version 2 and version 3 msxml headers simultaneously.

18 years agomsvcrt: printf buffer overrun tests.
Jesse Allen [Tue, 14 Nov 2006 03:56:19 +0000 (20:56 -0700)] 
msvcrt: printf buffer overrun tests.

18 years agomsvcrt: Estimate required buffer size better in pf_vsnprintf.
Jesse Allen [Tue, 14 Nov 2006 03:55:02 +0000 (20:55 -0700)] 
msvcrt: Estimate required buffer size better in pf_vsnprintf.

18 years agomsvcrt: Free correct buffer in pf_vsnprintf.
Jesse Allen [Tue, 14 Nov 2006 03:51:17 +0000 (20:51 -0700)] 
msvcrt: Free correct buffer in pf_vsnprintf.

18 years agocomctl32: Remove a redundant variable.
Mike McCormack [Tue, 14 Nov 2006 07:47:45 +0000 (16:47 +0900)] 
comctl32: Remove a redundant variable.

18 years agocomctl32: Fix a potential regression in ImageList_ReplaceIcon().
Mike McCormack [Tue, 14 Nov 2006 07:48:29 +0000 (16:48 +0900)] 
comctl32: Fix a potential regression in ImageList_ReplaceIcon().

18 years agocomctl32: When removing an image, move the remaining images one forward, not one...
Mike McCormack [Tue, 14 Nov 2006 07:34:46 +0000 (16:34 +0900)] 
comctl32: When removing an image, move the remaining images one forward, not one backwards.

18 years agouser32: Print a fixme only once.
Mike McCormack [Tue, 14 Nov 2006 07:32:01 +0000 (16:32 +0900)] 
user32: Print a fixme only once.

18 years agokernel32: Print a FIXME only once.
Mike McCormack [Tue, 14 Nov 2006 07:31:51 +0000 (16:31 +0900)] 
kernel32: Print a FIXME only once.

18 years agomsi: Notify the external UI handler when changing media.
James Hawkins [Mon, 13 Nov 2006 22:18:54 +0000 (14:18 -0800)] 
msi: Notify the external UI handler when changing media.

18 years agosetupapi: Cast-qual warning fix.
Andrew Talbot [Mon, 13 Nov 2006 21:09:21 +0000 (21:09 +0000)] 
setupapi: Cast-qual warning fix.

18 years agosecur32: Cast-qual warning fix.
Andrew Talbot [Mon, 13 Nov 2006 20:27:35 +0000 (20:27 +0000)] 
secur32: Cast-qual warning fix.

18 years agorsaenh: Cast-qual warning fix.
Andrew Talbot [Mon, 13 Nov 2006 19:19:11 +0000 (19:19 +0000)] 
rsaenh: Cast-qual warning fix.

18 years agosetupapi: Implement SetupGetSourceFileLocation{A,W}.
Hans Leidekker [Mon, 13 Nov 2006 20:04:32 +0000 (21:04 +0100)] 
setupapi: Implement SetupGetSourceFileLocation{A,W}.

18 years agosetupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64.
Hans Leidekker [Mon, 13 Nov 2006 15:26:53 +0000 (16:26 +0100)] 
setupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64.

18 years agosecur32: Fix handling of ISC_REQ* flags in InitializeSecurityContext.
Kai Blin [Mon, 13 Nov 2006 14:55:39 +0000 (15:55 +0100)] 
secur32: Fix handling of ISC_REQ* flags in InitializeSecurityContext.

18 years agowinex11.drv: Update the X11 window position when the primary monitor origin changes.
Alexandre Julliard [Tue, 14 Nov 2006 09:40:49 +0000 (10:40 +0100)] 
winex11.drv: Update the X11 window position when the primary monitor origin changes.

18 years agoinclude: Add wincred.h header file.
Rob Shearman [Mon, 13 Nov 2006 14:37:57 +0000 (14:37 +0000)] 
include: Add wincred.h header file.

18 years agoinclude: Fix a typo in the SecInvalidateHandle macro in sspi.h.
Rob Shearman [Mon, 13 Nov 2006 13:29:06 +0000 (13:29 +0000)] 
include: Fix a typo in the SecInvalidateHandle macro in sspi.h.

18 years agontdll: Added support for reading directories using the BSD getdirentries function.
Alexandre Julliard [Mon, 13 Nov 2006 14:42:48 +0000 (15:42 +0100)] 
ntdll: Added support for reading directories using the BSD getdirentries function.

18 years agocomctl32: Remove deadcode (Coverity).
Paul Vriens [Sat, 11 Nov 2006 18:28:18 +0000 (19:28 +0100)] 
comctl32: Remove deadcode (Coverity).

18 years agoatl: Implement AtlModuleRegisterServer.
Andrey Turkin [Fri, 10 Nov 2006 21:08:11 +0000 (00:08 +0300)] 
atl: Implement AtlModuleRegisterServer.

18 years agoatl: Implement AtlRegisterLoadTypeLib.
Andrey Turkin [Fri, 10 Nov 2006 21:07:29 +0000 (00:07 +0300)] 
atl: Implement AtlRegisterLoadTypeLib.

18 years agoatl: Implement AtlModuleLoadTypeLib.
Andrey Turkin [Fri, 10 Nov 2006 21:06:53 +0000 (00:06 +0300)] 
atl: Implement AtlModuleLoadTypeLib.

18 years agoatl: Fix incorrect prototypes.
Andrey Turkin [Fri, 10 Nov 2006 21:06:10 +0000 (00:06 +0300)] 
atl: Fix incorrect prototypes.

18 years agoatl: AtlAxGetHost and AtlAxGetControl implementation.
Andrey Turkin [Fri, 10 Nov 2006 21:03:32 +0000 (00:03 +0300)] 
atl: AtlAxGetHost and AtlAxGetControl implementation.

18 years agoatl: Host component implementation: IOleControlSite.
Andrey Turkin [Fri, 10 Nov 2006 21:02:59 +0000 (00:02 +0300)] 
atl: Host component implementation: IOleControlSite.

18 years agoatl: Host component implementation: IOleInPlaceFrame.
Andrey Turkin [Fri, 10 Nov 2006 21:02:30 +0000 (00:02 +0300)] 
atl: Host component implementation: IOleInPlaceFrame.

18 years agoatl: Host component implementation: IOleInPlaceSiteWindowless.
Andrey Turkin [Fri, 10 Nov 2006 21:02:03 +0000 (00:02 +0300)] 
atl: Host component implementation: IOleInPlaceSiteWindowless.

18 years agoatl: Host component implementation: IOleContainer.
Andrey Turkin [Fri, 10 Nov 2006 21:01:21 +0000 (00:01 +0300)] 
atl: Host component implementation: IOleContainer.

18 years agoatl: Implement AtlAxAttachControl.
Andrey Turkin [Fri, 10 Nov 2006 21:00:23 +0000 (00:00 +0300)] 
atl: Implement AtlAxAttachControl.

18 years agoalt: Host component implementation: IOleClientSite.
Andrey Turkin [Fri, 10 Nov 2006 20:59:32 +0000 (23:59 +0300)] 
alt: Host component implementation: IOleClientSite.

18 years agoole32: Re-enable the code that unregisters interfaces with the RPC runtime.
Rob Shearman [Mon, 13 Nov 2006 11:55:56 +0000 (11:55 +0000)] 
ole32: Re-enable the code that unregisters interfaces with the RPC runtime.

18 years agorpcrt4: Implement RpcServerUnregisterIf.
Rob Shearman [Mon, 13 Nov 2006 11:46:04 +0000 (11:46 +0000)] 
rpcrt4: Implement RpcServerUnregisterIf.

18 years agorpcrt4: Convert the server interfaces list into a standard Wine list.
Rob Shearman [Mon, 13 Nov 2006 11:45:57 +0000 (11:45 +0000)] 
rpcrt4: Convert the server interfaces list into a standard Wine list.

18 years agorpcrt4: Fix a comment and move a WARN to where it really indicates a problem, rather...
Rob Shearman [Mon, 13 Nov 2006 11:45:48 +0000 (11:45 +0000)] 
rpcrt4: Fix a comment and move a WARN to where it really indicates a problem, rather than falsely triggering on normal conditions.

18 years agokernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.
Alexandre Julliard [Mon, 13 Nov 2006 13:27:00 +0000 (14:27 +0100)] 
kernel32: Use LC_NUMERIC instead of LC_ALL to determine the user locale.

Passing LC_ALL to setlocale() doesn't do what we want.

18 years agomsi: Only free a string in one place.
Mike McCormack [Mon, 13 Nov 2006 07:35:59 +0000 (16:35 +0900)] 
msi: Only free a string in one place.

18 years agomsi: Fix error handling.
Mike McCormack [Mon, 13 Nov 2006 07:35:46 +0000 (16:35 +0900)] 
msi: Fix error handling.

18 years agomsi: Track temp files as soon as they are created.
Mike McCormack [Mon, 13 Nov 2006 07:35:22 +0000 (16:35 +0900)] 
msi: Track temp files as soon as they are created.

18 years agomsi: Fail if we can't write out a temporary file.
Mike McCormack [Mon, 13 Nov 2006 07:35:09 +0000 (16:35 +0900)] 
msi: Fail if we can't write out a temporary file.

18 years agomsi: Fix an uninitialized variable in the test cases.
Mike McCormack [Mon, 13 Nov 2006 07:34:47 +0000 (16:34 +0900)] 
msi: Fix an uninitialized variable in the test cases.

18 years agomsi: Clean upstore_binary_to_temp.
Mike McCormack [Mon, 13 Nov 2006 07:34:37 +0000 (16:34 +0900)] 
msi: Clean upstore_binary_to_temp.

18 years agoAssorted spelling fixes.
Francois Gouget [Sun, 12 Nov 2006 18:51:37 +0000 (19:51 +0100)] 
Assorted spelling fixes.

18 years agoAdd some documentation headers to make winapi_check happy.
Francois Gouget [Sun, 12 Nov 2006 19:23:28 +0000 (20:23 +0100)] 
Add some documentation headers to make winapi_check happy.

18 years agoole32: Standardize some documentation comments.
Francois Gouget [Sun, 12 Nov 2006 19:23:57 +0000 (20:23 +0100)] 
ole32: Standardize some documentation comments.

18 years agowinex11.drv: Fix some comments so they are properly formatted documentation headers.
Francois Gouget [Sun, 12 Nov 2006 19:23:38 +0000 (20:23 +0100)] 
winex11.drv: Fix some comments so they are properly formatted documentation headers.

18 years agorpcrt4: Add some stub documentation headers to make winapi_check happy.
Francois Gouget [Sun, 12 Nov 2006 19:23:02 +0000 (20:23 +0100)] 
rpcrt4: Add some stub documentation headers to make winapi_check happy.

Also fix some headers that identified internal APIs as external.

18 years agoshell32: Fix inclusion of conditional headers (spotted by winapi_check).
Francois Gouget [Sun, 12 Nov 2006 18:45:52 +0000 (19:45 +0100)] 
shell32: Fix inclusion of conditional headers (spotted by winapi_check).

18 years agomsi: assert.h is not a local header (spotted by winapi_check).
Francois Gouget [Sun, 12 Nov 2006 18:43:16 +0000 (19:43 +0100)] 
msi: assert.h is not a local header (spotted by winapi_check).

18 years agoole32/tests: Don't use the NONAMELESS* macros in the tests.
Francois Gouget [Sun, 12 Nov 2006 18:42:39 +0000 (19:42 +0100)] 
ole32/tests: Don't use the NONAMELESS* macros in the tests.

18 years agontdll: Alphabetically sort the Makefile entries.
Dmitry Timoshkov [Mon, 13 Nov 2006 09:05:40 +0000 (17:05 +0800)] 
ntdll: Alphabetically sort the Makefile entries.

18 years agocomdlg32: Remove unused variable (Coverity).
Paul Vriens [Sun, 12 Nov 2006 17:50:25 +0000 (18:50 +0100)] 
comdlg32: Remove unused variable (Coverity).

18 years agorsaenh: Move type-check before len-check (Coverity).
Paul Vriens [Sun, 12 Nov 2006 16:55:09 +0000 (17:55 +0100)] 
rsaenh: Move type-check before len-check (Coverity).

18 years agomsi: Fix typo's (Coverity).
Paul Vriens [Sun, 12 Nov 2006 11:01:26 +0000 (12:01 +0100)] 
msi: Fix typo's (Coverity).

18 years agowined3d: Fix a comment.
Stefan Dösinger [Sun, 12 Nov 2006 11:08:42 +0000 (12:08 +0100)] 
wined3d: Fix a comment.

18 years agoserver: Fix list corruption caused by previous change.
Alexandre Julliard [Mon, 13 Nov 2006 11:53:09 +0000 (12:53 +0100)] 
server: Fix list corruption caused by previous change.

18 years agomshtml: Added border implementation.
Jacek Caban [Sun, 12 Nov 2006 16:09:38 +0000 (17:09 +0100)] 
mshtml: Added border implementation.

18 years agomshtml: Added IDM_ORDERLIST implementation.
Jacek Caban [Sat, 11 Nov 2006 14:32:49 +0000 (15:32 +0100)] 
mshtml: Added IDM_ORDERLIST implementation.

18 years agomshtml: Added IDM_UNORDERLIST implementation.
Jacek Caban [Sat, 11 Nov 2006 14:31:55 +0000 (15:31 +0100)] 
mshtml: Added IDM_UNORDERLIST implementation.

18 years agomshtml: Added IDM_HORIZONTALLINE implementation.
Jacek Caban [Sat, 11 Nov 2006 14:31:00 +0000 (15:31 +0100)] 
mshtml: Added IDM_HORIZONTALLINE implementation.

18 years agomshtml: Added IDM_INDENT and IDM_OUTDENT implementation.
Jacek Caban [Sat, 11 Nov 2006 14:30:08 +0000 (15:30 +0100)] 
mshtml: Added IDM_INDENT and IDM_OUTDENT implementation.

18 years agomshtml: Remove menus that are in shdoclc.dll.
Jacek Caban [Thu, 9 Nov 2006 22:55:03 +0000 (23:55 +0100)] 
mshtml: Remove menus that are in shdoclc.dll.

18 years agoshdoclc: Added shdoclc.dll.
Jacek Caban [Thu, 9 Nov 2006 22:51:08 +0000 (23:51 +0100)] 
shdoclc: Added shdoclc.dll.

18 years agowinmm/tests: Win64 printf format warning fixes.
Michael Stefaniuc [Sun, 12 Nov 2006 20:06:57 +0000 (21:06 +0100)] 
winmm/tests: Win64 printf format warning fixes.

18 years agowinmm/tests: Fix the parameters of LPTIMECALLBACK functions.
Michael Stefaniuc [Sun, 12 Nov 2006 20:06:19 +0000 (21:06 +0100)] 
winmm/tests: Fix the parameters of LPTIMECALLBACK functions.

18 years agodsound: Win64 printf format warning fixes.
Michael Stefaniuc [Sun, 12 Nov 2006 13:40:35 +0000 (14:40 +0100)] 
dsound: Win64 printf format warning fixes.

18 years agodsound: Fix the declaration/definition of DSOUND_timer().
Michael Stefaniuc [Sun, 12 Nov 2006 13:39:11 +0000 (14:39 +0100)] 
dsound: Fix the declaration/definition of DSOUND_timer().

18 years agoshlwapi: UrlEscapeA should fail with E_POINTER when querying the buffer size.
Hans Leidekker [Sun, 12 Nov 2006 15:17:48 +0000 (16:17 +0100)] 
shlwapi: UrlEscapeA should fail with E_POINTER when querying the buffer size.

18 years agowgl: Fix a typo in the pbuffer pixelformat enumeration code.
Roderick Colenbrander [Sun, 12 Nov 2006 12:08:26 +0000 (13:08 +0100)] 
wgl: Fix a typo in the pbuffer pixelformat enumeration code.

18 years agowinex11.drv: The y coordinate should be offset agaist the height, not the width.
H. Verbeet [Sat, 11 Nov 2006 22:08:36 +0000 (23:08 +0100)] 
winex11.drv: The y coordinate should be offset agaist the height, not the width.

18 years agoadvapi32: Constify a parameter.
Andrew Talbot [Sat, 11 Nov 2006 16:01:01 +0000 (16:01 +0000)] 
advapi32: Constify a parameter.

18 years agorpcrt4: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 14:57:53 +0000 (14:57 +0000)] 
rpcrt4: Cast-qual warnings fix.

18 years agorpcrt4: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 14:56:45 +0000 (14:56 +0000)] 
rpcrt4: Cast-qual warnings fix.

18 years agoquartz: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 11:03:30 +0000 (11:03 +0000)] 
quartz: Cast-qual warnings fix.

18 years agoqcap: Cast-qual warnings fix.
Andrew Talbot [Sat, 11 Nov 2006 11:02:18 +0000 (11:02 +0000)] 
qcap: Cast-qual warnings fix.

18 years agomsi: Fix a heap corruption bug by resizing the src string before adding to it.
James Hawkins [Fri, 10 Nov 2006 21:26:38 +0000 (13:26 -0800)] 
msi: Fix a heap corruption bug by resizing the src string before adding to it.