Commit graph

56897 commits

Author SHA1 Message Date
Thomas Faber
c9f63f57b9 [NETAPI32]
- Import recent fixes and new stubs from Wine
- Note that Wine is using Samba's libnetapi to implement many functions these days (not included here), so it may be worth having a look at porting that work to ROS.
CORE-8160 #resolve

svn path=/trunk/; revision=63128
2014-05-03 12:53:58 +00:00
Thomas Faber
0896926c21 [I8042PRT]
- Do not prematurely complete IRP_MN_FILTER_RESOURCE_REQUIREMENTS or IRP_MN_QUERY_PNP_DEVICE_STATE
- Do not handle IRP_MN_QUERY_DEVICE_RELATIONS.BusRelations. We're not the bus driver!
- Correctly stub the (mandatory!) dispatch functions for IRP_MJ_POWER and IRP_MJ_SYSTEM_CONTROL
CORE-8142 #resolve

svn path=/trunk/; revision=63127
2014-05-03 11:17:57 +00:00
Timo Kreuzer
8eff9cd26a [I8042PRT]
Apply a workaround by hto to fix mouse / touchpad on some notebooks.
CORE-6901

svn path=/trunk/; revision=63126
2014-05-03 11:04:52 +00:00
Thomas Faber
49b2551b4d [DEVMGMT]
- Fix an operator precedence issue. Patch by Víctor Martínez
CORE-8144 #resolve

svn path=/trunk/; revision=63111
2014-05-02 16:04:29 +00:00
Thomas Faber
041d2d0406 [COMP]
- Remove broken/unnecessary assignments. Patch by Víctor Martínez
CORE-8143 #resolve

svn path=/trunk/; revision=63110
2014-05-02 15:46:23 +00:00
Thomas Faber
8a31b75da2 [NTOS:IO]
- Don't bugcheck if quota allocation fails in IoAllocateIrp

svn path=/trunk/; revision=63102
2014-05-02 09:17:36 +00:00
Hermès Bélusca-Maïto
8af6d0d4da [MSGINA][SHELL32]
- Resize the logon graphics logo to windows standard size: 413x72.
- Use this very same logo for ShellAbout. Adapted from a proposition by Lee Schroeder. The real fix for this would be to do like Windows, that means, since (you can double-check) shell32 takes the picture from msgina.dll .
CORE-7940 #resolve #comment Fixed, thanks ;)

svn path=/trunk/; revision=63101
2014-05-02 02:52:15 +00:00
Thomas Faber
0da41488e9 [QMGR][BOOTDATA]
- Properly register qmgr classes and create the BITS service. See https://source.winehq.org/git/wine.git/commitdiff/c1fce745
CORE-8135 #resolve

svn path=/trunk/; revision=63097
2014-05-01 19:50:37 +00:00
Thomas Faber
4847c9ec64 [USP10]
- Fix buffer overflow in _ItemizeInternal
CORE-8133 #resolve

svn path=/trunk/; revision=63096
2014-05-01 19:44:30 +00:00
Hermès Bélusca-Maïto
554ed501cb [WINVER]: Remove wine'isms and add a resource file.
svn path=/trunk/; revision=63095
2014-05-01 17:49:23 +00:00
Timo Kreuzer
7c4ed8f966 [FORMATTING]
No code change

svn path=/trunk/; revision=63094
2014-05-01 13:37:08 +00:00
Timo Kreuzer
589bd6abe0 [WIN32K]
Fix possible NULL pointer dereference in GreSetStretchBltMode. CID 1206825

svn path=/trunk/; revision=63093
2014-05-01 10:51:19 +00:00
Timo Kreuzer
011d8212a2 [PSEH]
When we use the dummy PSEH, use an if (ExternalVariable) around the except block. This is to make Coverity check the except handler as well and take into account that it could be executed.

svn path=/trunk/; revision=63092
2014-05-01 10:27:38 +00:00
Timo Kreuzer
b1e9d59ae3 [WIN32K]
When no clip object is passed to EngGradientFill, use the global trivial one instead of creating a new one. Fixes memory leak. CID 716615

svn path=/trunk/; revision=63091
2014-05-01 09:59:01 +00:00
Timo Kreuzer
a45e440cac [FORMATTING]
Fix indentation, no code change

svn path=/trunk/; revision=63090
2014-05-01 09:48:40 +00:00
Timo Kreuzer
779f0311f1 [WIN32K]
Fix DPRINT, noticed by Thomas

svn path=/trunk/; revision=63089
2014-05-01 08:57:11 +00:00
Timo Kreuzer
305c6b4fcc [WIN32K]
Check return value of NtQuerySystemInformation in EngQuerySystemAttribute
CID 513027

svn path=/trunk/; revision=63088
2014-05-01 08:55:04 +00:00
Timo Kreuzer
fc4372b2b8 [WIN32K]
Don't check a pointer for being NULL after it has been dereferenced.
CID 1102416

svn path=/trunk/; revision=63087
2014-05-01 08:30:41 +00:00
Thomas Faber
9741b0dd35 [WBEMPROX]
- Fix order of operations for assignment in class_object_Next. Patch by Víctor Martínez
CORE-8116 #resolve

