reactos.git
5 years ago[MC] Add messages 4800-4862 to netmsg.dll.
Eric Kohl [Fri, 30 Nov 2018 22:58:21 +0000 (23:58 +0100)]
[MC] Add messages 4800-4862 to netmsg.dll.

5 years ago[XOLEHLP] Import xolehlp.dll from Wine(-Staging) 3.21.
Hermès Bélusca-Maïto [Fri, 30 Nov 2018 20:45:36 +0000 (21:45 +0100)]
[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

5 years ago[SDK] Add transact.idl, txcoord.idl and txdtc.idl, and introduce MS-PSDK-compatible...
Hermès Bélusca-Maïto [Fri, 30 Nov 2018 20:44:21 +0000 (21:44 +0100)]
[SDK] Add transact.idl, txcoord.idl and txdtc.idl, and introduce MS-PSDK-compatible adsiid library that defines GUIDs used by ADS interfaces.

5 years ago[IPHLPAPI] Don't assume first member of MIB tables is always DWORD-big
Pierre Schweitzer [Fri, 30 Nov 2018 19:05:11 +0000 (20:05 +0100)]
[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.

5 years ago[IPHLPAPI] Reduce code duplication and use a single function for TCP and UDP enumerations
Pierre Schweitzer [Fri, 30 Nov 2018 18:42:38 +0000 (19:42 +0100)]
[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

5 years ago[SYSDM] Explicitly check DMI strings for NULL pointers 1080/head
Stanislav Motylkov [Fri, 30 Nov 2018 13:55:29 +0000 (16:55 +0300)]
[SYSDM] Explicitly check DMI strings for NULL pointers

...to make CRT string comparison functions happy. CORE-15403

5 years ago[SDK] Allow use of SYSTEM_MEMORY_LIST_INFORMATION in kernel code
Andrew Boyarshin [Sun, 25 Nov 2018 07:45:16 +0000 (14:45 +0700)]
[SDK] Allow use of SYSTEM_MEMORY_LIST_INFORMATION in kernel code

5 years ago[MC] Add messages 4700-4778 to netmsg.dll.
Eric Kohl [Thu, 29 Nov 2018 20:26:44 +0000 (21:26 +0100)]
[MC] Add messages 4700-4778 to netmsg.dll.

5 years ago[IPHLPAPI] Implement GetOwnerModuleFromTcpEntry()
Pierre Schweitzer [Thu, 29 Nov 2018 19:28:06 +0000 (20:28 +0100)]
[IPHLPAPI] Implement GetOwnerModuleFromTcpEntry()

CORE-4792

5 years ago[IPHLPAPI_APITEST] Add tests for GetOwnerModuleFromTcpEntry()
Pierre Schweitzer [Thu, 29 Nov 2018 18:58:36 +0000 (19:58 +0100)]
[IPHLPAPI_APITEST] Add tests for GetOwnerModuleFromTcpEntry()

5 years ago[SDK] Move TCPIP_OWNER_MODULE_BASIC_INFO definition to the right file
Pierre Schweitzer [Thu, 29 Nov 2018 18:31:07 +0000 (19:31 +0100)]
[SDK] Move TCPIP_OWNER_MODULE_BASIC_INFO definition to the right file

5 years ago[IPHLPAPI_APITEST] Test GetExtendedTcpTable rather than AllocateAndGetTcpExTable2From...
Pierre Schweitzer [Thu, 29 Nov 2018 07:42:13 +0000 (08:42 +0100)]
[IPHLPAPI_APITEST] Test GetExtendedTcpTable rather than AllocateAndGetTcpExTable2FromStack

5 years ago[SDK] Define TCPIP_OWNER_MODULE_BASIC_INFO
Pierre Schweitzer [Thu, 29 Nov 2018 07:16:46 +0000 (08:16 +0100)]
[SDK] Define TCPIP_OWNER_MODULE_BASIC_INFO

5 years ago[MC] Add messages 4600-4699 to netmsg.dll.
Eric Kohl [Wed, 28 Nov 2018 22:11:20 +0000 (23:11 +0100)]
[MC] Add messages 4600-4699 to netmsg.dll.

5 years ago[REGTEST.CMD] Start tests with the correct current dir
Giannis Adamopoulos [Wed, 28 Nov 2018 06:41:09 +0000 (08:41 +0200)]
[REGTEST.CMD] Start tests with the correct current dir

5 years ago[IPHLPAPI_APITEST] CurrPorts seems to confirm that timestamp is really a timestamp
Pierre Schweitzer [Wed, 28 Nov 2018 07:26:55 +0000 (08:26 +0100)]
[IPHLPAPI_APITEST] CurrPorts seems to confirm that timestamp is really a timestamp

5 years ago[IPHLPAPI] Implement the *_TABLE_OWNER_MODULE_* in GetExtendedTcp/UdpTable() functions
Pierre Schweitzer [Tue, 27 Nov 2018 22:11:06 +0000 (23:11 +0100)]
[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

5 years ago[IPHLPAPI] Fix broken size computation leading to buffer overrun
Pierre Schweitzer [Tue, 27 Nov 2018 21:57:30 +0000 (22:57 +0100)]
[IPHLPAPI] Fix broken size computation leading to buffer overrun

5 years ago[IPHLPAPI] Implement getOwnerModUdpTable() and getOwnerModTcpTable()
Pierre Schweitzer [Tue, 27 Nov 2018 21:38:21 +0000 (22:38 +0100)]
[IPHLPAPI] Implement getOwnerModUdpTable() and getOwnerModTcpTable()

These allow to enumerate UDP and TCP connections with module information

5 years ago[TCPIP] Stubplement returning module information for TCP and UDP connections
Pierre Schweitzer [Tue, 27 Nov 2018 21:27:45 +0000 (22:27 +0100)]
[TCPIP] Stubplement returning module information for TCP and UDP connections

5 years ago[MC] Add messages 4450-4580 to netmsg.dll.
Eric Kohl [Tue, 27 Nov 2018 21:55:22 +0000 (22:55 +0100)]
[MC] Add messages 4450-4580 to netmsg.dll.

5 years ago[IPHLPAPI_APITEST] Add tests for AllocateAndGetTcpExTable2FromStack()
Pierre Schweitzer [Tue, 27 Nov 2018 20:25:23 +0000 (21:25 +0100)]
[IPHLPAPI_APITEST] Add tests for AllocateAndGetTcpExTable2FromStack()

5 years ago[SDK] Add AllocateAndGetTcp/UdpEx/2TableFromStack() functions family
Pierre Schweitzer [Tue, 27 Nov 2018 19:31:38 +0000 (20:31 +0100)]
[SDK] Add AllocateAndGetTcp/UdpEx/2TableFromStack() functions family

5 years ago[SDK] Add a non documenter TOIID used to query modules information
Pierre Schweitzer [Tue, 27 Nov 2018 19:15:34 +0000 (20:15 +0100)]
[SDK] Add a non documenter TOIID used to query modules information

5 years ago[TCPIP] Save the date when an ADDRESS_FILE is created
Pierre Schweitzer [Tue, 27 Nov 2018 07:35:49 +0000 (08:35 +0100)]
[TCPIP] Save the date when an ADDRESS_FILE is created

5 years ago[TCPIP] Define a enum to select which information to return
Pierre Schweitzer [Tue, 27 Nov 2018 07:27:00 +0000 (08:27 +0100)]
[TCPIP] Define a enum to select which information to return

5 years ago[SHELL32] CFSDropTarget: Fix right click menu when shown over the tree view. CORE...
Giannis Adamopoulos [Sat, 27 Oct 2018 08:53:56 +0000 (11:53 +0300)]
[SHELL32] CFSDropTarget: Fix right click menu when shown over the tree view. CORE-11240

5 years ago[BROWSEUI] CShellBrowser: Don't pass any parameters to Initialize. Let users use...
Giannis Adamopoulos [Sat, 24 Nov 2018 17:41:42 +0000 (19:41 +0200)]
[BROWSEUI] CShellBrowser: Don't pass any parameters to Initialize. Let users use the BrowseObject method instead.

5 years ago[FILEBROWSER]
Giannis Adamopoulos [Sat, 24 Nov 2018 17:26:14 +0000 (19:26 +0200)]
[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.

5 years ago[EXPLORER]
Giannis Adamopoulos [Fri, 23 Nov 2018 17:50:42 +0000 (19:50 +0200)]
[EXPLORER]
-Rename StartMenuBtnCtxMenuCreator to CStartMenuBtnCtxMenu_CreateInstance.
-Rename CreateStartMenuSite to CStartMenuSite_CreateInstance.
-Remove a couple of definitions that were not used.

5 years ago[WINSRV] Wait for the process to exit after calling NtTerminateProcess
Giannis Adamopoulos [Sun, 25 Nov 2018 18:13:56 +0000 (20:13 +0200)]
[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.

5 years ago[IPHLPAPI] Start handling certain flags in GetAdaptersAddresses()
Pierre Schweitzer [Mon, 26 Nov 2018 21:41:25 +0000 (22:41 +0100)]
[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

5 years ago[MC] Add messages 4400-4440 to netmsg.dll.
Eric Kohl [Mon, 26 Nov 2018 20:07:34 +0000 (21:07 +0100)]
[MC] Add messages 4400-4440 to netmsg.dll.

5 years ago[INETCFG] Update Simplified Chinese translation. (#1076)
Luo Yufan [Mon, 26 Nov 2018 14:55:57 +0000 (22:55 +0800)]
[INETCFG] Update Simplified Chinese translation. (#1076)

5 years ago[NETAPI32] Implement DsGetDcNameA/W --> DsGetDcNameWithAccountA/W --> DsrGetDcNameEx2.
Eric Kohl [Sun, 25 Nov 2018 21:39:47 +0000 (22:39 +0100)]
[NETAPI32] Implement DsGetDcNameA/W --> DsGetDcNameWithAccountA/W --> DsrGetDcNameEx2.

5 years ago[MC] Add messages 4350-4399 to netmsg.dll.
Eric Kohl [Sun, 25 Nov 2018 21:18:39 +0000 (22:18 +0100)]
[MC] Add messages 4350-4399 to netmsg.dll.

5 years ago[APISETS] Update from wine-3.20-144-g2ef62f9085 1048/head
Mark Jansen [Sun, 18 Nov 2018 17:17:16 +0000 (18:17 +0100)]
[APISETS] Update from wine-3.20-144-g2ef62f9085

5 years ago[APISETS] Teach update.py how to generate a manifest
Mark Jansen [Tue, 20 Nov 2018 21:34:05 +0000 (22:34 +0100)]
[APISETS] Teach update.py how to generate a manifest

5 years ago[APISETS] Stubplement versioned forwarders
Mark Jansen [Sun, 18 Nov 2018 17:16:19 +0000 (18:16 +0100)]
[APISETS] Stubplement versioned forwarders

5 years ago[IPHLPAPI] In GetAdaptersAddresses(), return friendly name if asked for
Pierre Schweitzer [Sun, 25 Nov 2018 17:03:34 +0000 (18:03 +0100)]
[IPHLPAPI] In GetAdaptersAddresses(), return friendly name if asked for

5 years ago[HAL] Update the PCI hardware IDs database.
Hermès Bélusca-Maïto [Sun, 25 Nov 2018 16:21:00 +0000 (17:21 +0100)]
[HAL] Update the PCI hardware IDs database.

Extracted from the pci.ids database at https://pci-ids.ucw.cz/ from 2018-11-21 03:15:02 .
Maintained by Albert Pool, Martin Mares, Michal Vaner, and other volunteers from the PCI ID Project.

5 years ago[FREELDR] Check for any user keypress in menu even when the timeout is zero.
Hermès Bélusca-Maïto [Sun, 25 Nov 2018 16:01:54 +0000 (17:01 +0100)]
[FREELDR] Check for any user keypress in menu even when the timeout is zero.

Before taking any default action if there is no timeout, check whether
the supplied key filter callback function may handle a specific user
keypress. If it does, the menu timeout is cancelled.

This allows e.g. handling F8 press for displaying boot options even when
the timeout is zero.

CORE-14046

5 years ago[MC] Add messages 4300-4349 to netmsg.dll.
Eric Kohl [Sun, 25 Nov 2018 14:41:04 +0000 (15:41 +0100)]
[MC] Add messages 4300-4349 to netmsg.dll.

5 years ago[SETUPLIB] Re-enable the filesystem detection code based on recognition by FSDs.
Hermès Bélusca-Maïto [Mon, 12 Nov 2018 23:13:45 +0000 (00:13 +0100)]
[SETUPLIB] Re-enable the filesystem detection code based on recognition by FSDs.

5 years ago[SETUPLIB] Dismount a disk partition before deleting it.
Hermès Bélusca-Maïto [Fri, 16 Nov 2018 02:02:28 +0000 (03:02 +0100)]
[SETUPLIB] Dismount a disk partition before deleting it.

5 years ago[WIN32K][NTUSER] Specify constant name explicitly (#1067)
Andrew Boyarshin [Sun, 25 Nov 2018 13:31:23 +0000 (20:31 +0700)]
[WIN32K][NTUSER] Specify constant name explicitly (#1067)

Reduce confusion by specifying the omitted constant HWND_TOP == 0.

5 years ago[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)
Andrew Boyarshin [Sun, 25 Nov 2018 13:31:04 +0000 (20:31 +0700)]
[WIN32K][NTUSER] Tiny codestyle fix to NtUserLockWindowUpdate (#1066)

Fix indentation (inconsistent with the rest of the file) and return actual BOOL.

5 years agoAdd .vscode folder to .gitignore file (#1060)
Andrew Boyarshin [Sun, 25 Nov 2018 13:28:45 +0000 (20:28 +0700)]
Add .vscode folder to .gitignore file (#1060)

Matching the existence of Eclipse CDT ignore rules, .vscode should also be added to .gitignore
Visual Studio Code is always eager to create settings.json file there.

5 years ago[IPHLPAPI] Implement AllocateAndGetUdpExTable2FromStack()
Pierre Schweitzer [Sun, 25 Nov 2018 12:32:52 +0000 (13:32 +0100)]
[IPHLPAPI] Implement AllocateAndGetUdpExTable2FromStack()

CORE-14391

5 years ago[IPHLPAPI] Implement AllocateAndGetTcpExTable2FromStack()
Pierre Schweitzer [Sun, 25 Nov 2018 12:29:26 +0000 (13:29 +0100)]
[IPHLPAPI] Implement AllocateAndGetTcpExTable2FromStack()

CORE-14391

5 years ago[IPHLPAPI] Implement AllocateAndGetUdpExTableFromStack()
Pierre Schweitzer [Sun, 25 Nov 2018 11:23:27 +0000 (12:23 +0100)]
[IPHLPAPI] Implement AllocateAndGetUdpExTableFromStack()

5 years ago[IPHLPAPI] Implement AllocateAndGetTcpExTableFromStack()
Pierre Schweitzer [Sun, 25 Nov 2018 11:19:44 +0000 (12:19 +0100)]
[IPHLPAPI] Implement AllocateAndGetTcpExTableFromStack()

5 years ago[NTOS:IO] Tiny improvement to debug message
Andrew Boyarshin [Sun, 25 Nov 2018 10:31:12 +0000 (17:31 +0700)]
[NTOS:IO] Tiny improvement to debug message

Add quotes around string, since it is often empty, thus confusing in log.

5 years ago[OPENGL32] Fix wglDescribePixelFormat
Bernhard Feichtinger [Tue, 13 Nov 2018 19:52:30 +0000 (20:52 +0100)]
[OPENGL32] Fix wglDescribePixelFormat

5 years ago[NTOS:MM] Handle unimplemeted case for MiCheckForUserStackOverflow
Bernhard Feichtinger [Tue, 13 Nov 2018 19:45:27 +0000 (20:45 +0100)]
[NTOS:MM] Handle unimplemeted case for MiCheckForUserStackOverflow

5 years ago[VFATLIB] Drop a hack no longer needed after f87d9ca
Pierre Schweitzer [Sun, 25 Nov 2018 09:40:53 +0000 (10:40 +0100)]
[VFATLIB] Drop a hack no longer needed after f87d9ca

5 years ago[MC] Add messages 5730-5769 to netmsg.dll.
Eric Kohl [Sat, 24 Nov 2018 23:27:44 +0000 (00:27 +0100)]
[MC] Add messages 5730-5769 to netmsg.dll.

5 years ago[TCPIP] In InfoTdiQueryGetConnectionTcpTable(), only return if there's a connection
Pierre Schweitzer [Sun, 25 Nov 2018 08:32:30 +0000 (09:32 +0100)]
[TCPIP] In InfoTdiQueryGetConnectionTcpTable(), only return if there's a connection

5 years ago[NTOS:IO] Finally remove the dreadful IopParseDevice() hack! \o/
Hermès Bélusca-Maïto [Sat, 24 Nov 2018 21:36:32 +0000 (22:36 +0100)]
[NTOS:IO] Finally remove the dreadful IopParseDevice() hack! \o/

5 years ago[FASTFAT] Improvements for volume dismount + minor bugfixing.
Hermès Bélusca-Maïto [Sun, 11 Nov 2018 16:17:48 +0000 (17:17 +0100)]
[FASTFAT] Improvements for volume dismount + minor bugfixing.

- Cache the RootFcb so that its cleanup can be handled separately
  during dismounting.

- Force volume dismount at cleanup if the VCB_DISMOUNT_PENDING flag
  is set.

- Actually dismount a volume if its VCB has been flagged as not good,
  or if we force dismounting.

NOTE: In their *CheckForDismount() function, our 3rd-party FS drivers
as well as MS' fastfat, perform a comparison check of the current VCB's
VPB ReferenceCount with some sort of "dangling"/"residual" open count.
It seems to be related to the fact that the volume root directory as
well as auxiliary data stream(s) are still opened, and only these are
allowed to be opened at that moment. After analysis it appears that for
the ReactOS' fastfat, this number is equal to "3".

- On dismounting, cleanup and destroy the RootFcb, VolumeFcb and the
  FATFileObject. Then cleanup the SpareVPB or the IoVPB members, and
  finish by removing the dismounted volume from the VolumeListEntry
  and cleaning up the notify synchronization object and the resources.

- During dismounting, and on shutdown, flush the volume before
  resetting its dirty bit.

- On shutdown, after volume flushing, try to unmount it without forcing.

- Release the VCB resources only when we actually dismount the volume
  in VfatCheckForDismount().

- Initialize first the notify list and the synchronization object,
  before sending the FSRTL_VOLUME_MOUNT notification.

- If we failed at mounting a volume but its VCB's FATFileObject was
  already initialized, first call CcUninitializeCacheMap() on it
  before dereferencing it.

- Send FSRTL_VOLUME_LOCK, FSRTL_VOLUME_LOCK_FAILED and
  FSRTL_VOLUME_UNLOCK notifications during volume locking (and failure)
  and volume unlocking.

- Flush the volume before locking it, and clean its dirty bit if needed.

NOTE: In addition to checking for VCB_CLEAR_DIRTY, we also check for the
presence of the VCB_IS_DIRTY flag before cleaning up the dirty bit: this
allows us to not re-clean the bit if it has been previously cleaned.
This is needed for instance in this scenario:
- The volume is locked (it gets flushed and the dirty bit is possibly cleared);
- The volume then gets formatted with a completely different FS, that
  possibly clears up the first sector (e.g. BTRFS ignores 1st sector);
- The volume is then dismounted: if we didn't check whether VCB_IS_DIRTY
  was set prior to resetting it, we could attempt clearing it again! But
  now that the volume's filesystem has been completely changed, we would
  then try to modify the dirty bit on an erroneous position on disk!
  That's why it should not be touched in this case during dismounting.
- The volume is unlocked (same comment as above), and later can be
  detected as being BTRFS.

5 years ago[PSDK] Add missing NELOG_ error codes to lmerrlog.h.
Eric Kohl [Sat, 24 Nov 2018 21:21:04 +0000 (22:21 +0100)]
[PSDK] Add missing NELOG_ error codes to lmerrlog.h.

5 years ago[TCPIP] Properly display local information for established connections
Pierre Schweitzer [Sat, 24 Nov 2018 21:25:32 +0000 (22:25 +0100)]
[TCPIP] Properly display local information for established connections

5 years ago[MC] Add message 5300-5381 to netmsg.dll.
Eric Kohl [Sat, 24 Nov 2018 14:12:09 +0000 (15:12 +0100)]
[MC] Add message 5300-5381 to netmsg.dll.

5 years ago[RDBSS] Fix a typo
Pierre Schweitzer [Sat, 24 Nov 2018 21:00:09 +0000 (22:00 +0100)]
[RDBSS] Fix a typo

Spotted by Hermès

5 years ago[NETSTAT] Add support for displaying UDP connections owning process
Pierre Schweitzer [Sat, 24 Nov 2018 20:36:00 +0000 (21:36 +0100)]
[NETSTAT] Add support for displaying UDP connections owning process

Our netstat can basically look like this now:
https://twitter.com/HeisSpiter/status/1066430887208919040

5 years ago[SDK] Add GetExtendedUdpTable()
Pierre Schweitzer [Sat, 24 Nov 2018 20:30:28 +0000 (21:30 +0100)]
[SDK] Add GetExtendedUdpTable()

5 years ago[IPHLPAPI] Reimplement GetUdpTable() using GetExtendedUdpTable()
Pierre Schweitzer [Sat, 24 Nov 2018 20:25:59 +0000 (21:25 +0100)]
[IPHLPAPI] Reimplement GetUdpTable() using GetExtendedUdpTable()

5 years ago[IPHLPAPI] Implement GetExtendedUdpTable()
Pierre Schweitzer [Sat, 24 Nov 2018 20:22:42 +0000 (21:22 +0100)]
[IPHLPAPI] Implement GetExtendedUdpTable()
We only support IPv4 and UDP_TABLE_BASIC, UDP_TABLE_OWNER_PID
for now

CORE-5126

5 years ago[IPHLPAPI] Implement getOwnerUdoTable(), to get UDP connections with owner PID
Pierre Schweitzer [Sat, 24 Nov 2018 20:12:44 +0000 (21:12 +0100)]
[IPHLPAPI] Implement getOwnerUdoTable(), to get UDP connections with owner PID

5 years ago[TCPIP] Implement enumerating UDP connections with owner PID
Pierre Schweitzer [Sat, 24 Nov 2018 20:09:17 +0000 (21:09 +0100)]
[TCPIP] Implement enumerating UDP connections with owner PID

5 years ago[NETSTAT] Add support for displaying TCP connections owning process
Pierre Schweitzer [Sat, 24 Nov 2018 20:04:20 +0000 (21:04 +0100)]
[NETSTAT] Add support for displaying TCP connections owning process

5 years ago[IPHLPAPI] Reimplement GetTcpTable() using GetExtendedTcpTable()
Pierre Schweitzer [Sat, 24 Nov 2018 19:41:16 +0000 (20:41 +0100)]
[IPHLPAPI] Reimplement GetTcpTable() using GetExtendedTcpTable()

5 years ago[IPHLPAPI] Don't leak memory
Pierre Schweitzer [Sat, 24 Nov 2018 19:34:20 +0000 (20:34 +0100)]
[IPHLPAPI] Don't leak memory

5 years ago[IPHLPAPI] Implement the IPv4 TCP_TABLE_OWNER_PID_* cases in GetExtendedTcpTable()
Pierre Schweitzer [Sat, 24 Nov 2018 19:32:55 +0000 (20:32 +0100)]
[IPHLPAPI] Implement the IPv4 TCP_TABLE_OWNER_PID_* cases in GetExtendedTcpTable()

5 years ago[IPHLPAPI] Implement getOwnerTcpTable(), to get TCP connections with owner PID
Pierre Schweitzer [Sat, 24 Nov 2018 19:23:29 +0000 (20:23 +0100)]
[IPHLPAPI] Implement getOwnerTcpTable(), to get TCP connections with owner PID

5 years ago[TCPIP] Implement enumerating TCP connections with owner PID
Pierre Schweitzer [Sat, 24 Nov 2018 19:22:00 +0000 (20:22 +0100)]
[TCPIP] Implement enumerating TCP connections with owner PID

5 years ago[TCPIP] Store creator PID in ADDRESS_FILE
Pierre Schweitzer [Sat, 24 Nov 2018 19:21:19 +0000 (20:21 +0100)]
[TCPIP] Store creator PID in ADDRESS_FILE

5 years ago[IPHLPAPI] Implement the IPv4 TCP_TABLE_BASIC_* cases in GetExtendedTcpTable()
Pierre Schweitzer [Sat, 24 Nov 2018 18:04:04 +0000 (19:04 +0100)]
[IPHLPAPI] Implement the IPv4 TCP_TABLE_BASIC_* cases in GetExtendedTcpTable()

5 years ago[MC] Add messages 3802-3969 and 5700-5729 to netmsg.dll.
Eric Kohl [Sat, 24 Nov 2018 12:51:50 +0000 (13:51 +0100)]
[MC] Add messages 3802-3969 and 5700-5729 to netmsg.dll.

5 years ago[SETUPLIB] Improve the Freeldr timeout INI setting hack-fix. Dedicated to Mark Jansen...
Hermès Bélusca-Maïto [Sat, 24 Nov 2018 01:39:58 +0000 (02:39 +0100)]
[SETUPLIB] Improve the Freeldr timeout INI setting hack-fix. Dedicated to Mark Jansen ;-) CORE-15193

5 years ago[TCPIP] When enumerating sockets, retrieve their state and return it
Pierre Schweitzer [Fri, 23 Nov 2018 21:49:53 +0000 (22:49 +0100)]
[TCPIP] When enumerating sockets, retrieve their state and return it

This fixes netstat not having any state when enumerating connections.
Basically, now, our netstat produces stuff like:
https://twitter.com/HeisSpiter/status/1065871999266955264

5 years ago[IP] Add a TCPGetSocketStatus() wrapper around LibTCPGetSocketStatus()
Pierre Schweitzer [Fri, 23 Nov 2018 21:48:34 +0000 (22:48 +0100)]
[IP] Add a TCPGetSocketStatus() wrapper around LibTCPGetSocketStatus()

5 years ago[LWIP] Implement a LibTCPGetSocketStatus() function in our LwIP glue
Pierre Schweitzer [Fri, 23 Nov 2018 21:39:14 +0000 (22:39 +0100)]
[LWIP] Implement a LibTCPGetSocketStatus() function in our LwIP glue

It is used to query a socket state (established, closed, and so on).

5 years ago[TRANSLATION] Update Simplified Chinese translation. (#1057)
Luo Yufan [Fri, 23 Nov 2018 15:24:47 +0000 (23:24 +0800)]
[TRANSLATION] Update Simplified Chinese translation. (#1057)

5 years ago[SHELL32] Improve CORE-15295 IDD_FILE_PROPERTIES
Joachim Henze [Fri, 23 Nov 2018 01:25:28 +0000 (02:25 +0100)]
[SHELL32] Improve CORE-15295 IDD_FILE_PROPERTIES

addendum to 0.4.11-dev-673-g
04e1263921c0a4ee9b5ec10bb02884146fcca47a

Actually this control must not statically consume width of 170.
There are two different versions of that dialog.
One has a "change"-button. In this case the edit must be only 100 wide.
In case we have the version without the change button, we resize it to have
170 width (same as its neighbor).

This commit is shared work of
Stanislav Motylkov, Giannis Adamopoulos and Joachim Henze.

Commit supersedes PR#1056.

5 years ago[TCPIP] Fix returned IP address when querying TCP connections
Pierre Schweitzer [Thu, 22 Nov 2018 20:50:21 +0000 (21:50 +0100)]
[TCPIP] Fix returned IP address when querying TCP connections

This gives something like that now: https://twitter.com/HeisSpiter/status/1065706156331606017 :-)

CORE-15363

5 years ago[README] Now that we got rid of ViewVC (see https://reactos.org/pipermail/ros-dev...
Hermès Bélusca-Maïto [Thu, 22 Nov 2018 00:00:07 +0000 (01:00 +0100)]
[README] Now that we got rid of ViewVC (see https://reactos.org/pipermail/ros-dev/2018-November/018970.html), update the SVN archive repo URL.

5 years ago[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode DMI library (#1054)
Stanislav Motylkov [Wed, 21 Nov 2018 21:07:54 +0000 (00:07 +0300)]
[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode DMI library (#1054)

Include only one user-mode DMI library. Addendum to baf2c0c.

5 years ago[DRWTSN32] Add SMBIOS data to the system information (#1017)
Stanislav Motylkov [Wed, 21 Nov 2018 20:49:15 +0000 (23:49 +0300)]
[DRWTSN32] Add SMBIOS data to the system information (#1017)

[DMILIB][UDMIHELP] Allow functions to be linked with C++ code.

5 years ago[KERNEL32] FlsAlloc - fiber local storage list was not initialized before using 1033/head
Denis Malikov [Tue, 13 Nov 2018 15:52:18 +0000 (22:52 +0700)]
[KERNEL32] FlsAlloc - fiber local storage list was not initialized before using

5 years ago[MC] Fix syntax errors in errcodes.mc 1053/head
William Kent [Tue, 20 Nov 2018 18:38:52 +0000 (13:38 -0500)]
[MC] Fix syntax errors in errcodes.mc

This was causing the MSVC build to fail.

5 years agoUpdate README.md (#1051)
Adam Stachowicz [Tue, 20 Nov 2018 22:59:18 +0000 (23:59 +0100)]
Update README.md (#1051)

Powered by markdownlint ;)

5 years ago[IPHLPAPI] Fix checking entity when enumerating TCP/UDP connections
Pierre Schweitzer [Tue, 20 Nov 2018 21:12:47 +0000 (22:12 +0100)]
[IPHLPAPI] Fix checking entity when enumerating TCP/UDP connections

This fixes the API not to return the current TCP connections while
enumerating them (and thus, netstat not displaying them).
It seems we return garbage for now though

5 years agoAdd support for latest VS2017 (15.0) compiler (#1050)
William Kent [Mon, 19 Nov 2018 16:34:08 +0000 (11:34 -0500)]
Add support for latest VS2017 (15.0) compiler (#1050)

Latest VS 2017 CL.EXE compiler (version 19.16...) wasn't being correctly detected by the configure.cmd script.

5 years ago[NETSHELL] Fix '0' typo, in a text
Serge Gautherie [Mon, 19 Nov 2018 01:06:48 +0000 (02:06 +0100)]
[NETSHELL] Fix '0' typo, in a text

5 years ago[MC] Add messages 3710-3790 to netmsg.dll.
Eric Kohl [Sun, 18 Nov 2018 22:58:12 +0000 (23:58 +0100)]
[MC] Add messages 3710-3790 to netmsg.dll.

5 years ago[SETUPLIB][USETUP] Additional partition validity checks.
Hermès Bélusca-Maïto [Sun, 18 Nov 2018 18:07:23 +0000 (19:07 +0100)]
[SETUPLIB][USETUP] Additional partition validity checks.

Always perform the partition validity checks when creating new
primary/extended/logical partitions, and also when a new partition
is automatically created when unpartitioned space is selected for
ReactOS installation.

CORE-12246

5 years ago[OLE32] The CoDisconnectContext() stub added in 6a2f9673 (PR #1044) is actually Vista...
Hermès Bélusca-Maïto [Sun, 18 Nov 2018 20:05:32 +0000 (21:05 +0100)]
[OLE32] The CoDisconnectContext() stub added in 6a2f9673 (PR #1044) is actually Vista+. Caught by Thomas Faber.

5 years ago[FILEBROWSER] Remove a duplicated include. Noticed by Manuel Oppermann (see ros-dev...
Hermès Bélusca-Maïto [Sun, 18 Nov 2018 19:58:31 +0000 (20:58 +0100)]
[FILEBROWSER] Remove a duplicated include. Noticed by Manuel Oppermann (see ros-dev ML).

5 years ago[CHKDSK] Fix italian translation, by Marco Savelli (addendum to cfff74da).
Hermès Bélusca-Maïto [Sun, 18 Nov 2018 19:57:23 +0000 (20:57 +0100)]
[CHKDSK] Fix italian translation, by Marco Savelli (addendum to cfff74da).