Thomas Faber
347c6105e0
[SHELL32]
...
- Delay-import some libraries. Patch by Mark Jansen.
ROSTESTS-209
svn path=/trunk/; revision=71114
2016-04-08 07:55:32 +00:00
Amine Khaldi
116f67cc1d
[WINTRUST] Import Wine Staging commit bdb15cf by Mark Jansen: Verify image hash in WinVerifyTrust. CORE-10923
...
svn path=/trunk/; revision=71113
2016-04-07 14:23:55 +00:00
Amine Khaldi
f319f77c2c
[DBGHELP] Stub dbghelp. CORE-2990
...
svn path=/trunk/; revision=71112
2016-04-07 13:58:19 +00:00
Thomas Faber
472b96ba74
[NTOS:IO]
...
- Do not leak ServiceName in IopInitializeBuiltinDriver
CORE-11084 #resolve
svn path=/trunk/; revision=71111
2016-04-06 20:10:09 +00:00
Thomas Faber
f860a631fc
[NTOS:IO]
...
- Get rid of some magic numbers
svn path=/trunk/; revision=71110
2016-04-06 20:02:38 +00:00
Thomas Faber
552f1fd24d
[NTOS:IO]
...
- Handle RtlCreateUnicodeString failure in IopInitializeBuiltinDriver. Patch by Víctor Martínez Calvo. CID 1341416
CORE-11029 #resolve
svn path=/trunk/; revision=71109
2016-04-06 20:00:34 +00:00
Thomas Faber
518a536514
[NTDLL_APITEST]
...
- Add missing va_end. Patch by Víctor Martínez Calvo.
ROSTESTS-202 #resolve
svn path=/trunk/; revision=71108
2016-04-06 19:31:20 +00:00
Thomas Faber
3d165be77b
[CRT_APITEST]
...
- Add missing va_end. Patch by Víctor Martínez Calvo.
ROSTESTS-221 #resolve
svn path=/trunk/; revision=71107
2016-04-06 12:34:26 +00:00
Thomas Faber
1a15d6a55c
[BOOTLIB]
...
- Fix uninitialized variable in MmFwGetMemoryMap. Patch by Víctor Martínez Calvo. CID 1341421
CORE-11026 #resolve
svn path=/trunk/; revision=71106
2016-04-06 12:30:06 +00:00
Thomas Faber
17943c3f75
[NDIS]
...
- Print status code in case MiniportInitialize fails
CORE-11073
svn path=/trunk/; revision=71105
2016-04-06 12:14:28 +00:00
Eric Kohl
88a13bc297
[CHARMAP]
...
Statusbar character descriptions.
Patch by Baruch Rutman.
CORE-7386 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71104
2016-04-05 20:29:48 +00:00
Robert Naumann
a6e21cf122
[WELCOME] Fix the blurry header bitmap. By Henry Tang Ih. CORE-10712
...
svn path=/trunk/; revision=71103
2016-04-05 19:29:56 +00:00
Robert Naumann
fd892c0f79
[EXPLORER][SHELL32] Fix some blurry and ugly icons. By Jared Smudde. CORE-10847 CORE-10848
...
svn path=/trunk/; revision=71102
2016-04-05 17:35:11 +00:00
Thomas Faber
edc42192c4
[WS2_32_APITEST]
...
- Add test for getservbyname
CORE-10440
svn path=/trunk/; revision=71101
2016-04-05 12:44:16 +00:00
Thomas Faber
8726fc984a
[WS2_32_APITEST]
...
- Add test for getservbyport
CORE-10440
svn path=/trunk/; revision=71100
2016-04-05 12:20:47 +00:00
Robert Naumann
0b456041ef
[EXPLORER] Add missing German translation. Patch by Joachim Henze. CORE-11075
...
svn path=/trunk/; revision=71099
2016-04-04 18:10:01 +00:00
Eric Kohl
cba34a3d1a
[SERVMAN]
...
Improved column ordering.
Patch by Carlo Bramini.
CORE-10674 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71098
2016-04-03 22:13:01 +00:00
Thomas Faber
8a7494dd08
[KERNEL32]
...
- Correctly calculate the buffer size if the PATH variable is set but empty in BasepComputeProcessPath. Yes, this is a bug in Windows.
CORE-11080 #resolve
svn path=/trunk/; revision=71097
2016-04-03 20:48:51 +00:00
Pierre Schweitzer
d741481035
[NTOSKRNL]
...
Rework debug prints in Mcb, this is what helped bringing the infamous r71091.
NFC.
CORE-11002
svn path=/trunk/; revision=71096
2016-04-03 20:17:09 +00:00
Eric Kohl
57bdb633c8
[NETSTAT]
...
- Fix parsing of the -p option and enable / as option indicator.
- Display foreign address of a listening TCP port as '<host>:0'.
svn path=/trunk/; revision=71095
2016-04-03 14:10:31 +00:00
Timo Kreuzer
bb8967851b
[KMTEST] Improve test output
...
svn path=/trunk/; revision=71094
2016-04-03 14:05:58 +00:00
Daniel Reimer
43e5749a1d
[RAPPS]
...
Automatic Fixup of the whole RAPPS DB with a Python sync script from Christopher Reimer (based on the script from Ismael Ferreras Morezuelas): https://dl.dropboxusercontent.com/u/30053674/shaonificator.py
- Fixed ANY INI parsing errors like double language sections, missing braces, missing variable descriptions, typos...
- Fixed ANY sizes of downloads + all language specific alterations.
- Fixed ANY dead links.
- Fixed ANY SHA1 hashes.
- Comments are no more. All ppl who contributed and left their names in the comments of the files are now found in CONTRIBUTORS.
++ Removed offbyone.txt. The Browser is no more.
svn path=/trunk/; revision=71093
2016-04-03 13:38:29 +00:00
Timo Kreuzer
d1c586e3f3
[CREATESPEC] Some cleanup and fixes
...
svn path=/trunk/; revision=71092
2016-04-03 13:36:00 +00:00
Pierre Schweitzer
b37377e363
[KMTESTS:FSRTL]
...
Add more tests for LargeMcb functions.
These are not invented but real cases: they are extracted from Ext2Fsd driver attempting to read a file from disk. The read file in ReactOS is totally corrupted.
This shows how broken our current MCB implementation is. And unfortunately confirms CORE-11002.
I recommend not to import any other FSDs relying on MCB as long as this is not fixed (eg. CORE-11040); it makes them pretty pointless.
CORE-11002
svn path=/trunk/; revision=71091
2016-04-03 10:25:32 +00:00
Eric Kohl
57b8eba2fe
[NETAPI32]
...
Fix copypasta bug from r71085.
Hint by Thomas Faber. Thank you very much!
svn path=/trunk/; revision=71090
2016-04-01 21:16:45 +00:00
Hermès Bélusca-Maïto
a66b77582f
[CFGMGR32]: Fix an export, caught by Jason Wendt.
...
CORE-11076 #comment Fixed, thanks!
svn path=/trunk/; revision=71089
2016-04-01 18:51:08 +00:00
Thomas Faber
902af12d45
[USBSTOR]
...
- Fix memory leak in USBSTOR_ClassRequest. Patch by Vadim Galyant (vgal at rambler dot ru).
CORE-11074 #resolve
svn path=/trunk/; revision=71088
2016-04-01 08:32:40 +00:00
Eric Kohl
79407a8027
[NET]
...
Net utility not enumerating local user accounts.
Patch by Curtis Wilson.
CORE-11023 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71087
2016-03-31 21:48:43 +00:00
Eric Kohl
ec5cd6b41d
[ADVAPI32]
...
CredWriteDomainCredentialsW missing in advapi32.dll.
Patch by Jared Smudde.
CORE-11055 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71086
2016-03-31 21:22:05 +00:00
Eric Kohl
84cd712088
[NETAPI32]
...
DsEnumerateDomainTrustsW missing in netapi32.dll.
Patch by Jared Smudde.
CORE-11056 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71085
2016-03-31 21:12:46 +00:00
Thomas Faber
3a5f8b5d7e
[APPHELP]
...
- Add apphelp.dll. Patch by Mark Jansen, partially based on work by Mislav Blažević and the Wine team.
CORE-10367 #resolve
svn path=/trunk/; revision=71084
2016-03-31 12:54:05 +00:00
Thomas Faber
d4705d3a33
[NTOS:PNP]
...
- Fix indentation in PnpRootPdoPnpControl. Also avoid unnecessary casts. No functional changes.
svn path=/trunk/; revision=71083
2016-03-31 07:54:52 +00:00
Thomas Faber
72cf18964b
[NTOS:PNP]
...
- Avoid INVALID_HANDLE_VALUE, it's not meant for the kernel.
svn path=/trunk/; revision=71082
2016-03-31 07:51:08 +00:00
Thomas Faber
d44ee74466
[SHELL32]
...
- Correctly handle desktop pidls in CDesktopFolder::CompareIDs. Based on a patch by Sylvain Deverre.
CORE-10747 CORE-10801 #resolve
svn path=/trunk/; revision=71081
2016-03-30 11:35:22 +00:00
Thomas Faber
113dd2e1e9
[SHELL32]
...
- Correctly handle NULL pidls in CDesktopFolder::CompareIDs and CDrivesFolder::CompareIDs. Based on a patch by Sylvain Deverre.
CORE-10745 #resolve
CORE-10747
svn path=/trunk/; revision=71080
2016-03-30 11:11:37 +00:00
Thomas Faber
510fc325df
[SHELL32]
...
- Treat psfgaoOut as optional in SHParseDisplayName. Patch by Sylvain Deverre.
CORE-10747
svn path=/trunk/; revision=71079
2016-03-30 09:35:04 +00:00
Amine Khaldi
ef66463fce
[IERNONCE] Turkish translation by Erdem Ersoy. CORE-11042
...
svn path=/trunk/; revision=71078
2016-03-29 09:53:44 +00:00
Thomas Faber
001dc229d5
[APPHELP_APITEST]
...
- Add tests for the apphelp SDB compatibility layer. Patch by Mark Jansen.
CORE-10367
svn path=/trunk/; revision=71077
2016-03-29 08:55:40 +00:00
Thomas Faber
df2d6a0e8a
[BROWSEUI]
...
- Add stubs for IEnumString and IAutoCompleteDropDown to CAutoComplete. Patch by Jared Smudde.
CORE-11045 #resolve
svn path=/trunk/; revision=71076
2016-03-29 08:27:26 +00:00
Daniel Reimer
053ffccb8e
[CAROOTS]
...
Updated SSL certs to up to date Mozilla DB. Done with swyter's great script from ROSBE-61
svn path=/trunk/; revision=71075
2016-03-28 23:15:30 +00:00
Daniel Reimer
d65859c0da
[RAPPS]
...
BOMS! EVERYWHERE!
svn path=/trunk/; revision=71074
2016-03-28 22:56:27 +00:00
Daniel Reimer
1aac0898f6
[ROSAPPS]
...
Fixup the icons by Jared Smudde
ROSAPPS-307 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=71073
2016-03-28 21:54:06 +00:00
Daniel Reimer
ef66168b39
[Woops...]
...
Fix some missing stuff...
svn path=/trunk/; revision=71072
2016-03-28 21:40:16 +00:00
Daniel Reimer
68c216c066
[RAPPS/RAPPS_NEW]
...
Add Update Database to the toolbar by Jared Smudde
CORE-10924 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=71071
2016-03-28 21:38:35 +00:00
Daniel Reimer
e85d20412c
[USERINIT]
...
Fix Russian translation for userinit by BinaryTree
CORE-10936 #resolve #comment Committed, thx.
svn path=/trunk/; revision=71070
2016-03-28 21:26:21 +00:00
Daniel Reimer
70e4386998
[RAPPS]
...
Update link to msxml3 and add entry for msxml6.
CORE-10602 #resolve #comment Fixed. Thx
svn path=/trunk/; revision=71069
2016-03-28 21:16:49 +00:00
Amine Khaldi
55799c678e
[TASKMGR][SYSDM] Russian translation update by Sergey Shmygalev. CORE-11043
...
svn path=/trunk/; revision=71068
2016-03-28 20:29:51 +00:00
Daniel Reimer
3f3038d338
[RAPPS]
...
Database Update... incl. SHA1 hashes. Appreciate it! This took 5 hrs thx to the stupid and USELESS hashes!
svn path=/trunk/; revision=71067
2016-03-28 18:26:24 +00:00
Timo Kreuzer
92100df1fc
[CMAKE/MSVC] Enable function level linking and comdat folding independent from build type. This reduces freeldr size and allows to build with /RTC1 again. Since GCC doesn't support function level linking, cmlib should be refactored by moving some functions into different source files to avoid linking unused code into freeldr.
...
svn path=/trunk/; revision=71066
2016-03-28 16:38:26 +00:00
Timo Kreuzer
920ada6ae0
{SPEC2DEF] Allow forwarders to contain ordinals (xydll.#123)
...
svn path=/trunk/; revision=71065
2016-03-28 16:31:32 +00:00