wine
17 years agosecur32: Fix ntlm_auth version number check when registering the NTLM SSP.
Kai Blin [Mon, 5 Feb 2007 22:51:06 +0000 (23:51 +0100)] 
secur32: Fix ntlm_auth version number check when registering the NTLM SSP.

17 years agosecur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.
Kai Blin [Mon, 5 Feb 2007 16:35:04 +0000 (17:35 +0100)] 
secur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.

17 years agoiphlpapi: Avoid printf format warnings.
Alexandre Julliard [Mon, 5 Feb 2007 21:04:29 +0000 (22:04 +0100)] 
iphlpapi: Avoid printf format warnings.

17 years agolibwine_port: Implemented interlocked_cmpxchg64 for x86_64.
Alexandre Julliard [Mon, 5 Feb 2007 20:47:29 +0000 (21:47 +0100)] 
libwine_port: Implemented interlocked_cmpxchg64 for x86_64.

17 years agontdll: Slist support.
Damjan Jovanovic [Fri, 2 Feb 2007 14:41:15 +0000 (16:41 +0200)] 
ntdll: Slist support.

Implemented ntdll's RtlInitializeSListHead, RtlQueryDepthSList,
RtlInterlockedFlushSList, RtlFirstEntrySList,
RtlInterlockedPushEntrySList, RtlInterlockedPopEntrySList, their
kernel32 equivalents, and tests.

17 years agolibwine_port: Added interlocked_cmpxchg64.
Damjan Jovanovic [Fri, 2 Feb 2007 14:35:15 +0000 (16:35 +0200)] 
libwine_port: Added interlocked_cmpxchg64.

17 years agowininet/tests: Add ftp tests.
Paul Vriens [Wed, 31 Jan 2007 12:16:58 +0000 (13:16 +0100)] 
wininet/tests: Add ftp tests.

17 years agouser32: Add the tests for minimize/restore MDI child sequence, fix some failures.
Dmitry Timoshkov [Wed, 31 Jan 2007 10:39:40 +0000 (18:39 +0800)] 
user32: Add the tests for minimize/restore MDI child sequence, fix some failures.

17 years agolibwine: Hardcode the data for the US-ascii codepage instead of loading a unicode...
Alexandre Julliard [Mon, 5 Feb 2007 19:39:13 +0000 (20:39 +0100)] 
libwine: Hardcode the data for the US-ascii codepage instead of loading a unicode.org file.

17 years agokernel32: Added conformance test for nested thread wakeups in the server.
Misha Koshelev [Sat, 3 Feb 2007 19:26:29 +0000 (13:26 -0600)] 
kernel32: Added conformance test for nested thread wakeups in the server.

17 years agoserver: Clear the thread wait before releasing objects to avoid nested calls.
Alexandre Julliard [Mon, 5 Feb 2007 17:05:03 +0000 (18:05 +0100)] 
server: Clear the thread wait before releasing objects to avoid nested calls.

Reported by Misha Koshelev.

17 years agowinnt.h: Avoid warnings on Mac OS X.
Alexandre Julliard [Mon, 5 Feb 2007 17:04:24 +0000 (18:04 +0100)] 
winnt.h: Avoid warnings on Mac OS X.

17 years agowinedos: Declare some items static.
Andrew Talbot [Fri, 2 Feb 2007 14:38:45 +0000 (14:38 +0000)] 
winedos: Declare some items static.

17 years agorasapi32: RasEnumConnections now returns correct buffer size (zero) when there are...
John Klehm [Thu, 1 Feb 2007 22:36:52 +0000 (16:36 -0600)] 
rasapi32: RasEnumConnections now returns correct buffer size (zero) when there are zero connections available.

17 years agoras.h: Added additional szDeviceType defines.
John Klehm [Thu, 1 Feb 2007 05:47:39 +0000 (23:47 -0600)] 
ras.h: Added additional szDeviceType defines.

