Commit Graph

42960 Commits

Author SHA1 Message Date
Rob Shearman
0eaab1add2 mapi32: Add a stub implementation of HrQueryAllRows@24. 2008-02-04 13:02:22 +01:00
Eric Pouech
7b81ea47c6 dbghelp: Store the PE version information in module block. 2008-02-04 12:46:12 +01:00
Eric Pouech
8e45b07483 dbghelp: Removed double assignment of checksum. 2008-02-04 12:45:44 +01:00
Eric Pouech
04c0ffdc47 dbghelp: Fixed the suspend count when creating a minidump in the middle of an exception. 2008-02-04 12:45:37 +01:00
Eric Pouech
ecdbae7ceb dbghelp: Return the size of each directory instead of passing a pointer to it. 2008-02-04 12:45:27 +01:00
Michael Stefaniuc
4715dbec24 user32: Remove duplicated get_hook_proc() function. 2008-02-04 12:36:11 +01:00
Dmitry Timoshkov
21204f579e kernel32: LOADPARAMS16->showCmd can be NULL, do not crash in that case. 2008-02-04 11:49:37 +01:00
Rob Shearman
661b01f922 widl: Output code for initialising and freeing full pointer translation tables. 2008-02-04 11:49:13 +01:00
Rob Shearman
454e489c2f widl: Don't search for a import file name with a path in the include directories for compatibility with MIDL. 2008-02-04 11:49:07 +01:00
Jacek Caban
2118aeca16 widl: Ignore ATTR_LOCAL in create_msft_typeinfo. 2008-02-04 11:30:30 +01:00
Jacek Caban
10563d5c8e urlmon: Added comments about missing MIME filters. 2008-02-04 11:29:57 +01:00
Jacek Caban
8ad3252d80 hlink: Don't prefer native version.
It's no longer a stub DLL.
2008-02-04 11:29:48 +01:00
Jacek Caban
7bfab2a482 hlink: Added standard comments. 2008-02-04 11:29:43 +01:00
Jacek Caban
5a03ea8914 hlink: Added HlinkResolveMonikerForData tests. 2008-02-04 11:29:33 +01:00
Jacek Caban
9d6cf488b6 hlink: Added HlinkResolveMonikerForData implementation. 2008-02-04 11:29:18 +01:00
Jacek Caban
13c4b62a64 hlink: Added HlinkParseDisplayName tests. 2008-02-04 11:29:11 +01:00
Jacek Caban
24853242a8 hlink: Added HlinkParseDisplayName implementation. 2008-02-04 11:29:06 +01:00
Jacek Caban
e888e88694 hlink.idl: Added more function declarations. 2008-02-04 11:29:01 +01:00
Jacek Caban
485d8362f3 hlink: Call AddRef of correct interface in ExtServUnk_QueryInterface. 2008-02-04 11:28:19 +01:00
Jacek Caban
2c15913180 urlmon: Added MkParseDisplayNameEx tests. 2008-02-04 11:28:14 +01:00
Jacek Caban
60b0539c87 urlmon: Added HlinkParseDisplayNameEx implementation. 2008-02-04 11:28:02 +01:00
Paul Vriens
254000dc99 include/wintrust.h: Add missing members to CRYPT_PROVIDER_DATA struct (fixes some wintrust tests on Windows). 2008-02-04 11:16:25 +01:00
Marcus Meissner
22aed3267b pdh: Fixed wrong condition. 2008-02-04 11:14:44 +01:00
Marcus Meissner
c46327b40c atl: Check for NULL. 2008-02-04 11:13:34 +01:00
Marcus Meissner
fa6937f4a5 wordpad: Remove condition that never triggers. 2008-02-04 11:13:26 +01:00
Francois Gouget
fa9950f93e winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks. 2008-02-04 11:13:07 +01:00
Francois Gouget
79a6f41935 winedump: Switch the block dumping code to be block-oriented, rather then flag oriented, so it is resilient to order changes. 2008-02-04 11:13:01 +01:00
Francois Gouget
9fc80d212f winedump: Dump the raw data when finding an unknown block in an lnk file. 2008-02-04 11:12:32 +01:00
Francois Gouget
74d8536414 winedump: Track unknown lnk flags and dump them. 2008-02-04 11:12:13 +01:00
Francois Gouget
85eac20afd winedump: Use the standard SLDF_XXX flag names instead of inventing new ones. Add the missing flags. 2008-02-04 11:12:03 +01:00
Francois Gouget
5caa63cae1 user32: Fix a typo in the StretchDIBits stub name. 2008-02-04 11:11:52 +01:00
Francois Gouget
3c3c83f17d shell32: Add some SLDF_XXX values, EXP_PROPERTYSTORAGE, and EXP_PROPERTYSTORAGE_SIG. 2008-02-04 11:11:48 +01:00
Francois Gouget
d491335eb7 shell32/tests: Fix a couple of copy/paste errors. 2008-02-04 11:11:27 +01:00
Gerald Pfeifer
450c634ab8 d3d9: Fix the type of three loop variables. 2008-02-04 11:11:20 +01:00
Rob Shearman
29c06dff20 oleaut32: Fix big memory leak in xCall.
Call IRpcChannelBuffer_FreeBuffer to free the buffer and other resources 
allocated by IRpcChannelBuffer_GetBuffer and IRpcChannelBuffer_SendReceive.
2008-02-04 11:11:04 +01:00
Rob Shearman
0d2a623150 secur32: Initialise more pointers in helper to NULL.
This is to avoid calling HeapFree on random pointers when 
DeleteSecurityContext is called on a context that hasn't had a second 
InitializeSecurityContext called on it, which would otherwise intialise 
those pointers.
2008-02-04 11:10:54 +01:00
Rob Shearman
8a2125f932 secur32: Try to retrive credentials by using the credential manager to retrieve credentials saved for the target server in InitializeContextHandleW, if possible. 2008-02-04 11:10:50 +01:00
Rob Shearman
506ba701bb secur32: If using cached credentials failed in InitializeSecurityContext then fail with SEC_E_NO_CREDENTIALS instead of carrying on with a blank password. 2008-02-04 11:10:05 +01:00
Rob Shearman
72ffc3fad9 secur32: Move the detection of NULL credentials from AcquireCredentialsHandle to InitializeSecurityContext.
Only use cached credentials if the credentials were NULL. Don't pass a 
domain into ntlm_auth when using cached credentials as 
ntlm_auth/winbindd should be able to figure that out.
2008-02-04 11:10:01 +01:00
Alexandre Julliard
8f954ccc0f Release 0.9.54. 2008-01-25 17:05:38 +01:00
Dmitry Timoshkov
27d3c09a39 winex11.drv: Remove an incorrect FIXME. 2008-01-25 13:44:35 +01:00
Ken Thomases
a30327afef winex11.drv: Accomodate XGetWindowProperty returning an actual format of something other than 32 for the TARGETS property.
We shouldn't care what format the property was set with, as long as we
trust that the property is an atom type.
2008-01-25 13:44:24 +01:00
Reece H. Dunn
d4c48db4b0 advapi32: Fix some cred test failures on Vista and prevent it crashing. 2008-01-25 12:30:32 +01:00
Reece H. Dunn
e3a5167ffe gdi32: Vista returns UNICODE_NOCHAR if a character does not exist. 2008-01-25 12:30:24 +01:00
Reece H. Dunn
37c56f8946 user32: Make the edit tests pass on Vista. 2008-01-25 12:30:18 +01:00
Rob Shearman
5edcf3ab6c wininet: Pass the server name into InitializeSecurityContextW. 2008-01-25 12:30:08 +01:00
Rob Shearman
dbcac92819 ntdsapi: Implement DsMakeSpnW. 2008-01-25 12:12:32 +01:00
Rob Shearman
5db45041c6 ntdsapi: Add tests for DsMakeSpnW. 2008-01-25 12:12:24 +01:00
Dmitry Timoshkov
7e8e807845 shell32: Add a LogoffWindowsDialog stub. 2008-01-25 12:08:57 +01:00
Andrew Talbot
84b9356618 winedos: Remove unneeded casts. 2008-01-25 12:08:45 +01:00