72499 Commits

Author SHA1 Message Date
Frédéric Delanoy
4bf30d130f inetcpl.cpl: Update French translation. 2010-09-30 11:15:33 +02:00
Juan Lang
0e4e2a378a wininet: More completely implement querying INTERNET_OPTION_SECURITY_FLAGS. 2010-09-30 11:14:39 +02:00
Juan Lang
6808c1c684 wininet: Remove unneeded error message. 2010-09-30 11:14:31 +02:00
Juan Lang
44112c367f wininet: Honor security flags when verifying certificates. 2010-09-30 11:14:16 +02:00
Juan Lang
98dbdadcda wininet: Don't call SSL_connect until initialization is complete. 2010-09-30 11:14:01 +02:00
Juan Lang
181a367a1f wininet: Don't retrieve a certificate that isn't used. 2010-09-30 11:13:55 +02:00
Juan Lang
77c4ade08b wininet: Store security flags in WININET_NETCONNECTION. 2010-09-30 11:13:48 +02:00
Juan Lang
ce0164c3f7 wininet: Store WININET_NETCONNECTION * in SSL context. 2010-09-30 11:13:35 +02:00
Juan Lang
3e51313e37 wininet: Don't make use of OpenSSL's security checks, as crypt32 also verifies certificate chain. 2010-09-30 11:13:12 +02:00
Alexandre Julliard
9387810dab winmm: Make MCI_STATUS return type a 64-bit integer on 64-bit platforms.
Based on a patch by Octavian Voicu.
2010-09-29 20:17:01 +02:00
Alexandre Julliard
88be48ebeb makefiles: Use the -m16 option with 16-bit resources for consistency. 2010-09-29 20:15:57 +02:00
Alexandre Julliard
c685b99d9b makefiles: Pass target options to wrc. 2010-09-29 20:13:44 +02:00
Alexandre Julliard
e6340f1652 wrc: Add support for target options, and define _WIN64 for 64-bit builds. 2010-09-29 20:13:28 +02:00
Jacek Caban
c6e1a0c81e mshtml: Added nsIURI::GetPath implementation. 2010-09-29 16:15:03 +02:00
Jacek Caban
11d33cb167 mshtml: Use IUri for nsIURL::GetQuery implementation. 2010-09-29 16:14:59 +02:00
Jacek Caban
d98bb11f49 mshtml: Get rid of use_wine_url. 2010-09-29 16:14:49 +02:00
Jacek Caban
e58f9df642 mshtml: Use IUri for nsIURI::GetScheme implementation. 2010-09-29 16:14:46 +02:00
Alexandre Julliard
d1e9a09388 winmm: Add support for the MCI_INTEGER64 type.
Based on a patch by Octavian Voicu.
2010-09-29 15:22:00 +02:00
Alexandre Julliard
41a5b37b7a winmm: Use proper structure where possible to fix command string parsing on 64-bit. 2010-09-29 14:47:55 +02:00
Henri Verbeet
5029331f55 wined3d: Pass a wined3d_state structure to find_arb_ps_compile_args(). 2010-09-29 12:22:43 +02:00
Henri Verbeet
e5ef8057ea wined3d: Pass a wined3d_state structure to find_arb_vs_compile_args(). 2010-09-29 12:22:41 +02:00
Henri Verbeet
e12f5ff08a wined3d: Pass a wined3d_state structure to find_ps_compile_args(). 2010-09-29 12:22:39 +02:00
Henri Verbeet
8d5a25bbec wined3d: Pass a wined3d_state structure to find_vs_compile_args(). 2010-09-29 12:22:36 +02:00
Alexandre Julliard
c2224ea8bb winmm/tests: Skip tests if MIDI cannot be opened. 2010-09-29 12:19:34 +02:00
Alexandre Julliard
5db7d5957a kernel32/tests: Use a real console handle in the VerifyConsoleIoHandle test. 2010-09-29 11:57:42 +02:00
Anders Jonsson
6457d14b71 inetcpl.cpl: Update Swedish translation. 2010-09-29 11:33:46 +02:00
Anders Jonsson
a1bc7f5342 ipconfig: Update Swedish translation. 2010-09-29 11:33:39 +02:00
Cheer Xiao
cdfdb7a633 wordpad: Update simplified Chinese translation. 2010-09-29 11:33:33 +02:00
Cheer Xiao
91b4a24a66 winemine: Update simplified Chinese translation. 2010-09-29 11:32:52 +02:00
Cheer Xiao
3c99df74f0 wineboot: Update simplified Chinese translation. 2010-09-29 11:32:44 +02:00
Cheer Xiao
d7f84d0e4d view: Update simplified Chinese translation. 2010-09-29 11:32:20 +02:00
Cheer Xiao
d6a306b981 uninstaller: Update simplified Chinese translation. 2010-09-29 11:31:50 +02:00
Cheer Xiao
316981e5ff regedit: Update simplified Chinese translation. 2010-09-29 11:31:44 +02:00
Cheer Xiao
064b4ef0a5 oleview: Update simplified Chinese translation. 2010-09-29 11:31:28 +02:00
Nikolay Sivov
1ac256a588 msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader(). 2010-09-29 11:25:01 +02:00
Nikolay Sivov
2a85bc0367 msxml3/httprequest: Store passed data for IXMLHttpRequest::open(). 2010-09-29 11:24:44 +02:00
Louis Lenders
6e4e8fb07f user32: UpdateWindow doesn't accept a NULL hwnd. 2010-09-29 11:23:57 +02:00
Adam Martinson
1f93a47667 msxml3: Move domdoc properties into their own struct.
Unhooks domdoc properties from both the domdoc and xmlDoc.
After the domdoc <-> xmlDoc connection is no longer an open question,
the domdoc::properties pointer can be removed and rerouted through
xmlDoc::_private::properties as long as it's impossible to have a domdoc
with domdoc::node.node == NULL.  With all of the checks for this, the
current code suggests that it's perfectly possible.
2010-09-29 11:14:35 +02:00
Adam Martinson
05f011b735 msxml3: Implement SelectionNamespaces property. 2010-09-29 11:12:47 +02:00
André Hentschel
404b817bfa ipconfig: Update German translation. 2010-09-29 11:11:32 +02:00
Hans Leidekker
f15aea2a86 programs: Add a stub implementation of mofcomp.exe. 2010-09-29 10:13:53 +02:00
Hans Leidekker
23fdfbc392 msvcrt: Implement wcsnlen. 2010-09-29 10:11:48 +02:00
Hans Leidekker
259b5fdfa6 msi: Treat empty string as NULL in MsiGetSummaryInformationW. 2010-09-29 10:09:31 +02:00
Hans Leidekker
2b2fa04ca4 msi: Always check the return value of msi_string2idW. 2010-09-29 10:09:23 +02:00
Hans Leidekker
2e1eb80c23 include: Define IEnumWbemClassObject and IWbemServices. 2010-09-29 10:09:04 +02:00
Michael Stefaniuc
620ca68d01 ole32: Allocate a small temp variable on the stack instead of the heap. 2010-09-29 10:07:54 +02:00
Michael Stefaniuc
ef104dc465 ddraw: Add missing unlock on an error path (Smatch). 2010-09-29 10:06:36 +02:00
Michael Stefaniuc
5a2cc94105 user32: Simplify the error handling in BITMAP_Load().
This fixes a memleak on an error path (Smatch).
2010-09-29 10:06:13 +02:00
Michael Stefaniuc
ef24756291 crypt32: Remove redundant NULL check before CryptMemFree (Smatch). 2010-09-29 10:06:01 +02:00
Juan Lang
9addae9d66 ws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY. 2010-09-29 10:05:55 +02:00