17 years agowinealsa: Use a helper thread instead of asynchronous callbacks.
Maarten Lankhorst [Mon, 29 Jan 2007 15:33:24 +0000 (16:33 +0100)] 
winealsa: Use a helper thread instead of asynchronous callbacks.

17 years agowinealsa: Cosmetic stuff.
Maarten Lankhorst [Mon, 29 Jan 2007 15:27:14 +0000 (16:27 +0100)] 
winealsa: Cosmetic stuff.

17 years agowinealsa: Split driver up in tiny pieces.
Maarten Lankhorst [Mon, 29 Jan 2007 15:26:23 +0000 (16:26 +0100)] 
winealsa: Split driver up in tiny pieces.

17 years agoshlwapi: Test string functions when buffer is too small.
Mikołaj Zalewski [Sun, 4 Feb 2007 22:55:35 +0000 (23:55 +0100)] 
shlwapi: Test string functions when buffer is too small.

17 years agogdi32: Fix offset calculation in PATH_ExtTextOut for >1 chars.
Felix Nawothnig [Sat, 3 Feb 2007 21:04:38 +0000 (22:04 +0100)] 
gdi32: Fix offset calculation in PATH_ExtTextOut for >1 chars.

17 years agogdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTex...
Dmitry Timoshkov [Fri, 2 Feb 2007 10:18:15 +0000 (18:18 +0800)] 
gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case.

17 years agocomdlg32: Update Russian translation.
Anatoly Lyutin [Fri, 2 Feb 2007 13:48:44 +0000 (16:48 +0300)] 
comdlg32: Update Russian translation.

17 years agodinput: Don't reset user specified range in SetDataFormat. With tests.
Vitaliy Margolen [Fri, 2 Feb 2007 07:49:55 +0000 (00:49 -0700)] 
dinput: Don't reset user specified range in SetDataFormat. With tests.

17 years agodinput: Initialize user limits with the default 0..65535 range. Add tests.
Vitaliy Margolen [Fri, 2 Feb 2007 07:47:19 +0000 (00:47 -0700)] 
dinput: Initialize user limits with the default 0..65535 range. Add tests.

17 years agodinput: Return user set limits not the device limits.
Vitaliy Margolen [Fri, 2 Feb 2007 07:47:01 +0000 (00:47 -0700)] 
dinput: Return user set limits not the device limits.

17 years agodinput: Don't close fd before we done with it.
Vitaliy Margolen [Fri, 2 Feb 2007 07:46:17 +0000 (00:46 -0700)] 
dinput: Don't close fd before we done with it.

17 years agokernel32: Initialize owner_exists (Coverity).
Marcus Meissner [Thu, 1 Feb 2007 16:02:38 +0000 (17:02 +0100)] 
kernel32: Initialize owner_exists (Coverity).

17 years agodinput: Fix dereference pointer after NULL check (Coverity).
Marcus Meissner [Thu, 1 Feb 2007 15:08:21 +0000 (16:08 +0100)] 
dinput: Fix dereference pointer after NULL check (Coverity).

17 years agodevenum: Fix uninitialized clsidString (Coverity).
Marcus Meissner [Thu, 1 Feb 2007 14:36:15 +0000 (15:36 +0100)] 
devenum: Fix uninitialized clsidString (Coverity).

17 years agouser32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn...
Dmitry Timoshkov [Sat, 27 Jan 2007 12:50:09 +0000 (20:50 +0800)] 
user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size.

17 years agowined3d: Report D3D caps properly for ATI cards.
Maarten Lankhorst [Sat, 27 Jan 2007 11:12:44 +0000 (12:12 +0100)] 
wined3d: Report D3D caps properly for ATI cards.

17 years agowinnt.h: Add defines for SLIST_HEADER.
Mike McCormack [Fri, 26 Jan 2007 14:21:41 +0000 (23:21 +0900)] 
winnt.h: Add defines for SLIST_HEADER.