svn path=/trunk/; revision=63086
2014-05-01 04:22:06 +00:00
Pierre Schweitzer
9282f9855e [RAPPS]
Close downloaded application before attempting to execute it.

CORE-8134 #resolve

svn path=/trunk/; revision=63085
2014-04-30 22:03:49 +00:00
Amine Khaldi
3d22f7e832 [BASE][BOOT][WIN32SS]
* Fix some format string / argument mismatches. By Andre Guibert de Bruet.
CORE-7995 #resolve #comment Thanks!

svn path=/trunk/; revision=63084
2014-04-30 19:05:42 +00:00
Thomas Faber
174da99a46 [CRT]
- Fix potential null dereference in TRACE in _wfreopen. Patch by Víctor Martínez
CORE-8120 #resolve

svn path=/trunk/; revision=63083
2014-04-30 19:05:38 +00:00
Thomas Faber
2f0e570ea6 [DBGHELP]
- Fix order of operations for assignment in symt_fill_sym_info. Patch by Víctor Martínez
CORE-8114 #resolve

svn path=/trunk/; revision=63082
2014-04-30 18:59:39 +00:00
Pierre Schweitzer
ae707e1952 [FASTFAT]
Disable SL_OPEN_TARGET_DIRECTORY for the moment.

CORE-8128 #resolve

svn path=/trunk/; revision=63081
2014-04-30 18:48:03 +00:00
Amine Khaldi
ba0be89b7a [MPLAY32][MSPAINT][NOTEPAD][REGEDIT][WINHLP32]
* Fix some format string / argument mismatches. By Andre Guibert de Bruet.
CORE-7995

svn path=/trunk/; revision=63080
2014-04-30 18:41:39 +00:00
Amine Khaldi
bd123371a8 [README.WINE]
* Mark some modules as up to date.
CORE-8080

svn path=/trunk/; revision=63079
2014-04-30 13:19:57 +00:00
Amine Khaldi
ec91270312 [STI]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63078
2014-04-30 13:07:53 +00:00
Amine Khaldi
ad02cdb9e8 [STDOLE2.TLB][STDOLE32.TLB]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63077
2014-04-30 13:05:05 +00:00
Amine Khaldi
ce405bc753 [SNMPAPI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63076
2014-04-30 13:01:50 +00:00
Amine Khaldi
ac2575d193 [SHDOCVW]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63075
2014-04-30 13:00:35 +00:00
Amine Khaldi
34cd5e455a [RICHED32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63074
2014-04-30 12:57:41 +00:00
Amine Khaldi
40ecb173db [RASAPI32_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63073
2014-04-30 12:56:17 +00:00
Amine Khaldi
bd8d28d322 [PSTOREC]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63072
2014-04-30 12:54:17 +00:00
Amine Khaldi
49345d645b [PDH_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63071
2014-04-30 12:50:57 +00:00
Amine Khaldi
8df2aa0ed1 [ODBCCP32_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63070
2014-04-30 12:47:25 +00:00
Amine Khaldi
78bb2d304d [OBJSEL]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63069
2014-04-30 12:45:57 +00:00
Amine Khaldi
515b241df5 [NTPRINT_WINETEST]
* Sync with Wine 1.7.17.
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.
CORE-8080

svn path=/trunk/; revision=63068
2014-04-30 12:44:28 +00:00
Amine Khaldi
ae78c69135 [NTDSAPI_WINETEST]
* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63067
2014-04-30 12:42:30 +00:00
Amine Khaldi
2417a6593c [MSXML][MSXML2][MSXML4][MSXML6]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63066
2014-04-30 12:39:01 +00:00
Amine Khaldi
ac427aa770 [MSTASK_WINETEST]
* Improve header inclusions.

svn path=/trunk/; revision=63065
2014-04-30 12:33:05 +00:00
Amine Khaldi
b0515fcf8c [MSTASK]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63064
2014-04-30 12:32:16 +00:00
Amine Khaldi
3dc8dc8149 [MSIMTF]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63063
2014-04-30 12:29:51 +00:00
Amine Khaldi
e6d7517236 [LZ32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63062
2014-04-30 12:24:15 +00:00
Amine Khaldi
8b3a1ce99d [LOCALUI_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63061
2014-04-30 12:23:12 +00:00
Amine Khaldi
5f9ea33d77 [INSENG]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63060
2014-04-30 12:20:21 +00:00
Amine Khaldi
450dbf0203 [IMM32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63059
2014-04-30 12:16:47 +00:00
Amine Khaldi
45d0525013 [HNETCFG]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63058
2014-04-30 12:13:25 +00:00
Amine Khaldi
417582681c [FUSION_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=63057
2014-04-30 12:10:17 +00:00
Amine Khaldi
62d546bf95 [FAULTREP_WINETEST]
* Remove redundant definition.

svn path=/trunk/; revision=63056
2014-04-30 12:08:33 +00:00
Amine Khaldi
3ff49fc66d [CRYPTUI_WINETEST]
* Remove redundant definition.

svn path=/trunk/; revision=63055
2014-04-30 12:08:17 +00:00