Katayama Hirofumi MZ
ecd51d99f4
[SHELL32] Don't show taskbar button of file property sheet ( #1085 )
...
CORE-10481
2018-12-03 04:25:46 +09:00
Eric Kohl
3f570f3369
[SETUPAPI] Implement SetupGetNonInteractiveMode() and SetupSetNonInteractiveMode().
2018-12-02 14:10:25 +01:00
Katayama Hirofumi MZ
6a944b556a
[USER32] Add Ghost window class ( #1082 )
...
CORE-11944
2018-12-02 18:51:44 +09:00
Eric Kohl
f5bd2c1f8d
[NET] NET HLPMSG: Fill inserts with '***' and print a proper error message if the desired message could not be found.
2018-12-01 22:06:30 +01:00
Pierre Schweitzer
f4d29a74aa
[NTFS] Don't perform overzealous checks on bitmap while reading a directory
...
This avoids partial direactory reads where we believe they are corrupted
while they are not.
2018-12-01 21:52:55 +01:00
Eric Kohl
17fa384a25
[NET] NET HELPMSG: Add support for network message from netmsg.dll.
2018-12-01 17:11:51 +01:00
Eric Kohl
04f35dc8f5
[MC] Add messages 5770-5809 to netmsg.dll.
...
Netmsg.dll is complete! Translations welcome!
2018-12-01 15:16:10 +01:00
Pierre Schweitzer
81aa879c13
[IPHLPAPI] Implement GetOwnerModuleFromUdpEntry()
2018-12-01 14:49:38 +01:00
Eric Kohl
e6c4933c66
[MC] Add messages 5150-5296 to netmsg.dll.
2018-12-01 14:40:26 +01:00
Joachim Henze
3050d93deb
[BROWSEUI] Properly fix CORE-13003 "Explorer address bar display problem"
...
The patches author is Doug Lyons. Thank you very much!
The patch is an addendum to 0.4.9-dev-732-g
ea0cc1c783
2018-12-01 14:26:33 +01:00
Eric Kohl
54c123aa45
[MC] Add messages 5000-5104 to netmsg.dll.
2018-12-01 13:08:20 +01:00
Katayama Hirofumi MZ
b09487fb44
[WIN32SS] Add IntGoGhost function (stub) ( #1081 )
...
CORE-11944
2018-12-01 20:59:07 +09:00
Pierre Schweitzer
f5f3ff86ea
[LIBTIRPC] Fix CVE-2018-14621 by backporting its fix
...
CORE-15407
2018-12-01 12:16:41 +01:00
Eric Kohl
4692f5f1cc
[MC] Add messages 4930-4999 to netmsg.dll.
2018-12-01 11:35:56 +01:00
Katayama Hirofumi MZ
165fa1fa7e
[INCLUDE] Update winxx.h and msgdump.h ( #1083 )
2018-12-01 18:58:43 +09:00
Eric Kohl
792dd0dac5
[MC] Add messages 4800-4862 to netmsg.dll.
2018-11-30 23:58:59 +01:00
Hermès Bélusca-Maïto
95deef460b
[XOLEHLP] Import xolehlp.dll from Wine(-Staging) 3.21.
...
Should help improving the situation of the Microsoft SQL Server 2005
Express Edition installer. CORE-15399
2018-11-30 21:49:28 +01:00
Hermès Bélusca-Maïto
e6e9cdf8e0
[SDK] Add transact.idl, txcoord.idl and txdtc.idl, and introduce MS-PSDK-compatible adsiid library that defines GUIDs used by ADS interfaces.
2018-11-30 21:49:23 +01:00
Pierre Schweitzer
226195d4f2
[IPHLPAPI] Don't assume first member of MIB tables is always DWORD-big
...
This fixes last bits of heap corruption when using UDP/TCP enumeration
functions.
2018-11-30 20:06:29 +01:00
Pierre Schweitzer
bf052e120b
[IPHLPAPI] Reduce code duplication and use a single function for TCP and UDP enumerations
...
Furthermore, memory was improperly allocated before (alignment issues) leading to heap
corruption under certain circumstances
2018-11-30 20:06:29 +01:00
Stanislav Motylkov
ed7a78e97a
[SYSDM] Explicitly check DMI strings for NULL pointers
...
...to make CRT string comparison functions happy. CORE-15403
2018-11-30 16:55:29 +03:00
Andrew Boyarshin
8c710dc518
[SDK] Allow use of SYSTEM_MEMORY_LIST_INFORMATION in kernel code
2018-11-30 10:21:12 +01:00
Eric Kohl
8bc141a9ad
[MC] Add messages 4700-4778 to netmsg.dll.
2018-11-29 21:27:31 +01:00
Pierre Schweitzer
3d2d957f81
[IPHLPAPI] Implement GetOwnerModuleFromTcpEntry()
...
CORE-4792
2018-11-29 20:36:08 +01:00
Pierre Schweitzer
e9c7c6fd2c
[IPHLPAPI_APITEST] Add tests for GetOwnerModuleFromTcpEntry()
2018-11-29 20:30:23 +01:00
Pierre Schweitzer
9476baf616
[SDK] Move TCPIP_OWNER_MODULE_BASIC_INFO definition to the right file
2018-11-29 20:30:23 +01:00
Pierre Schweitzer
1e9fb35fbc
[IPHLPAPI_APITEST] Test GetExtendedTcpTable rather than AllocateAndGetTcpExTable2FromStack
2018-11-29 20:30:22 +01:00
Pierre Schweitzer
60203092d7
[SDK] Define TCPIP_OWNER_MODULE_BASIC_INFO
2018-11-29 20:30:22 +01:00
Eric Kohl
2eb652c0f8
[MC] Add messages 4600-4699 to netmsg.dll.
2018-11-28 23:13:00 +01:00
Giannis Adamopoulos
fae68532dc
[REGTEST.CMD] Start tests with the correct current dir
2018-11-28 11:41:18 +02:00
Pierre Schweitzer
73c06d09ff
[IPHLPAPI_APITEST] CurrPorts seems to confirm that timestamp is really a timestamp
2018-11-28 08:28:37 +01:00
Pierre Schweitzer
f87c88f6fe
[IPHLPAPI] Implement the *_TABLE_OWNER_MODULE_* in GetExtendedTcp/UdpTable() functions
...
This fixes CurrPorts in ReactOS. It now properly displays current connections along
with their creation time.
CORE-10134
2018-11-27 23:12:57 +01:00
Pierre Schweitzer
159f5b676a
[IPHLPAPI] Fix broken size computation leading to buffer overrun
2018-11-27 23:12:57 +01:00
Pierre Schweitzer
559297fe81
[IPHLPAPI] Implement getOwnerModUdpTable() and getOwnerModTcpTable()
...
These allow to enumerate UDP and TCP connections with module information
2018-11-27 23:12:56 +01:00
Pierre Schweitzer
f718b1d719
[TCPIP] Stubplement returning module information for TCP and UDP connections
2018-11-27 23:12:56 +01:00
Eric Kohl
e486d8aaa6
[MC] Add messages 4450-4580 to netmsg.dll.
2018-11-27 22:56:10 +01:00
Pierre Schweitzer
ec605e9138
[IPHLPAPI_APITEST] Add tests for AllocateAndGetTcpExTable2FromStack()
2018-11-27 21:36:48 +01:00
Pierre Schweitzer
7ce2f09a70
[SDK] Add AllocateAndGetTcp/UdpEx/2TableFromStack() functions family
2018-11-27 21:36:47 +01:00
Pierre Schweitzer
05657bfcfd
[SDK] Add a non documenter TOIID used to query modules information
2018-11-27 21:36:47 +01:00
Pierre Schweitzer
3028831867
[TCPIP] Save the date when an ADDRESS_FILE is created
2018-11-27 21:36:47 +01:00
Pierre Schweitzer
655e66bdbd
[TCPIP] Define a enum to select which information to return
2018-11-27 21:36:41 +01:00
Giannis Adamopoulos
1d55f459d6
[SHELL32] CFSDropTarget: Fix right click menu when shown over the tree view. CORE-11240
2018-11-27 12:58:08 +02:00
Giannis Adamopoulos
62c33fbf69
[BROWSEUI] CShellBrowser: Don't pass any parameters to Initialize. Let users use the BrowseObject method instead.
2018-11-27 10:33:57 +02:00
Giannis Adamopoulos
f05d01ec2f
[FILEBROWSER]
...
In the struct passed to SHCreateFromDesktop the fourth field is the parameter that later on will be passed to ShowWindow. Initialize it properly so that when we run filrbrowser.exe in win2k3 the main window won't be hidden.
2018-11-27 10:33:45 +02:00
Giannis Adamopoulos
84fa20ec8b
[EXPLORER]
...
-Rename StartMenuBtnCtxMenuCreator to CStartMenuBtnCtxMenu_CreateInstance.
-Rename CreateStartMenuSite to CStartMenuSite_CreateInstance.
-Remove a couple of definitions that were not used.
2018-11-27 10:33:42 +02:00
Giannis Adamopoulos
225c5c4a20
[WINSRV] Wait for the process to exit after calling NtTerminateProcess
...
NtTerminateProcess just queues an apc in every thread of the target process which in turn kills each thread. We need to wait so that all processes have enough time to exit before shutting down.
2018-11-27 10:28:31 +02:00
Pierre Schweitzer
6d6e371225
[IPHLPAPI] Start handling certain flags in GetAdaptersAddresses()
...
For now, we only support the most useful ones: IP_ADAPTER_DDNS_ENABLED,
IP_ADAPTER_REGISTER_ADAPTER_SUFFIX, IP_ADAPTER_DHCP_ENABLED
2018-11-26 22:43:43 +01:00
Eric Kohl
3e3560e9c2
[MC] Add messages 4400-4440 to netmsg.dll.
2018-11-26 21:34:34 +01:00
Luo Yufan
289301e22a
[INETCFG] Update Simplified Chinese translation. ( #1076 )
2018-11-26 15:55:57 +01:00
Eric Kohl
57d48a7f1c
[NETAPI32] Implement DsGetDcNameA/W --> DsGetDcNameWithAccountA/W --> DsrGetDcNameEx2.
2018-11-25 23:24:21 +01:00