17 years agoadvpack: Constify the 3rd argument of RebootCheckOnInstall[AW].
Bang Jun-Young [Sat, 3 Feb 2007 01:13:24 +0000 (10:13 +0900)] 
advpack: Constify the 3rd argument of RebootCheckOnInstall[AW].

17 years agoole32: Add CoWaitForMultipleHandles to spec file.
John Morris [Fri, 2 Feb 2007 19:28:29 +0000 (13:28 -0600)] 
ole32: Add CoWaitForMultipleHandles to spec file.

17 years agomshtml: Add a missing space.
Detlef Riekenberg [Wed, 31 Jan 2007 21:34:35 +0000 (22:34 +0100)] 
mshtml: Add a missing space.

17 years agowinspool/tests: Add test for XcvDataW,PortIsValid.
Detlef Riekenberg [Fri, 2 Feb 2007 15:04:46 +0000 (16:04 +0100)] 
winspool/tests: Add test for XcvDataW,PortIsValid.

17 years agowinspool/tests: Add test for XcvDataW,MonitorUI.
Detlef Riekenberg [Thu, 1 Feb 2007 23:46:03 +0000 (00:46 +0100)] 
winspool/tests: Add test for XcvDataW,MonitorUI.

17 years agowinex11.drv: Declare variable signed to accept possible negative return value (Coverity).
Andrew Talbot [Sat, 3 Feb 2007 22:39:18 +0000 (22:39 +0000)] 
winex11.drv: Declare variable signed to accept possible negative return value (Coverity).

17 years agowtsapi32: Declare a variable static.
Andrew Talbot [Sat, 3 Feb 2007 14:25:13 +0000 (14:25 +0000)] 
wtsapi32: Declare a variable static.

17 years agowinmm: Declare a function static.
Andrew Talbot [Sat, 3 Feb 2007 11:27:52 +0000 (11:27 +0000)] 
winmm: Declare a function static.

17 years agowinemp3.acm: Declare some items static.
Andrew Talbot [Fri, 2 Feb 2007 17:25:09 +0000 (17:25 +0000)] 
winemp3.acm: Declare some items static.

17 years agoquartz: Fix a typo.
Andrew Talbot [Fri, 2 Feb 2007 17:47:54 +0000 (17:47 +0000)] 
quartz: Fix a typo.

Should fix Coverity CID-348 (dereference before NULL check).

17 years agouxtheme: Declare some items static.
Andrew Talbot [Thu, 1 Feb 2007 21:52:58 +0000 (21:52 +0000)] 
uxtheme: Declare some items static.

17 years agouser32: Declare some functions static.
Andrew Talbot [Wed, 31 Jan 2007 20:22:01 +0000 (20:22 +0000)] 
user32: Declare some functions static.

17 years agoshdocvw: Declare some functions static.
Andrew Talbot [Mon, 29 Jan 2007 18:12:56 +0000 (18:12 +0000)] 
shdocvw: Declare some functions static.

17 years agodbghelp: Turn a FIXME to a WARN in order to avoid mangling the output.
Dmitry Timoshkov [Mon, 5 Feb 2007 06:20:23 +0000 (14:20 +0800)] 
dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output.

17 years agowinedump: Add a sanity check before dumping long format library export.
Dmitry Timoshkov [Mon, 5 Feb 2007 06:19:44 +0000 (14:19 +0800)] 
winedump: Add a sanity check before dumping long format library export.

17 years agokernel32: Add a trace to MultiByteToWideChar.
Dmitry Timoshkov [Wed, 31 Jan 2007 10:40:05 +0000 (18:40 +0800)] 
kernel32: Add a trace to MultiByteToWideChar.

17 years agocomctl32: rebar: Fix lpBand->lpText memory leak in DeleteBand and simplify the code.
Mikołaj Zalewski [Sun, 4 Feb 2007 23:02:27 +0000 (00:02 +0100)] 
comctl32: rebar: Fix lpBand->lpText memory leak in DeleteBand and simplify the code.

