Juan Lang
|
6a07ca4442
|
crypt32: Store crypt provider in decode message.
|
2007-07-16 13:39:57 +02:00 |
Juan Lang
|
8dcd9e4279
|
crypt32: Fix decoding sequences with extra trailing data.
|
2007-07-16 13:39:35 +02:00 |
Juan Lang
|
01685bca0e
|
crypt32: Add test showing extra trailing bytes should be tolerated in encoded data.
|
2007-07-16 13:39:24 +02:00 |
Damjan Jovanovic
|
15428534d8
|
ws2_32: Update WSASendTo's iovec properly.
|
2007-07-16 13:38:19 +02:00 |
Jeremy White
|
a2c2b60292
|
gdi32: Added a test for the case where lpvBits in GetDIBits is NULL and the bitcount is 0.
|
2007-07-16 13:38:09 +02:00 |
Jeremy White
|
fa23944695
|
gdi32: Do not fill in the color table if lpvBits is NULL.
|
2007-07-16 13:37:59 +02:00 |
Andrew Talbot
|
2de22f1bf0
|
winedump: Cast-qual warnings fix.
|
2007-07-16 13:36:57 +02:00 |
Paul Vriens
|
02d14c85e7
|
msi/tests: Don't create a directory that's not needed.
|
2007-07-16 13:36:49 +02:00 |
Aric Stewart
|
1afbc2c957
|
user32: Change SetDeskWallPaper spec.
|
2007-07-16 13:36:36 +02:00 |
Alexandre Julliard
|
96fbd6175d
|
Release 0.9.41.
|
2007-07-13 19:46:16 +02:00 |
Paul Vriens
|
35a10f05bc
|
mscms/tests: Skip tests if we don't have enough rights.
|
2007-07-13 14:59:52 +02:00 |
Paul Vriens
|
0653b95017
|
crypt32/tests: Skip test if we don't have enough rights.
|
2007-07-13 14:43:33 +02:00 |
Paul Vriens
|
cf111099fc
|
advapi32/tests: Use skip instead of trace.
|
2007-07-13 14:43:29 +02:00 |
Emmanuel Maillard
|
6ccb663953
|
winecoreaudio: MIDIIn_MessageHandler: Fix non-SysEx messages parsing.
|
2007-07-13 14:43:23 +02:00 |
Ken Thomases
|
f203ed946b
|
winecoreaudio: Report format error on sample rate mismatch when opening wave-in device.
|
2007-07-13 14:43:00 +02:00 |
Ken Thomases
|
41303fbd6a
|
winecoreaudio: Protect against AudioUnitRender clobbering our buffer list.
|
2007-07-13 14:42:53 +02:00 |
Ken Thomases
|
2fc548ae65
|
winecoreaudio: Correct the AudioBufferList allocated for input.
|
2007-07-13 14:42:40 +02:00 |
James Hawkins
|
6805bf8ace
|
msi: Add a test for running an ADMIN install.
|
2007-07-13 14:41:34 +02:00 |
James Hawkins
|
ba257f0cea
|
msi: Add a test for installing from different current working directories.
|
2007-07-13 14:41:14 +02:00 |
James Hawkins
|
6c940b9b49
|
msi: Fix compilation in MSVC.
|
2007-07-13 14:41:04 +02:00 |
James Hawkins
|
ed281b725a
|
msi: Fix three tests that were failing in Windows.
|
2007-07-13 14:40:59 +02:00 |
James Hawkins
|
c7b53d37e1
|
msi: Fix automation.c compile for MSVC.
|
2007-07-13 14:40:55 +02:00 |
Juan Lang
|
d1bd2ea907
|
crypt32: Update comments about hash message version numbers.
|
2007-07-13 14:40:46 +02:00 |
Juan Lang
|
a8e135f4c6
|
crypt32: Introduce an updated state, and use it to remove boolean "begun".
|
2007-07-13 14:40:39 +02:00 |
Juan Lang
|
09c4faf159
|
crypt32: Change finalized from a boolean to a state and use it to simplify message updating.
|
2007-07-13 14:40:25 +02:00 |
Juan Lang
|
9bdb084eb6
|
crypt32: Relax a test, the specific error isn't so important.
|
2007-07-13 14:40:15 +02:00 |
Juan Lang
|
8599fd7748
|
crypt32: Implement retrieving a hashed message's content.
|
2007-07-13 14:40:04 +02:00 |
Juan Lang
|
678fb8ac14
|
crypt32: Introduce an algorithm id encoding function that encodes missing parameters as NULL
and use it to match native encoding (and simplify PKCS signer tests).
|
2007-07-13 14:39:40 +02:00 |
Juan Lang
|
880507d906
|
crypt32: Add tests for retrieving the content of a non-finalized (detached) message.
|
2007-07-13 14:39:09 +02:00 |
Juan Lang
|
3ffb4b1c48
|
crypt32: Detached hash messages don't contain the content, so don't make a copy of it.
|
2007-07-13 14:39:02 +02:00 |
Juan Lang
|
f83da5cc07
|
crypt32: Don't check if msg is NULL, tests show native doesn't either.
|
2007-07-13 14:38:55 +02:00 |
Juan Lang
|
a468e6f6c3
|
crypt32: Add a helper function to copy params.
|
2007-07-13 14:38:48 +02:00 |
Juan Lang
|
fef57dad46
|
crypt32: Copy data in hash message update.
|
2007-07-13 14:38:40 +02:00 |
Juan Lang
|
72b8f8325f
|
crypt32: Add tests for hash message encoding.
|
2007-07-13 14:38:32 +02:00 |
Juan Lang
|
804b9d7165
|
crypt32: Implement getting hash message version.
|
2007-07-13 14:38:24 +02:00 |
Juan Lang
|
e3d6f771e8
|
crypt32: Add more missing defines.
|
2007-07-13 14:38:17 +02:00 |
Juan Lang
|
739cc08b3b
|
crypt32: Partially implement updating hash messages.
|
2007-07-13 14:37:51 +02:00 |
Juan Lang
|
5cb26d8e58
|
crypt32: Test updating hash messages with NULL stream output function.
|
2007-07-13 14:37:42 +02:00 |
Juan Lang
|
c2f8191a64
|
crypt32: Simplify hash value tests.
|
2007-07-13 14:37:24 +02:00 |
Juan Lang
|
bb1246a51c
|
crypt32: Implement getting a hash message's hash value.
|
2007-07-13 14:37:16 +02:00 |
Juan Lang
|
1745d8a728
|
crypt32: Add tests for getting hash message params.
|
2007-07-13 14:37:09 +02:00 |
Juan Lang
|
3c15f98b77
|
crypt32: Add a stub hash message implementation.
|
2007-07-13 14:37:00 +02:00 |
Juan Lang
|
e6c339d076
|
crypt32: Test opening hash messages to encode with streaming.
|
2007-07-13 14:36:48 +02:00 |
Juan Lang
|
ad975f672b
|
crypt32: Add tests for updating hash messages opened to encode.
|
2007-07-13 14:36:40 +02:00 |
Juan Lang
|
b12072b72d
|
crypt32: Add open tests for hash messages.
|
2007-07-13 14:36:32 +02:00 |
Juan Lang
|
afaba37ed7
|
crypt32: Implement streamed encoding of definite-length data messages.
|
2007-07-13 14:36:16 +02:00 |
Juan Lang
|
48afa16386
|
crypt32: Make some encoding functions available outside encode.c.
|
2007-07-13 14:35:47 +02:00 |
Detlef Riekenberg
|
d97a3b3385
|
printui: Parse args for PrintUIEntryW.
|
2007-07-13 14:35:42 +02:00 |
Damjan Jovanovic
|
9e07d6787f
|
ntdll: Use the win16 current directory for win16 processes.
|
2007-07-13 14:35:31 +02:00 |
Vitaliy Margolen
|
116b807b9c
|
dxdiagn: Add reporting of some display related information.
|
2007-07-13 14:35:26 +02:00 |