Rob Shearman
d0f93223b1
inetmib1: Fix off-by-one error in findNextOidInTable.
...
index is 1-based, so take that into account when calculating the
pointer to pass into the compare function.
2009-12-02 16:31:22 +01:00
Rob Shearman
190a11ddb6
advapi32: Fix memory leaks in security tests.
2009-12-02 16:08:53 +01:00
Rob Shearman
8bfc736561
advapi32: Don't test the contents of memory outside of a valid block of memory.
2009-12-02 16:08:52 +01:00
Rob Shearman
211e4fc0fe
msxml3: Fix double-free of BSTR in domdoc tests.
...
Using the _bstr_ allocator adds the returned string to a cache, so the
string shouldn't be freed with SysFreeString. Therefore, just replace
the lone call to _bstr_ in this function by a straight call to
SysAllocString.
2009-12-02 16:08:52 +01:00
Rob Shearman
b84201dca5
hlink: Fix memory leaks in test.
2009-12-02 16:08:52 +01:00
Paul Vriens
be3c97437f
kernel32/tests: Add some GetLongPathNameA tests.
2009-12-02 16:08:52 +01:00
Ilya Shpigor
fa92edfa48
comctl32: Implementation the WM_GETTEXT processing of datetime control.
2009-12-02 16:08:45 +01:00
Alexandre Julliard
b402b78780
rsaenh: Fix padding bytes check for 0-byte payload.
2009-12-02 14:59:56 +01:00
Huw Davies
b5ca0a9c2a
gdi32: Fix incorrect initialization of path array.
...
Found by Valgrind.
2009-12-02 14:19:54 +01:00
Francois Gouget
c5b346440f
dsound: Make id_to_offset() static.
2009-12-02 14:19:50 +01:00
Francois Gouget
ff0717766c
dsound: Make DSOUND_PrimarySetFormat() static.
2009-12-02 14:19:47 +01:00
Francois Gouget
5b5f00d552
dsound: Make some capture functions static.
2009-12-02 14:19:44 +01:00
Francois Gouget
5ab62a5c88
dsound: Reorder the capture functions to avoid forward declarations.
2009-12-02 14:19:41 +01:00
Marcus Meissner
5013c4d96e
mshtml: Check for NULL return from allocations.
2009-12-02 13:16:45 +01:00
Marcus Meissner
8a06bd9e1c
winex11.drv: Check NULL before calling (Coverity).
2009-12-02 13:14:47 +01:00
Marcus Meissner
482354bdf7
shell32: Check for NULL lpText (Coverity).
2009-12-02 13:14:42 +01:00
Huw Davies
8dd5c04c32
iphlpapi: Provide statistics on non-ethernet based interfaces too.
2009-12-02 13:06:08 +01:00
Henri Verbeet
b644d11333
d3d9/tests: Add a small test for IDirect3D9Ex::GetAdapterLUID().
2009-12-02 13:06:08 +01:00
Henri Verbeet
ed73f0a1b0
d3d9: Implement IDirect3D9Ex::GetAdapterLUID().
2009-12-02 13:06:08 +01:00
Henri Verbeet
03f61decc9
d3d10core: Allow a NULL vertex buffer to be set in IASetVertexBuffers().
2009-12-02 13:06:07 +01:00
Henri Verbeet
ee396dda28
d3d10core: Allow a NULL input layout to be set in IASetInputLayout().
2009-12-02 13:06:07 +01:00
Henri Verbeet
36823dd96b
wined3d: Set appropriate error codes in IWineD3DDeviceImpl_Init3D() on out of memory.
2009-12-02 13:06:07 +01:00
Dan Kegel
1cd395153d
kernel32: Fix write buffer overrun in format_insertW.
2009-12-02 13:06:07 +01:00
Jacek Caban
0909e8b18c
mshtml: Added IHTMLDocument::cookie tests.
2009-12-02 13:06:01 +01:00
Jacek Caban
8ddcbd00eb
mshtml: Added IHTMLDocument2::put_cookie implementation.
2009-12-02 12:19:49 +01:00
Jacek Caban
614c66a418
mshtml: Added IHTMLDocument2::get_cookie implementation.
2009-12-02 12:19:45 +01:00
Jacek Caban
28677ea87d
mshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation.
2009-12-02 12:19:38 +01:00
Jacek Caban
dc3818e707
mshtml: Don't wrap URIs related to Gecko special URIs.
2009-12-02 12:19:30 +01:00
Andrew Eikum
d97b4d260e
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
2009-12-02 12:19:24 +01:00
Andrew Eikum
3007b73cc9
mshtml: Support get_dispid and invoke methods in HTMLFormElement.
2009-12-02 12:18:23 +01:00
Andrew Eikum
e5948590ee
mshtml: Add get_dispid and invoke methods to HTMLNode vtbl.
2009-12-02 12:18:19 +01:00
Juan Lang
a2420c85f4
cryptnet: Correct AKI extension used in end certificate and CRL when checking revocation.
2009-12-02 12:18:08 +01:00
Juan Lang
9f5a554de0
crypt32: Correct AKI extension used in end certificate and CRL when checking revocation.
2009-12-02 12:18:02 +01:00
Luke Benstead
7fc8aed47f
user32: Implement PrintWindow.
2009-12-02 12:16:03 +01:00
Jeremy White
fa63234b52
winspool: Remove unvarying unicode parameter from WINSPOOL_GetDevModeFromReg.
2009-12-02 12:14:47 +01:00
Jeremy White
9d549a9c13
winspool: Remove unvarying unicode parameter from WINSPOOL_GetDefaultDevMode.
2009-12-02 12:14:42 +01:00
Jeremy White
c0238d96b4
winspool: Remove unvarying unicode parameter from WINSPOOL_GetStringFromReg.
2009-12-02 12:14:15 +01:00
Jeremy White
b378e0a3d4
winspool: Remove unvarying unicode parameter from WINSPOOL_GetPrinter_[1-9].
2009-12-02 12:14:01 +01:00
Jeremy White
108230c19e
winspool: Remove unvarying unicode parameter from WINSPOOL_GetDriverInfoFromReg.
2009-12-02 12:13:52 +01:00
Jeremy White
10e70fbd18
winspool: Revise EnumPrinterDriversW to fix the incorrect handling of 'all'. EnumPrinterDriversA is similarly fixed by using EnumPrinterDriversW.
2009-12-02 12:13:31 +01:00
Juan Lang
9c56314e3d
crypt32: Further fix test failures.
2009-12-02 12:12:50 +01:00
Hans Leidekker
be86c2976b
wininet: Implement InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME) for ftp file objects.
2009-12-02 12:12:39 +01:00
Hans Leidekker
6f6ee2e712
wininet: Also cache files transferred over ftp.
2009-12-02 12:12:33 +01:00
Alexandre Julliard
84b309f309
ntdll/tests: Add tests for opening files with a root directory handle.
2009-12-01 17:38:44 +01:00
Alexandre Julliard
42806f32e9
server: Add support for opening files from a specified root directory.
2009-12-01 17:38:24 +01:00
Alexandre Julliard
d97149b708
ntdll: Add support for converting file names to Unix when a root directory is specified.
2009-12-01 17:24:26 +01:00
Alexandre Julliard
a420a207e3
ntdll: Move the directory lookup part of wine_nt_to_unix_file_name to a separate helper.
2009-12-01 16:30:52 +01:00
Jacek Caban
77d58529f5
jscript: Pass NULL as retv to exec_source in exec_global_code.
2009-12-01 16:11:48 +01:00
Owen Rudge
8c8b0ebbda
imagehlp/tests: Add tests of Image[Add|Get|Remove]Certificate functions.
2009-12-01 15:15:08 +01:00
Jörg Höhle
f47ea4681f
mciavi: Simplify play loop.
2009-12-01 15:13:41 +01:00