17 years agocomctl32: rebar: Merge SetBandInfoA and SetBandInfoW.
Mikołaj Zalewski [Sun, 4 Feb 2007 23:00:52 +0000 (00:00 +0100)] 
comctl32: rebar: Merge SetBandInfoA and SetBandInfoW.

17 years agocomctl32: rebar: Merge GetBandInfoA and GetBandInfoW.
Mikołaj Zalewski [Sun, 4 Feb 2007 23:00:08 +0000 (00:00 +0100)] 
comctl32: rebar: Merge GetBandInfoA and GetBandInfoW.

17 years agocomctl32: rebar: Merge InsertBandA and InsertBandW.
Mikołaj Zalewski [Sun, 4 Feb 2007 22:59:33 +0000 (23:59 +0100)] 
comctl32: rebar: Merge InsertBandA and InsertBandW.

17 years agocomctl32: rebar: Add some tests for rebar and change the way the header size is fixed.
Mikołaj Zalewski [Sun, 4 Feb 2007 22:58:09 +0000 (23:58 +0100)] 
comctl32: rebar: Add some tests for rebar and change the way the header size is fixed.

17 years agomsi: Allow uncompressed files before compressed files in the same media.
James Hawkins [Sun, 4 Feb 2007 04:54:42 +0000 (22:54 -0600)] 
msi: Allow uncompressed files before compressed files in the same media.

17 years agowineps.drv: Try to use the PostSript name of a font.
Huw Davies [Thu, 1 Feb 2007 15:00:44 +0000 (15:00 +0000)] 
wineps.drv: Try to use the PostSript name of a font.

17 years agowinspool.drv: We don't need to check for the PPD Files key before using /etc/printcap.
Huw Davies [Tue, 30 Jan 2007 21:27:11 +0000 (21:27 +0000)] 
winspool.drv: We don't need to check for the PPD Files key before using /etc/printcap.

17 years agooleaut32: Fix marshaling of VARTYPE-less safearrays.
Huw Davies [Tue, 30 Jan 2007 12:39:37 +0000 (12:39 +0000)] 
oleaut32: Fix marshaling of VARTYPE-less safearrays.

17 years agomsvcrt: Fix *printf() handling of negative field width.
Michael Stefaniuc [Mon, 29 Jan 2007 22:53:46 +0000 (23:53 +0100)] 
msvcrt: Fix *printf() handling of negative field width.

17 years agontdll: Fix NtUnloadKey to match the DDK.
Bang Jun-Young [Mon, 29 Jan 2007 13:55:02 +0000 (22:55 +0900)] 
ntdll: Fix NtUnloadKey to match the DDK.

17 years agowininet: config.h police.
Bang Jun-Young [Mon, 29 Jan 2007 13:52:00 +0000 (22:52 +0900)] 
wininet: config.h police.

17 years agoadvapi32: Fix prototypes to match the PSDK.
Bang Jun-Young [Mon, 29 Jan 2007 13:49:46 +0000 (22:49 +0900)] 
advapi32: Fix prototypes to match the PSDK.

17 years agoavifil32: Declare some variables static.
Andrew Talbot [Sun, 28 Jan 2007 13:07:18 +0000 (13:07 +0000)] 
avifil32: Declare some variables static.

17 years agosecur32: Declare a function static.
Andrew Talbot [Sat, 27 Jan 2007 18:08:50 +0000 (18:08 +0000)] 
secur32: Declare a function static.

17 years agosensapi: Declare a variable static.
Andrew Talbot [Sat, 27 Jan 2007 18:09:34 +0000 (18:09 +0000)] 
sensapi: Declare a variable static.

17 years agosetupapi: Declare some functions static.
Andrew Talbot [Sat, 27 Jan 2007 18:11:12 +0000 (18:11 +0000)] 
setupapi: Declare some functions static.

17 years agosane.ds: Declare a function static.
Andrew Talbot [Sat, 27 Jan 2007 18:08:01 +0000 (18:08 +0000)] 
sane.ds: Declare a function static.

