Commit Graph

65696 Commits

Author SHA1 Message Date
Juan Lang 47e75329e3 wintrust: Return error directly from WINTRUST_SaveSigner. 2010-01-29 13:30:03 +01:00
Juan Lang 1781878b00 wintrust: Return error directly from WINTRUST_VerifySigner. 2010-01-29 13:30:03 +01:00
Alexandre Julliard 9e47c59427 comctl32: Actually grow the array in DPA_Grow. 2010-01-29 13:30:00 +01:00
Alexandre Julliard 6bc1a359f8 msacm32: Clear the type field when deleting a driver. 2010-01-29 13:29:21 +01:00
Alexandre Julliard 91502b0634 cabinet/tests: Fix accesses to an invalid pointer. 2010-01-29 13:29:21 +01:00
Alexandre Julliard 221c115e98 kernel32/tests: Fix some of the heap tests for 64-bit. 2010-01-29 13:29:21 +01:00
Alexandre Julliard 7ffb1c102e ntdll: Fix the various heap debug checks for 64-bit. 2010-01-29 13:28:57 +01:00
Alexandre Julliard 0692bfda5f ntdll: Don't require heap sizes to be 64K aligned. 2010-01-28 19:47:01 +01:00
Alexandre Julliard b7b8929f0b ntdll: Support delayed freeing of heap blocks to catch use-after-free bugs. 2010-01-28 19:43:38 +01:00
Alexandre Julliard a75ae7936e ntdll: Disable debug flags when running on Valgrind.
The extra debug checks cause more harm than good under Valgrind.
2010-01-28 19:42:48 +01:00
Alexandre Julliard 2a07163901 dbghelp: Fix the Mac OS build. 2010-01-28 15:52:32 +01:00
Alexandre Julliard ee0f4b0da3 winetest: Refuse to run if the mount manager isn't running.
This usually indicates that the Wine prefix isn't valid.
2010-01-28 15:50:52 +01:00
Uwe Bonnes 0d16965832 msvcrt: read_i should pull in LF after CR only in unbuffered mode. 2010-01-28 15:30:26 +01:00
Uwe Bonnes 92ac665d37 msvcrt: Check for EOF before correcting CR/LF. 2010-01-28 15:30:26 +01:00
Hans Leidekker 1d0db2b19b msi: Don't create all directories in the CreateFolders action.
The CreatFolders action should create only the directories listed in the
CreateFolder table, the rest will be created during the InstallFiles action.
Fixes the EndNote 8 installer.
2010-01-28 15:30:26 +01:00
Hans Leidekker aa19638cb9 msi: Improve some traces. 2010-01-28 15:30:25 +01:00
Hans Leidekker 7c9cb1e1be msi: Name and arguments in the service control table are formatted strings. 2010-01-28 15:30:25 +01:00
Hans Leidekker 4d14ea47f7 msi: Add a test for MsiSetTargetPath. 2010-01-28 15:30:25 +01:00
Alexandre Julliard 49be8db6b1 shell32: Put the temp directory inside the user profile directory. 2010-01-28 15:30:13 +01:00
Alexandre Julliard 6beb82e2d6 kernel32: Append the user PATH value to the system one. 2010-01-28 14:53:24 +01:00
Alexandre Julliard 17dea24f48 kernel32: Make sure the volatile environment is always loaded. 2010-01-28 13:35:03 +01:00
Alexandre Julliard 0daf0528da kernel32: Load USERNAME and USERPROFILE from the volatile environment. 2010-01-28 13:34:05 +01:00
Alexandre Julliard 2c0e31cfdc kernel32: Treat PWD as a special environment variable. 2010-01-28 13:29:53 +01:00
Alexandre Julliard fd0efd92e0 wineboot: Set the USERNAME and USERPROFILE variables in the volatile environment. 2010-01-28 13:29:04 +01:00
Alexandre Julliard 4e2827aa33 wineboot: Add a wrapper function for RegSetValueExW. 2010-01-28 13:27:41 +01:00
Igor Paliychuk 1da6d263b5 msacm32: Add Ukrainian translations. 2010-01-28 12:17:12 +01:00
Igor Paliychuk bfd9a31008 mpr: Add Ukrainian translations. 2010-01-28 12:17:03 +01:00
Igor Paliychuk 16ff05f8ab hhctrl.ocx: Add Ukrainian translations. 2010-01-28 12:16:48 +01:00
Igor Paliychuk 17f674c2e7 crypt32: Add Ukrainian translations. 2010-01-28 12:16:37 +01:00
Juan Lang 4c1e554d19 wintrust: Close file handle on error loading a message from it. 2010-01-28 12:14:02 +01:00
Juan Lang dce2a4590d wintrust: Return error directly from SOFTPUB_LoadCertMessage. 2010-01-28 12:13:59 +01:00
Juan Lang 6099adf79a wintrust: Return error directly from SOFTPUB_DecodeInnerContent. 2010-01-28 12:13:56 +01:00
Juan Lang 8085ea5fe0 wintrust: Return error directly from SOFTPUB_CreateStoreFromMessage. 2010-01-28 12:13:53 +01:00
Juan Lang 568b0025c7 wintrust: Return error directly from SOFTPUB_GetMessageFromFile. 2010-01-28 12:13:50 +01:00
Juan Lang 2c12de4b7e wintrust: Return error directly from SOFTPUB_GetSIP. 2010-01-28 12:13:47 +01:00
Juan Lang b5fbb87470 wintrust: Return error directly from SOFTPUB_GetFileSubject. 2010-01-28 12:13:44 +01:00
Juan Lang fc1fbf6107 wintrust: Return error directly from SOFTPUB_OpenFile. 2010-01-28 12:13:41 +01:00
Juan Lang 528876c402 wintrust: Return error directly from SOFTPUB_LoadCatalogMessage. 2010-01-28 12:13:38 +01:00
Juan Lang 9e8e14ed12 wintrust: Return error directly from SOFTPUB_LoadFileMessage. 2010-01-28 12:13:35 +01:00
Matijn Woudt 5a712037af winhttp/tests: Add tests for WinHttpSetTimeouts. 2010-01-28 12:13:27 +01:00
Erich Hoover 6ae7fe659e hhctrl.ocx: Handle Index tab sub-topics. 2010-01-28 11:58:46 +01:00
Erich Hoover 50f67cbab1 hhctrl.ocx: Make the Index tab functional. 2010-01-28 11:58:33 +01:00
Erich Hoover 5912b0c92f hhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab. 2010-01-28 11:58:11 +01:00
Jörg Höhle 8894da4a6e midimap: Refuse to open when asked for yet unimplemented callbacks. 2010-01-28 11:10:46 +01:00
Jörg Höhle 9fac9d8ffd winmm: Fix MIDI resource leaks. 2010-01-28 11:10:19 +01:00
Jacek Caban 7bf41fac63 mshtml: Added script element IDispatchEx support. 2010-01-28 11:10:06 +01:00
Jacek Caban 100b7f580f mshtml.idl: Remove useless semicolons. 2010-01-28 11:09:59 +01:00
Jacek Caban 19240cb87d mshtml.idl: Added DispHTMLScriptElement declaration. 2010-01-28 11:09:48 +01:00
Jacek Caban b00bd14e77 mshtml: Moved common element tids to macro. 2010-01-28 11:09:40 +01:00
Marcus Meissner a01d392153 winhttp: On NULL request, skip the other tests (Coverity). 2010-01-28 11:09:10 +01:00