Louis Lenders
|
1c7891f86e
|
setupapi: Add stub for SetupInstallServicesFromInfSectionA.
|
2007-10-22 12:36:08 +02:00 |
Lionel Debroux
|
e122f81337
|
server: Remove redundant NULL checks before free (found by Smatch).
|
2007-10-22 12:36:08 +02:00 |
Lionel Debroux
|
2f89fe7b37
|
server: Remove redundant NULL checks before free (found by Smatch).
|
2007-10-22 12:36:08 +02:00 |
Lionel Debroux
|
6bca5f6fa0
|
itss: Remove redundant NULL check before free (found by Smatch).
|
2007-10-22 12:36:08 +02:00 |
Lionel Debroux
|
29ddd49130
|
comctl32: Remove redundant NULL check before free (found by Smatch).
|
2007-10-22 12:36:08 +02:00 |
Lionel Debroux
|
58b743161b
|
comctl32: Remove redundant NULL check before free (found by Smatch).
|
2007-10-22 12:36:08 +02:00 |
Mikolaj Zalewski
|
96e4320feb
|
msi: Use BS_GROUPBOX for group boxes.
|
2007-10-22 12:36:07 +02:00 |
Rob Shearman
|
5ce2d25b32
|
ole32: Reset the parent storage on overwritten streams so that operations on them now fail.
|
2007-10-22 12:36:07 +02:00 |
Rob Shearman
|
842d1b698d
|
ole32: Add a test to show that operations on overwritten should no longer succeed.
|
2007-10-22 12:36:07 +02:00 |
Detlef Riekenberg
|
6d9372a8d7
|
wineps: Remove unused resource file.
|
2007-10-22 12:36:07 +02:00 |
Detlef Riekenberg
|
cc7c2b7d23
|
shell32: Remove unused resource file.
|
2007-10-22 12:36:07 +02:00 |
Detlef Riekenberg
|
a1323b6b7f
|
spoolss/test: Add a test for BuildOtherNamesFromMachineName.
|
2007-10-22 12:36:07 +02:00 |
Ken Thomases
|
20d9bade16
|
configure: Use 0 instead of NULL because NULL isn't defined.
|
2007-10-22 12:36:07 +02:00 |
Ken Thomases
|
ffd78b153b
|
configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.
|
2007-10-22 12:36:07 +02:00 |
Ken Thomases
|
a609fee43a
|
configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.
|
2007-10-22 12:36:07 +02:00 |
Gerald Pfeifer
|
d594c1eab4
|
gdi32: Add a set of braces to silence a GCC 3.4 warning.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
25c21e5bff
|
cryptnet: Fix a leak.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
d0e7aaf1be
|
crypt32: Initialize mask when allocating it.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
a762ffbe14
|
crypt32: Simplify I_CertUpdateStore.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
9568cead65
|
crypt32: Replace a private type with a public one.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
207feb97c1
|
crypt32: Add more missing definitions.
|
2007-10-22 12:36:07 +02:00 |
Juan Lang
|
dbefd907b6
|
crypt32: Remove tests that cause memory corruption.
|
2007-10-22 12:36:07 +02:00 |
Jacek Caban
|
7939297ceb
|
itss: Fixed memory freeing.
|
2007-10-22 12:36:07 +02:00 |
Francois Gouget
|
0d24ebfcbb
|
winex11.drv: Remove the coloruse == -1 special case. Add X11DRV_DIB_GetColorCount() for computing a bitmap's number of colors.
|
2007-10-19 14:43:39 +02:00 |
Alexandre Julliard
|
7475ecac53
|
ntdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov).
|
2007-10-19 14:40:23 +02:00 |
Juan Lang
|
8882936073
|
crypt32: Keep signer handle count separate from signer info.
|
2007-10-19 14:23:14 +02:00 |
Juan Lang
|
b85492e851
|
crypt32: Free memory on an error path.
|
2007-10-19 14:22:28 +02:00 |
Juan Lang
|
1dce5ed3b0
|
crypt32: Free root store when quitting.
|
2007-10-19 14:22:21 +02:00 |
Juan Lang
|
d8fb290ee1
|
crypt32: Fix a couple leaked messages.
|
2007-10-19 14:21:59 +02:00 |
Juan Lang
|
cc88619f86
|
crypt32: Get rid of an unused key.
|
2007-10-19 14:21:55 +02:00 |
Juan Lang
|
6763841e19
|
crypt32: Make sure a signed encode message's signer info is always initialized.
|
2007-10-19 14:21:51 +02:00 |
Juan Lang
|
9ae5ef6641
|
crypt32: Set lower quality chain count and pointer to 0 when freeing them.
|
2007-10-19 14:21:46 +02:00 |
Juan Lang
|
5d6feab0e2
|
crypt32: Don't keep a pointer to the lower quality chains when choosing a higher quality one, otherwise they'll get double-freed.
|
2007-10-19 14:21:42 +02:00 |
Juan Lang
|
cf904c2bc4
|
crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime.
|
2007-10-19 14:21:18 +02:00 |
Juan Lang
|
abc2aec88c
|
crypt32: Use I_CertUpdateStore in registry stores.
|
2007-10-19 14:20:59 +02:00 |
Juan Lang
|
4d203fe902
|
crypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than passing a private type.
|
2007-10-19 14:20:51 +02:00 |
Juan Lang
|
889449630d
|
crypt32: Use I_CertUpdateStore in file stores.
|
2007-10-19 14:20:44 +02:00 |
Juan Lang
|
e857f383a4
|
crypt32: Implement I_CertUpdateStore.
|
2007-10-19 14:18:20 +02:00 |
Juan Lang
|
542af8aeeb
|
crypt32: Add tests for I_CertUpdateStore.
|
2007-10-19 14:18:13 +02:00 |
Juan Lang
|
b4eb9bf251
|
crypt32: Add I_CertUpdateStore stub.
|
2007-10-19 14:18:04 +02:00 |
Juan Lang
|
7b8cb034b2
|
crypt32: Add stubs for I_CryptFindLruEntry and I_CryptCreateLruEntry.
|
2007-10-19 14:17:57 +02:00 |
Juan Lang
|
43bdf4e52d
|
cryptnet: Partially implement CryptGetObjectUrl.
|
2007-10-19 12:30:03 +02:00 |
Juan Lang
|
72688bd239
|
cryptnet: Add URL_OID_GET_OBJECT_URL_FUNC definition.
|
2007-10-19 12:29:52 +02:00 |
Juan Lang
|
322bcddfa8
|
cryptnet: Add tests for CryptGetObjectUrl.
|
2007-10-19 12:29:39 +02:00 |
Juan Lang
|
016a26ddae
|
cryptnet: Add stub for CryptGetObjectUrl.
|
2007-10-19 12:28:17 +02:00 |
Juan Lang
|
6d431c7337
|
cryptnet: Add CertDllVerifyRevocation stub.
|
2007-10-19 12:28:10 +02:00 |
Juan Lang
|
4009ed30bc
|
cryptnet: Implement DllRegisterServer/DllUnregisterServer.
|
2007-10-19 12:28:03 +02:00 |
Allan Tong
|
c18fa4df68
|
wined3d: Fix comment typos in SetMultithreaded.
|
2007-10-19 12:26:59 +02:00 |
Allan Tong
|
ac6f2009f2
|
wined3d: Fix resource cleanup if CreateCubeTexture fails.
|
2007-10-19 12:26:56 +02:00 |
Mikolaj Zalewski
|
25e15ddb51
|
kernel32: FindExSearchLimitToDirectories has no effect on FindFirstFileEx.
|
2007-10-19 12:26:49 +02:00 |