Commit Graph

40607 Commits

Author SHA1 Message Date
Aric Stewart
6a8219a6b1 kernel32: Set last error to ERROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small. 2007-10-26 14:03:46 +02:00
Mikolaj Zalewski
a1e0f773e0 advapi32: Add a well known sid. 2007-10-26 14:03:46 +02:00
Mikolaj Zalewski
e7d423ce48 advapi32: Fix CreateWellKnownSid test on Windows XP. 2007-10-26 14:03:46 +02:00
Alexandre Julliard
3243311214 winebuild: Add a -ordinal flag for entry points that must be imported by ordinal but exported by name. 2007-10-26 12:47:40 +02:00
Juan Lang
8170acfc35 crypt32: Remove iTunes chain from certificate policy tests, there's no guarantee the root cert is trusted. 2007-10-26 12:46:30 +02:00
Juan Lang
8240395073 crypt32: Remove a test because of a Windows 2003 SP1 bug. 2007-10-26 12:46:30 +02:00
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
Andrew Talbot
a8df7fddd5 xcopy: Fix some memory leaks. 2007-10-25 14:26:47 +02:00
Hwang YunSong(황윤성)
f0c31f2e8a browseui: New Korean resource. 2007-10-25 14:00:04 +02:00
Hwang YunSong(황윤성)
39380c9454 regedit: Updated Korean resource. 2007-10-25 13:59:46 +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(황윤성)
e021792e33 taskmgr: Updated Korean resource. 2007-10-25 13:59:14 +02:00
Hwang YunSong(황윤성)
cbbbbfd40d winecfg: Updated Korean resource. 2007-10-25 13:58:51 +02:00
Hwang YunSong(황윤성)
e71b69483f oledlg: Updated Korean resource. 2007-10-25 13:58:43 +02:00
Hwang YunSong(황윤성)
b2c1d0c15c wineconsole: Updated Korean resource. 2007-10-25 13:58:32 +02:00
Hwang YunSong(황윤성)
475217a707 mshtml: Updated Korean resource. 2007-10-25 13:58:23 +02:00
Hwang YunSong(황윤성)
94d16b3959 winefile: Updated Korean resource. 2007-10-25 13:58:14 +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(황윤성)
d97a491b69 wordpad: Updated Korean resource. 2007-10-25 13:56:51 +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
Detlef Riekenberg
03f5774db7 include/commdlg: Add more defines for PrintDlg/PrintDlgEx. 2007-10-25 13:47:22 +02:00
Dan Hipschman
9d7b34c192 oleaut32: Use widl to generate oaidl_p.c. 2007-10-25 13:33:37 +02:00
Dan Hipschman
9825ac7a1a widl: Fix a crash in compare_expr. 2007-10-25 12:54:57 +02:00
Dan Hipschman
f974facf5a widl: Allow void pointers with iid_is attributes. 2007-10-25 12:54:52 +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
Dan Kegel
374db6371c wine.inf: Add fake DLL for mshtml.dll. 2007-10-25 12:48:43 +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