Juan Lang
|
e2f1f39b52
|
setupapi: Include enumerator string as part of device instance ID.
|
2007-10-26 12:46:30 +02:00 |
Rob Shearman
|
e51f8490f2
|
server: Ignore ACEs with the INHERIT_ONLY_ACE flag set during access checks.
|
2007-10-26 12:46:30 +02:00 |
Rob Shearman
|
340122abb7
|
advapi32: Fix the ACCESS_SYSTEM_SECURITY test by impersonating the token during the call to RtlAdjustPrivileges.
|
2007-10-26 12:46:30 +02:00 |
Rob Shearman
|
efed229a08
|
advapi32: Add a test for access checks with the INHERIT_ONLY_ACE flag.
|
2007-10-26 12:46:30 +02:00 |
Rob Shearman
|
23df453d38
|
server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects.
|
2007-10-26 12:45:29 +02:00 |
Rob Shearman
|
1f86321964
|
server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects.
|
2007-10-26 12:44:51 +02:00 |
Rob Shearman
|
b0e5fb4384
|
server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects.
|
2007-10-26 12:44:26 +02:00 |
Hwang YunSong(황윤성)
|
f0c31f2e8a
|
browseui: New Korean resource.
|
2007-10-25 14:00:04 +02:00 |
Hwang YunSong(황윤성)
|
66395f2a37
|
shell32: Updated Korean resource.
|
2007-10-25 13:59:30 +02:00 |
Hwang YunSong(황윤성)
|
f18fc0f50c
|
shlwapi: Updated Korean resource.
|
2007-10-25 13:59:21 +02:00 |
Hwang YunSong(황윤성)
|
e71b69483f
|
oledlg: Updated Korean resource.
|
2007-10-25 13:58:43 +02:00 |
Hwang YunSong(황윤성)
|
475217a707
|
mshtml: Updated Korean resource.
|
2007-10-25 13:58:23 +02:00 |
Hwang YunSong(황윤성)
|
d1ea494463
|
msacm32: Updated Korean resource.
|
2007-10-25 13:58:07 +02:00 |
Hwang YunSong(황윤성)
|
94ac6cdfd8
|
wininet: Updated Korean resource.
|
2007-10-25 13:57:54 +02:00 |
Hwang YunSong(황윤성)
|
2f4fc986d5
|
mpr: Updated Korean resource.
|
2007-10-25 13:57:47 +02:00 |
Hwang YunSong(황윤성)
|
8783eeb751
|
comdlg32: Updated Korean resource.
|
2007-10-25 13:57:20 +02:00 |
Hwang YunSong(황윤성)
|
7db430ac84
|
comctl32: Updated Korean resource.
|
2007-10-25 13:56:41 +02:00 |
Lei Zhang
|
7c2263ddc4
|
user32: Do not send button click to dialog with disabled default button.
|
2007-10-25 13:52:09 +02:00 |
Dan Hipschman
|
9d7b34c192
|
oleaut32: Use widl to generate oaidl_p.c.
|
2007-10-25 13:33:37 +02:00 |
Aric Stewart
|
04b4dd0227
|
iphlpapi: Correct GetBestRoute when there is no route.
|
2007-10-25 12:54:20 +02:00 |
Juan Lang
|
62f4022563
|
crypt32: Avoid misleading fixme when no data are passed to CryptUnprotectData.
|
2007-10-25 12:54:14 +02:00 |
Juan Lang
|
4d3853ce9f
|
setupapi: Return FALSE if a NULL buffer is passed in.
|
2007-10-25 12:53:29 +02:00 |
Juan Lang
|
1fd2bc5215
|
advapi32: Add stubs for CredEnumerateA/W.
|
2007-10-25 12:53:22 +02:00 |
Juan Lang
|
aa657e93be
|
credui: Add proper parameter names to SSO stubs, and use symbolic return values.
|
2007-10-25 12:53:15 +02:00 |
Dmitry Timoshkov
|
ae89239cde
|
shlwapi: Forward GetStringType3ExW to GetStringTypeW.
|
2007-10-25 12:48:53 +02:00 |
Dmitry Timoshkov
|
f7a7e6d9f9
|
shlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgItemTextW.
|
2007-10-25 12:48:48 +02:00 |
Aric Stewart
|
80969f5303
|
iphlpapi: For platforms that do not implement /proc, return Unimplemented for the functions trying to read from there.
|
2007-10-25 12:48:29 +02:00 |
Gerald Pfeifer
|
826a6d09d4
|
rpcrt4: Initialize variable to avoid compiler warning.
|
2007-10-25 12:48:01 +02:00 |
Rob Shearman
|
512239d515
|
kernel32: Add tests for creating events with different initial security descriptors.
|
2007-10-25 12:47:28 +02:00 |
Rob Shearman
|
dd9e392796
|
server: Use the security descriptor passed in when creating events.
|
2007-10-25 12:47:22 +02:00 |
Rob Shearman
|
87b15db617
|
advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value.
|
2007-10-25 12:14:34 +02:00 |
Rob Shearman
|
266a5a9d23
|
comctl32: Don't set the focus to the text box when the ComboBoxEx receives a CBN_SELENDCANCEL notification.
|
2007-10-25 12:14:26 +02:00 |
Rob Shearman
|
e146591cd6
|
credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW.
|
2007-10-25 12:14:18 +02:00 |
Rob Shearman
|
1d150b8920
|
credui: Build the import library.
|
2007-10-25 12:11:22 +02:00 |
Rob Shearman
|
3b219c9638
|
credui: Verify some of the parameters to CredUIPromptForCredentials, like native does.
|
2007-10-25 12:11:18 +02:00 |
Rob Shearman
|
33d1ad1098
|
credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window.
|
2007-10-25 12:11:11 +02:00 |
Rob Shearman
|
af069ad758
|
credui: Implement CredUIConfirmCredentialsW.
|
2007-10-25 12:11:02 +02:00 |
Alexander Dorofeyev
|
3ac3a5dcb5
|
gdi32: Fix unchecked NULL ptr in BIDI_Reorder.
|
2007-10-24 15:36:37 +02:00 |
David Adam
|
5edd2cfaa7
|
d3dx8: Implement D3DXPlaneMatrixIsIdentity.
|
2007-10-24 14:15:25 +02:00 |
David Adam
|
5b685e6ad7
|
d3dx8: Implement D3DXPlaneColorSubtract.
|
2007-10-24 14:15:00 +02:00 |
David Adam
|
2567bd8a98
|
d3dx8: Implement D3DXPlaneColorAdd.
|
2007-10-24 14:14:51 +02:00 |
David Adam
|
0dc3208cf6
|
d3dx8: Implement D3DXPlaneColorScale.
|
2007-10-24 14:14:35 +02:00 |
David Adam
|
03e92443d7
|
d3dx8: Implement D3DXPlaneColorModulate.
|
2007-10-24 14:14:27 +02:00 |
David Adam
|
2f3702043e
|
d3dx8: Implement D3DXPlaneColorLerp.
|
2007-10-24 14:14:17 +02:00 |
David Adam
|
6ebc5cefdf
|
d3dx8: Implement D3DXPlaneColorNegative.
|
2007-10-24 14:14:08 +02:00 |
David Adam
|
a00353b394
|
d3dx8: Implement D3DXPlaneDotNormalize.
|
2007-10-24 14:14:00 +02:00 |
David Adam
|
3247fa0d67
|
d3dx8: Implement D3DXPlaneDotCoord.
|
2007-10-24 14:13:48 +02:00 |
David Adam
|
10259cd87c
|
d3dx8: Implement D3DXPlaneDot.
|
2007-10-24 14:13:37 +02:00 |
Dmitry Timoshkov
|
fd9774cef6
|
shlwapi: Forward more entries to user32 exports.
|
2007-10-24 14:12:17 +02:00 |
Dmitry Timoshkov
|
54c83b388c
|
shlwapi: Use existing shlwapi/Win32 APIs to compare strings in Windows encoding.
|
2007-10-24 14:12:09 +02:00 |
Dmitry Timoshkov
|
4009de3662
|
ntdll: Use symbolic names when possible.
|
2007-10-24 14:12:04 +02:00 |
Dan Hipschman
|
816f993288
|
oleaut32: Add stubs for IPropertyBag_Read.
|
2007-10-24 13:52:16 +02:00 |
Juan Lang
|
a79ec597f4
|
credui: Add stubs.
|
2007-10-24 13:51:13 +02:00 |
Mikolaj Zalewski
|
d0cff353af
|
browseui: Implement the progress dialog.
|
2007-10-24 13:49:17 +02:00 |
Dan Kegel
|
f4b0cf5f5b
|
gdi32/tests: Fix false pass in warn+heap case.
|
2007-10-24 13:47:28 +02:00 |
Juan Lang
|
912c3e609b
|
crypt32: Implement cert chain revocation checking.
|
2007-10-24 12:33:39 +02:00 |
Juan Lang
|
5928c698ae
|
crypt32: Implement CertVerifyRevocation.
|
2007-10-24 12:33:32 +02:00 |
Juan Lang
|
3b85a7946e
|
crypt32: Add basic test for CertVerifyRevocation.
|
2007-10-24 12:33:24 +02:00 |
Juan Lang
|
cf8db7305d
|
crypt32: Add CertVerifyRevocation stub.
|
2007-10-24 12:33:10 +02:00 |
Juan Lang
|
42d0d50561
|
cryptnet: Don't prefer native version.
|
2007-10-24 12:32:59 +02:00 |
Juan Lang
|
07794d5890
|
cryptnet: Implement CertDllVerifyRevocation.
|
2007-10-24 12:32:52 +02:00 |
Juan Lang
|
45f260e3e2
|
cryptnet: Get cache entry expire time from HTTP expires header.
|
2007-10-24 12:29:51 +02:00 |
Juan Lang
|
6c5f759d5a
|
cryptnet: Set timeout on http connections when a timeout is specified.
|
2007-10-24 12:29:41 +02:00 |
Alexander Dorofeyev
|
cdca301821
|
gdi32: Fix runaway loop because of unsigned comparison in BIDI_Reorder.
|
2007-10-23 19:37:36 +02:00 |
Alex Villacís Lasso
|
74cd5903e2
|
riched32: Skeleton of richedit 1.0 test plus WM_SETTEXT test.
|
2007-10-23 19:37:23 +02:00 |
Rob Shearman
|
6b081232b9
|
ntdll: Add a stub for RtlSetControlSecurityDescriptor.
Implement SetSecurityDescriptorControl on top of RtlSetControlSecurityDescriptor.
|
2007-10-23 18:20:45 +02:00 |
Francois Gouget
|
c4b1195c0c
|
Assorted spelling fixes.
|
2007-10-23 18:20:27 +02:00 |
Francois Gouget
|
b1335db353
|
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
|
2007-10-23 18:19:42 +02:00 |
Francois Gouget
|
602ab961c4
|
winex11: Remove some unneeded casts.
|
2007-10-23 18:19:31 +02:00 |
Rob Shearman
|
06b2da9560
|
ntdll: Fix RtlValidAcl to accept newer ACL revisions.
|
2007-10-23 18:18:29 +02:00 |
Rob Shearman
|
866ec27044
|
advapi32: Add some tests for ACL functions.
|
2007-10-23 18:18:29 +02:00 |
Rob Shearman
|
8bfb77b958
|
advapi32: Runtime link to CreateWellKnownSid in the tests for the function, since it isn't available on all platforms.
|
2007-10-23 18:18:29 +02:00 |
Rob Shearman
|
6bc11536bd
|
ntdll: Allow the newer ACL revisions in RtlCreateAce.
|
2007-10-23 18:18:29 +02:00 |
Jacek Caban
|
f9545ad94f
|
urlmon: Added application/postscript MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Jacek Caban
|
58e8b19d0b
|
urlmon: Added audio/wav MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Jacek Caban
|
ec565fbfd9
|
urlmon: Added text/richtext MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Luke Bratch
|
7ce4194c79
|
mshtml: Fix text input fields.
|
2007-10-23 18:18:28 +02:00 |
James Hawkins
|
5606428a71
|
msi: Set media info strings to NULL after freeing them.
|
2007-10-23 18:05:32 +02:00 |
James Hawkins
|
85bd53a675
|
msi: Include the null terminator when writing data to the stream.
|
2007-10-23 18:05:25 +02:00 |
James Hawkins
|
39bcc662e4
|
msi: Don't delete the table if the table deleted itself because of a release.
|
2007-10-23 18:05:05 +02:00 |
James Hawkins
|
b6cfc405bd
|
msi: Release the record only after using the record's data.
|
2007-10-23 18:04:50 +02:00 |
Michael Stefaniuc
|
ca71287572
|
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
|
2007-10-23 18:04:27 +02:00 |
Michael Stefaniuc
|
ad99cb46c6
|
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
|
2007-10-23 18:04:22 +02:00 |
Detlef Riekenberg
|
55fe39e07b
|
comdlg32: Do not crash with PageSetupDlg(NULL).
|
2007-10-23 18:04:06 +02:00 |
Juan Lang
|
d1d0c97c84
|
cryptnet: Implement CryptRetrieveObjectByUrlW for the http protocol.
|
2007-10-23 12:25:04 +02:00 |
Juan Lang
|
dcb8c874e8
|
cryptnet: Return FALSE if the requested URL exists and the url array size is NULL.
|
2007-10-23 12:24:49 +02:00 |
Juan Lang
|
681a408aa6
|
cryptnet: Implement CryptRetrieveObjectByUrlW for the file: protocol.
|
2007-10-23 12:24:43 +02:00 |
Juan Lang
|
1fbb0f6a5a
|
cryptnet: Implement CryptRetrieveObjectByUrlA on top of CryptRetrieveObjectByUrlW.
|
2007-10-23 12:24:22 +02:00 |
Juan Lang
|
a7cfe075c8
|
cryptnet: Add tests for CryptRetrieveObjectByUrl.
|
2007-10-23 12:24:13 +02:00 |
Juan Lang
|
2fbefb6f75
|
cryptnet: Add stubs for CryptRetrieveObjectByUrlA/W.
|
2007-10-23 12:24:02 +02:00 |
Juan Lang
|
d857c04c95
|
wininet: Don't assume lpBuffersIn is not NULL.
|
2007-10-23 12:23:52 +02:00 |
Juan Lang
|
1b42c00789
|
wininet: Pass hash entry directly to URLCache_DeleteEntryFromHash.
|
2007-10-23 12:23:41 +02:00 |
Juan Lang
|
d448a2ad9b
|
wininet: Implement RetrieveUrlCacheEntryFileW.
|
2007-10-23 12:23:36 +02:00 |
Juan Lang
|
922dc7b627
|
wininet: Implement UnlockUrlCacheEntryFileW.
|
2007-10-23 12:23:32 +02:00 |
Juan Lang
|
9949926441
|
wininet: Pass hash entry directly to URLCache_HashEntrySetUse rather than searching for it again.
|
2007-10-23 12:23:25 +02:00 |
Juan Lang
|
601b6835ed
|
wininet: Introduce a URLCache_FindHashW, and use it rather than URLCache_FindEntryInHashW.
|
2007-10-23 12:23:19 +02:00 |
Juan Lang
|
af61cbdd03
|
wininet: Use URLCache_FindHash rather than URLCache_FindEntryInHash.
|
2007-10-23 12:23:10 +02:00 |
Hans Leidekker
|
d21c5044c6
|
gdi32: Remove a test that expects the break character to equal ascii space.
|
2007-10-23 12:22:59 +02:00 |
Hans Leidekker
|
35c0511d2b
|
advapi32: Remove tests for the sha context structure.
|
2007-10-23 12:22:52 +02:00 |
Alex Busenius
|
ca625836de
|
user32: Fix segfault when combobox contains a longer text than buffer_limit.
|
2007-10-22 16:30:53 +02:00 |
David Adam
|
604867c9dd
|
d3dx8: Implement D3DXQuaternionIsIdentity.
|
2007-10-22 16:04:08 +02:00 |
David Adam
|
4be363ac80
|
d3dx8: Implement D3DXQuaternionIdentity.
|
2007-10-22 16:03:51 +02:00 |
David Adam
|
77f5d4c88c
|
d3dx8: Implement D3DXQuaternionConjugate.
|
2007-10-22 16:03:44 +02:00 |
David Adam
|
a394fef4b7
|
d3dx8: Implement D3DXVec3Cross.
|
2007-10-22 16:03:20 +02:00 |
David Adam
|
9657611878
|
d3dx8: Implement D3DX*Scale.
|
2007-10-22 16:03:10 +02:00 |
David Adam
|
c1892f258f
|
d3dx8: Implement D3DX*Minimize.
|
2007-10-22 16:02:48 +02:00 |
David Adam
|
c7f0eca4e3
|
d3dx8: Implement D3DX*Maximize.
|
2007-10-22 16:02:33 +02:00 |
David Adam
|
ab4e829757
|
d3dx8: Implement D3DX*Lerp.
|
2007-10-22 16:02:17 +02:00 |
David Adam
|
4ef92a23e5
|
d3dx8: Implement D3DX*Subtract.
|
2007-10-22 16:01:33 +02:00 |
David Adam
|
e205a210d2
|
d3dx8: Implement D3DX*Add with a test.
|
2007-10-22 16:01:19 +02:00 |
David Adam
|
643bcd3e46
|
d3dx8: Implement D3DX*Dot with a test.
|
2007-10-22 16:01:02 +02:00 |
David Adam
|
bf9a690dbc
|
d3dx8: Implement D3DX*LengthSq.
|
2007-10-22 16:00:08 +02:00 |
David Adam
|
d6377d2fd8
|
d3dx8: Implement D3DX*Length with a test.
|
2007-10-22 15:59:49 +02:00 |
Stefan Dösinger
|
8f3accc718
|
wined3d: Care for the inverted y coords in dsy.
|
2007-10-22 15:59:04 +02:00 |
Stefan Dösinger
|
9694cb2df3
|
wined3d: Ignore texture transforms when a shader is used, not set.
|
2007-10-22 15:59:00 +02:00 |
Stefan Dösinger
|
0add13759c
|
wined3d: Create query private data when faking the query.
|
2007-10-22 15:58:52 +02:00 |
Alexander Dorofeyev
|
4b5ca2ed0e
|
gdi32: Fix off by one error in BIDI_Reorder.
|
2007-10-22 15:58:46 +02:00 |
Lionel Debroux
|
8f49ea21d4
|
ntdll/tests: Fix memory leaks (found by Smatch) and fix a message.
|
2007-10-22 15:58:41 +02:00 |
Lionel Debroux
|
1a8001af5b
|
localspl/tests: Fix memory leak (found by Smatch).
|
2007-10-22 15:58:35 +02:00 |
Lionel Debroux
|
938f748b20
|
kernel32/tests: Fix memory leaks (found by Smatch).
|
2007-10-22 15:58:29 +02:00 |
Lionel Debroux
|
5c1334e775
|
advapi32/tests: Fix memory leak (found by Smatch).
|
2007-10-22 15:58:22 +02:00 |
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 |
Alex Villacís Lasso
|
469669e629
|
riched20: 2.0 and higher inserts CRCRLF as space (with tests).
|
2007-10-22 13:50:13 +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 |
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 |