40519 Commits

Author SHA1 Message Date
Juan Lang
1fd2bc5215 advapi32: Add stubs for CredEnumerateA/W. 2007-10-25 12:53:22 +02:00
Juan Lang
aa657e93be credui: Add proper parameter names to SSO stubs, and use symbolic return values. 2007-10-25 12:53:15 +02:00
Dmitry Timoshkov
ae89239cde shlwapi: Forward GetStringType3ExW to GetStringTypeW. 2007-10-25 12:48:53 +02:00
Dmitry Timoshkov
f7a7e6d9f9 shlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgItemTextW. 2007-10-25 12:48:48 +02:00
Dan Kegel
374db6371c wine.inf: Add fake DLL for mshtml.dll. 2007-10-25 12:48:43 +02:00
Aric Stewart
80969f5303 iphlpapi: For platforms that do not implement /proc, return Unimplemented for the functions trying to read from there. 2007-10-25 12:48:29 +02:00
Gerald Pfeifer
826a6d09d4 rpcrt4: Initialize variable to avoid compiler warning. 2007-10-25 12:48:01 +02:00
Rob Shearman
512239d515 kernel32: Add tests for creating events with different initial security descriptors. 2007-10-25 12:47:28 +02:00
Rob Shearman
dd9e392796 server: Use the security descriptor passed in when creating events. 2007-10-25 12:47:22 +02:00
Rob Shearman
87b15db617 advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value. 2007-10-25 12:14:34 +02:00
Rob Shearman
266a5a9d23 comctl32: Don't set the focus to the text box when the ComboBoxEx receives a CBN_SELENDCANCEL notification. 2007-10-25 12:14:26 +02:00
Rob Shearman
e146591cd6 credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-10-25 12:14:18 +02:00
Rob Shearman
1d150b8920 credui: Build the import library. 2007-10-25 12:11:22 +02:00
Rob Shearman
3b219c9638 credui: Verify some of the parameters to CredUIPromptForCredentials, like native does. 2007-10-25 12:11:18 +02:00
Rob Shearman
33d1ad1098 credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window. 2007-10-25 12:11:11 +02:00
Rob Shearman
af069ad758 credui: Implement CredUIConfirmCredentialsW. 2007-10-25 12:11:02 +02:00
Andrew Talbot
d275a4d3af winedbg: Fix a memory leak. 2007-10-24 15:51:05 +02:00
Andrew Talbot
da5a398cc3 winhelp: Fix a memory leak. 2007-10-24 15:46:53 +02:00
Hwang YunSong(황윤성)
00e90ac412 cmdlgtst: Updated Korean resource. 2007-10-24 15:46:21 +02:00
Alexander Dorofeyev
3ac3a5dcb5 gdi32: Fix unchecked NULL ptr in BIDI_Reorder. 2007-10-24 15:36:37 +02:00
David Adam
5edd2cfaa7 d3dx8: Implement D3DXPlaneMatrixIsIdentity. 2007-10-24 14:15:25 +02:00
David Adam
73f59692ce d3dx8: Implement D3DXPlaneMatrixIdentity. 2007-10-24 14:15:14 +02:00
David Adam
5b685e6ad7 d3dx8: Implement D3DXPlaneColorSubtract. 2007-10-24 14:15:00 +02:00
David Adam
2567bd8a98 d3dx8: Implement D3DXPlaneColorAdd. 2007-10-24 14:14:51 +02:00
David Adam
0dc3208cf6 d3dx8: Implement D3DXPlaneColorScale. 2007-10-24 14:14:35 +02:00
David Adam
03e92443d7 d3dx8: Implement D3DXPlaneColorModulate. 2007-10-24 14:14:27 +02:00
David Adam
2f3702043e d3dx8: Implement D3DXPlaneColorLerp. 2007-10-24 14:14:17 +02:00
David Adam
6ebc5cefdf d3dx8: Implement D3DXPlaneColorNegative. 2007-10-24 14:14:08 +02:00
David Adam
a00353b394 d3dx8: Implement D3DXPlaneDotNormalize. 2007-10-24 14:14:00 +02:00
David Adam
3247fa0d67 d3dx8: Implement D3DXPlaneDotCoord. 2007-10-24 14:13:48 +02:00
David Adam
10259cd87c d3dx8: Implement D3DXPlaneDot. 2007-10-24 14:13:37 +02:00
Bang Jun-young
74c5d1750b shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK. 2007-10-24 14:13:01 +02:00
Dmitry Timoshkov
fd9774cef6 shlwapi: Forward more entries to user32 exports. 2007-10-24 14:12:17 +02:00
Dmitry Timoshkov
54c83b388c shlwapi: Use existing shlwapi/Win32 APIs to compare strings in Windows encoding. 2007-10-24 14:12:09 +02:00
Dmitry Timoshkov
4009de3662 ntdll: Use symbolic names when possible. 2007-10-24 14:12:04 +02:00
Dan Hipschman
816f993288 oleaut32: Add stubs for IPropertyBag_Read. 2007-10-24 13:52:16 +02:00
Dan Hipschman
1aab1072c1 widl: Use error_loc instead of yyerror. 2007-10-24 13:51:58 +02:00
Dan Hipschman
9051918976 widl: parser_error must append a newline, so write a new function, error_loc. 2007-10-24 13:51:48 +02:00
Juan Lang
a79ec597f4 credui: Add stubs. 2007-10-24 13:51:13 +02:00
Roy Shea
79e7e15f25 include/rpc.h: Add missing headers. 2007-10-24 13:49:33 +02:00
Mikolaj Zalewski
d0cff353af browseui: Implement the progress dialog. 2007-10-24 13:49:17 +02:00
Mikolaj Zalewski
09b022e363 include: Add IProgressDialog definitions. 2007-10-24 13:47:41 +02:00
Dan Kegel
f4b0cf5f5b gdi32/tests: Fix false pass in warn+heap case. 2007-10-24 13:47:28 +02:00
Juan Lang
912c3e609b crypt32: Implement cert chain revocation checking. 2007-10-24 12:33:39 +02:00
Juan Lang
5928c698ae crypt32: Implement CertVerifyRevocation. 2007-10-24 12:33:32 +02:00
Juan Lang
3b85a7946e crypt32: Add basic test for CertVerifyRevocation. 2007-10-24 12:33:24 +02:00
Juan Lang
cf8db7305d crypt32: Add CertVerifyRevocation stub. 2007-10-24 12:33:10 +02:00
Juan Lang
6974ab554e wine.inf: Register cryptnet.dll. 2007-10-24 12:33:04 +02:00
Juan Lang
42d0d50561 cryptnet: Don't prefer native version. 2007-10-24 12:32:59 +02:00
Juan Lang
07794d5890 cryptnet: Implement CertDllVerifyRevocation. 2007-10-24 12:32:52 +02:00