Lionel Debroux
|
b78ed57a39
|
gdi32/tests: Fix memory leak (found by Smatch).
|
2007-10-22 15:58:16 +02:00 |
Mikołaj Zalewski
|
cf509c29f1
|
advapi32: Make CreateWellKnownSid create domain sids (with test).
|
2007-10-22 14:54:39 +02:00 |
Mikołaj Zalewski
|
b06379b2b3
|
advapi32: Add a test for CreateWellKnownSid and implement two more SIDs.
|
2007-10-22 14:54:39 +02:00 |
Mikołaj Zalewski
|
8bc12f3f41
|
advapi32/tests: Define OBJECT_BASIC_INFORMATION in source file as it is not defined in Windows SDK winternl.h.
|
2007-10-22 14:54:39 +02:00 |
Mikołaj Zalewski
|
05cb54fcc8
|
advapi32/tests: Make the SDDL test pass under Vista.
|
2007-10-22 14:54:39 +02:00 |
Louis Lenders
|
7a06e0d36c
|
hhctrl.ocx: Update version info.
|
2007-10-22 14:54:39 +02:00 |
Louis Lenders
|
c29517896f
|
tapi32: Add stub for lineInitializeExA.
|
2007-10-22 14:54:39 +02:00 |
Rob Shearman
|
a3ad394f9c
|
urlmon: Add a stub for GetClassFileOrMime.
|
2007-10-22 14:54:39 +02:00 |
Rob Shearman
|
cfeaa3e682
|
urlmon: Fix the MIME type reported by the HTTP protocol when the Content-Type headers contains charset data too.
|
2007-10-22 13:52:38 +02:00 |
Juan Lang
|
dda8053179
|
crypt32: Always set *ppszError.
|
2007-10-22 13:52:24 +02:00 |
Juan Lang
|
e0b8e37bf0
|
crypt32: Don't allocate a 0-length string.
|
2007-10-22 13:52:19 +02:00 |
Juan Lang
|
d34b3bf63c
|
crypt32: Don't assume string pointer has been set if length is 0.
|
2007-10-22 13:52:15 +02:00 |
Juan Lang
|
7cf611ef3b
|
crypt32: Fail if MultiByteToWideChar converts 0 characters.
|
2007-10-22 13:52:09 +02:00 |
Hans Leidekker
|
533aa4dcd5
|
wininet: Use passive mode for the ftp tests.
|
2007-10-22 13:52:00 +02:00 |
Hans Leidekker
|
cc54dfe1e2
|
wininet: Fix some failing ftp tests on Windows and Wine.
|
2007-10-22 13:51:56 +02:00 |
Hans Leidekker
|
dd5347ee6a
|
wininet: Properly clean up ftp sessions.
|
2007-10-22 13:51:52 +02:00 |
Hans Leidekker
|
c33a51eaf2
|
wininet: Separate ftp session destruction from closing connections.
|
2007-10-22 13:51:47 +02:00 |
Andrew Talbot
|
add663fdd2
|
wineboot: Fix some memory leaks.
|
2007-10-22 13:51:20 +02:00 |
Andrew Talbot
|
e76fe016e4
|
taskmgr: Fix a memory leak.
|
2007-10-22 13:51:17 +02:00 |
Alex Villacís Lasso
|
469669e629
|
riched20: 2.0 and higher inserts CRCRLF as space (with tests).
|
2007-10-22 13:50:13 +02:00 |
Vitaliy Margolen
|
b7addaab6a
|
wine.man: Document OSS environment variables.
|
2007-10-22 13:50:01 +02:00 |
Dan Hipschman
|
fd6a276f4c
|
widl: Update the manpage.
|
2007-10-22 13:48:03 +02:00 |
Dan Hipschman
|
ff8930f2bf
|
widl: Fix problems with variable-size user types.
|
2007-10-22 13:47:56 +02:00 |
Roderick Colenbrander
|
e1a3e9a6ef
|
wined3d: Rebind the 2D texture corresponding to the p8 surface. In some programs this caused nothing to show up.
|
2007-10-22 12:37:44 +02:00 |
Gerald Pfeifer
|
68ddc722ee
|
ntdll: #include <sys/types.h> to get dev_t.
|
2007-10-22 12:37:25 +02:00 |
Jacek Caban
|
cf19259a03
|
mshtml: Fixed spaces handling in range object.
|
2007-10-22 12:36:32 +02:00 |
Jacek Caban
|
11d62d7fcb
|
mshtml: Added IHTMLTxtRange::expand("TextEdit") implementation.
|
2007-10-22 12:36:26 +02:00 |
Michael Stefaniuc
|
f02a01574b
|
mshtml/tests: Move the 'const' after REFIID as REFIID is a macro that already starts with 'const'.
|
2007-10-22 12:36:19 +02:00 |
Michael Stefaniuc
|
4e2eef2b25
|
winex11.drv: Fix two missing unlocks on error paths. Found by Smatch.
|
2007-10-22 12:36:08 +02:00 |
Michael Stefaniuc
|
e01e8a0192
|
wrc: Remove redundant NULL check before free(). Found by Smatch.
|
2007-10-22 12:36:08 +02:00 |
Michael Stefaniuc
|
cc4b9656b9
|
wpp: Remove redundant NULL check before free(). Found by Smatch.
|
2007-10-22 12:36:08 +02:00 |
Juan Lang
|
c527c7611a
|
wininet: Implement DeleteUrlCacheEntryW.
|
2007-10-22 12:36:08 +02:00 |
Juan Lang
|
d155915861
|
wininet: Implement IsUrlCacheEntryExpiredW.
|
2007-10-22 12:36:08 +02:00 |
Juan Lang
|
6fdec3d501
|
wininet: Add a URLCache_FindEntryInHashW helper, and use it to simplify finding an entry in a hash with a wide-character URL string.
|
2007-10-22 12:36:08 +02:00 |
Juan Lang
|
1594b429f8
|
wininet: Implement IsUrlCacheEntryExpiredA.
|
2007-10-22 12:36:08 +02:00 |
Juan Lang
|
a6c252c122
|
wininet: Update comments to match function parameters.
|
2007-10-22 12:36:08 +02:00 |
Rob Shearman
|
8d6093e624
|
server: Fix file_set_sd to handle NULL DACLs.
These mean that the file should have full permissions for everyone.
|
2007-10-22 12:36:08 +02:00 |
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 |