17 years agoserialui: Declare some items static.
Andrew Talbot [Sat, 27 Jan 2007 18:10:19 +0000 (18:10 +0000)] 
serialui: Declare some items static.

17 years agocomctl32: Fix the TAB_ITEM_SIZE macro.
Thomas Weidenmueller [Sat, 27 Jan 2007 13:27:38 +0000 (14:27 +0100)] 
comctl32: Fix the TAB_ITEM_SIZE macro.

17 years agouser32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy.
Dmitry Timoshkov [Sat, 27 Jan 2007 09:57:13 +0000 (17:57 +0800)] 
user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy.

17 years agogdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitma...
Dmitry Timoshkov [Sat, 27 Jan 2007 09:56:31 +0000 (17:56 +0800)] 
gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0.

17 years agocredui: Fill out the username, password and domain edit boxes from the values input...
Rob Shearman [Fri, 26 Jan 2007 19:54:24 +0000 (19:54 +0000)] 
credui: Fill out the username, password and domain edit boxes from the values input to CredUIPromptForCredentialsW.

Set the focus to the password edit box, unless the user edit box is empty.

17 years agocredui: Implement CredUIParseUserName.
Rob Shearman [Fri, 26 Jan 2007 19:54:19 +0000 (19:54 +0000)] 
credui: Implement CredUIParseUserName.

17 years agocredui: Set the focus to the username edit control.
Rob Shearman [Fri, 26 Jan 2007 19:53:54 +0000 (19:53 +0000)] 
credui: Set the focus to the username edit control.

17 years agourlmon: Code clean up.
Jacek Caban [Fri, 26 Jan 2007 17:50:43 +0000 (18:50 +0100)] 
urlmon: Code clean up.

17 years agourlmon: Call AddRef in CoInternetGetSession.
Jacek Caban [Fri, 26 Jan 2007 17:49:59 +0000 (18:49 +0100)] 
urlmon: Call AddRef in CoInternetGetSession.

17 years agoshlwapi: Don't unescape url in UrlCombineW with URL_FILE_USE_PATHURL flag.
Jacek Caban [Fri, 26 Jan 2007 17:50:21 +0000 (18:50 +0100)] 
shlwapi: Don't unescape url in UrlCombineW with URL_FILE_USE_PATHURL flag.

17 years agoshell32: Remove an unneeded local variable initialization.
Francois Gouget [Fri, 26 Jan 2007 17:23:57 +0000 (18:23 +0100)] 
shell32: Remove an unneeded local variable initialization.

17 years agowinapi_check: Print a warning when 'long' is used in an API file as this type is...
Francois Gouget [Fri, 26 Jan 2007 17:21:54 +0000 (18:21 +0100)] 
winapi_check: Print a warning when 'long' is used in an API file as this type is not Win64 compatible.

17 years agooleview: Remove many casts.
Mike McCormack [Fri, 26 Jan 2007 14:48:42 +0000 (23:48 +0900)] 
oleview: Remove many casts.

17 years agomsi: Add a (mostly empty) typelib for the MsiServer interface.
Mike McCormack [Fri, 26 Jan 2007 12:14:58 +0000 (21:14 +0900)] 
msi: Add a (mostly empty) typelib for the MsiServer interface.

17 years agowidl: Handle TKIND_DISPATCH when generating MSFT typelibs.
Mike McCormack [Fri, 26 Jan 2007 12:13:52 +0000 (21:13 +0900)] 
widl: Handle TKIND_DISPATCH when generating MSFT typelibs.

17 years agomakefile: Use git-ls-files if possible to build tags files.
Alexandre Julliard [Fri, 26 Jan 2007 12:53:35 +0000 (13:53 +0100)] 
makefile: Use git-ls-files if possible to build tags files.

17 years agowinapi_check: Print the line number when an error or warning is found in the API...
Francois Gouget [Fri, 26 Jan 2007 12:21:54 +0000 (13:21 +0100)] 
winapi_check: Print the line number when an error or warning is found in the API files.

