49051 Commits

Author SHA1 Message Date
Juan Lang
a203640b5a crypt32: Reduce excessive indenting. 2008-08-21 11:35:31 +02:00
Juan Lang
a36d8ce611 crypt32: Remove an unneeded helper. 2008-08-21 11:35:23 +02:00
Juan Lang
aa265b4165 crypt32: Handle the detached portion of detached signed messages. 2008-08-21 11:35:14 +02:00
Juan Lang
0a8d14c2e6 crypt32: Rewrite CDecodeMsg_Update for better detached data handling. 2008-08-21 11:35:07 +02:00
Juan Lang
d3c8b59e02 crypt32: Pass address of blob to store data rather than message to CDecodeMsg_CopyData. 2008-08-21 11:34:58 +02:00
Juan Lang
1b7121e7ad crypt32: Support the KeyId type of signer in CMSG_SIGNER_CERT_INFO_PARAM. 2008-08-21 11:33:48 +02:00
Juan Lang
51b16fb857 crypt32: Support the KeyId type of signer in CMSG_SIGNER_INFO_PARAM. 2008-08-21 11:33:39 +02:00
Juan Lang
57a85f0d6b crypt32: Implement CMSG_CMS_SIGNER_INFO_PARAM. 2008-08-21 11:33:30 +02:00
Juan Lang
6d9fc0f59d crypt32: Add tests for CMSG_CMS_SIGNER_INFO_PARAM. 2008-08-21 11:33:21 +02:00
Juan Lang
ca94a1cc0d crypt32: Add more tests for the version of encoded signed CMS messages. 2008-08-21 11:33:12 +02:00
Juan Lang
595bae3ef3 crypt32: Test and correct encoding of signed CMS messages. 2008-08-21 11:33:03 +02:00
Juan Lang
282eb73bc3 crypt32: Use CMS messages rather than PKCS messages internally. 2008-08-21 11:32:53 +02:00
Alexandre Julliard
a360e93430 configure: Generate the makefiles list in configure instead of make_makefiles. 2008-08-21 11:13:57 +02:00
Alexandre Julliard
b990e60a01 configure: Require autoconf version 2.59d. 2008-08-20 15:22:02 +02:00
Michael Karcher
34aa6b7002 kernel32: Fix profile cache logic and don't cache new files. 2008-08-20 14:56:15 +02:00
Michael Karcher
af2d274f0e ntdll: Add sub-second resolution to NtQueryInformationFile. 2008-08-20 14:56:01 +02:00
Christian Costa
f2b0e3168a msvcirt: Implement some ostream stubs. 2008-08-20 14:09:03 +02:00
David Adam
5bb6e4ab8c d3dx8: Implement D3DXBoxBoundProbe. 2008-08-20 14:08:58 +02:00
Vitaliy Margolen
517462cf9a dinput: Add mouse warp override config option. 2008-08-20 14:05:18 +02:00
Vijay Kiran Kamuju
43aa149046 d3drm: Add minimal d3drmobj.h. 2008-08-20 14:03:51 +02:00
Aric Stewart
304ff3c728 dinput: The DIK_ keycode is not the same as the scancode.
It is mapped with the keyboard mapping to the resulting character so
the key 'A' is DIK_A nomatter what its scancode or vkey would be. This
is relevant to Japanese keymapping where the '@' key is in the '['
location the scancode for both is 0x22 but dinput generates DIK_AT in
japanese and DIK_LBRACKET in us_qwerty.
2008-08-20 13:58:25 +02:00
Alistair Leslie-Hughes
0a1a4f7ca8 ole32: Stop crash under w2k8. 2008-08-20 13:55:43 +02:00
Andre Wisplinghoff
ea49a06934 user32: Add a test for ToUnicode. 2008-08-20 13:55:13 +02:00
Ismael Barros
063c1e6c97 dplayx: Tests for checking remote data replication. 2008-08-20 13:53:24 +02:00
Ismael Barros
8e9b291272 dplayx: Tests for GetMessageQueue. 2008-08-20 13:53:10 +02:00
Ismael Barros
4db050d800 dplayx: Tests for GetMessageCount. 2008-08-20 13:53:00 +02:00
Ismael Barros
636bdd800c dplayx: Tests for Receive. 2008-08-20 13:52:48 +02:00
Ismael Barros
2a96593369 dplayx: Tests for Send. 2008-08-20 13:52:36 +02:00
Ismael Barros
37ab5a4ffb dplayx: Tests for checking the behaviour of groups in a C/S session. 2008-08-20 13:52:24 +02:00
Ismael Barros
5ba76a257a dplayx: Tests for checking the behaviour of groups in a p2p session. 2008-08-20 13:51:56 +02:00
Ismael Barros
c235bba66b dplayx: Tests for EnumGroupsInGroup. 2008-08-20 13:51:42 +02:00
Ismael Barros
ce3bd3b6f3 dplayx: Tests for EnumGroups. 2008-08-20 13:51:27 +02:00
Ismael Barros
44fe844edf dplayx: Tests for EnumPlayers. 2008-08-20 13:50:48 +02:00
Ismael Barros
1278ea3aea dplayx: Tests for GroupOwner. 2008-08-20 13:49:18 +02:00
Ismael Barros
58837a6ceb dplayx: Tests for CreateGroup. 2008-08-20 13:49:04 +02:00
Gerald Pfeifer
e375b0c4a2 Add return statements to avoid gcc warnings. 2008-08-20 12:53:22 +02:00
Hans Leidekker
6603ad725a winhttp: Add some tests for WinHttpAddRequestHeaders. 2008-08-20 12:53:00 +02:00
Hans Leidekker
70fb4ef523 winhttp: Use default values for verb, object and version parameters in WinHttpOpenRequest. 2008-08-20 12:52:56 +02:00
Hans Leidekker
f14b6afb9c winhttp: Implement WinHttpQueryHeaders. 2008-08-20 12:52:24 +02:00
Hans Leidekker
8f1d818bf3 winhttp: Implement WinHttpAddRequestHeaders. 2008-08-20 12:52:20 +02:00
Hans Leidekker
fcb0e3a9d1 winhttp: Add a stub implementation for WinHttpSetTimeouts. 2008-08-20 12:52:16 +02:00
Hans Leidekker
6b9f60da79 winhttp: Deliver status notifications to the application. 2008-08-20 12:52:11 +02:00
Austin English
f8cd30e9e1 user32: Test what FindWindow does when window isn't found. 2008-08-20 12:47:29 +02:00
Vincent Povirk
743b5730f5 user32: Implement TPM_*ALIGN flags. 2008-08-20 12:44:36 +02:00
Roy Shea
5b3b540d8b mstask/test: Conformance test for CreateTrigger. 2008-08-20 12:36:06 +02:00
Roy Shea
32354497f7 mstask/test: Conformance test for (Set|Get)ApplicationName. 2008-08-20 12:35:45 +02:00
Stefan Dösinger
8fe6bf0bad wined3d: Fix the unused arg marker. 2008-08-20 12:34:44 +02:00
Stefan Dösinger
a950d3a10e ddraw: Set the bitdepth on YUV formats. 2008-08-20 12:33:33 +02:00
Stefan Dösinger
5d75939b09 wined3d: Keep track of the last used device. 2008-08-20 12:33:25 +02:00
Stefan Dösinger
90e2a676e8 ddraw: Do not set the rendertarget flag just because of the backbuffer flag.
There are also overlay backbuffers, which aren't render targets. The
primarysurface and d3ddevice cap flags should be enough here.
2008-08-20 12:32:42 +02:00