17 years agowintrust: Add missing packing directives to mscat.h.
Francois Gouget [Fri, 26 Jan 2007 12:19:12 +0000 (13:19 +0100)] 
wintrust: Add missing packing directives to mscat.h.

17 years agowintrust: Add missing prototypes and a missing include directive to mscat.h.
Francois Gouget [Fri, 26 Jan 2007 12:18:56 +0000 (13:18 +0100)] 
wintrust: Add missing prototypes and a missing include directive to mscat.h.

17 years agowintrust: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Fri, 26 Jan 2007 12:18:40 +0000 (13:18 +0100)] 
wintrust: Better match the PSDK types and fix the winapi_check warnings.

17 years agousp10: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Fri, 26 Jan 2007 12:18:21 +0000 (13:18 +0100)] 
usp10: Update win32.api to fix the winapi_check warnings.

17 years agowinecoreaudio.drv: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Fri, 26 Jan 2007 12:17:49 +0000 (13:17 +0100)] 
winecoreaudio.drv: Update win32.api to fix the winapi_check warnings.

17 years agomsi: Add todos around tests that aren't being run yet, but will fail.
Mike McCormack [Fri, 26 Jan 2007 12:14:25 +0000 (21:14 +0900)] 
msi: Add todos around tests that aren't being run yet, but will fail.

17 years agomsi: Fix a typo.
Mike McCormack [Fri, 26 Jan 2007 12:14:07 +0000 (21:14 +0900)] 
msi: Fix a typo.

17 years agowinspool: Fix make rules for import library.
Alexandre Julliard [Fri, 26 Jan 2007 12:07:37 +0000 (13:07 +0100)] 
winspool: Fix make rules for import library.

17 years agosnmpapi: Fix printf format warnings in tests.
Alexandre Julliard [Fri, 26 Jan 2007 12:07:05 +0000 (13:07 +0100)] 
snmpapi: Fix printf format warnings in tests.

17 years agoiphlpapi: Support for non-linux platforms, including Mac OS X.
Mark Adams [Fri, 26 Jan 2007 01:16:25 +0000 (20:16 -0500)] 
iphlpapi: Support for non-linux platforms, including Mac OS X.

- Add error messages when unimplemented functions are called on
  non-linux platforms.
- Implement retrieving the interface list on MacOS X (and other
  platforms that use NET_RT_DUMP).

17 years agoiphlpapi: Filter out no-ip addresses when building ip address table.
Mark Adams [Fri, 26 Jan 2007 01:15:58 +0000 (20:15 -0500)] 
iphlpapi: Filter out no-ip addresses when building ip address table.

17 years agoiphlpapi: Clarify interface counting.
Mark Adams [Fri, 26 Jan 2007 01:14:53 +0000 (20:14 -0500)] 
iphlpapi: Clarify interface counting.

17 years agocabinet: Improve initialization of some arrays.
Andrew Talbot [Thu, 25 Jan 2007 22:14:49 +0000 (22:14 +0000)] 
cabinet: Improve initialization of some arrays.

17 years agolibwine: sign-compare fixes.
Joris Huizer [Thu, 25 Jan 2007 21:14:01 +0000 (13:14 -0800)] 
libwine: sign-compare fixes.

17 years agosnmpapi: Fix the winapi_check warnings.
Francois Gouget [Thu, 25 Jan 2007 14:10:23 +0000 (15:10 +0100)] 
snmpapi: Fix the winapi_check warnings.

17 years agomsi: Allocate a buffer in WCHARs not CHARs.
Mike McCormack [Thu, 25 Jan 2007 14:05:19 +0000 (23:05 +0900)] 
msi: Allocate a buffer in WCHARs not CHARs.

17 years agowineserver: Validate the children of windows being hidden.
Ulrich Czekalla [Thu, 25 Jan 2007 13:57:14 +0000 (08:57 -0500)] 
wineserver: Validate the children of windows being hidden.

Prevents paint_count values from being skewed when hiding windows.