Pierre Schweitzer
6295cc506e
[OOPS] That was not meant to be pushed/commited
2019-02-10 20:52:55 +01:00
Pierre Schweitzer
d2c71d761e
[CRYPTEX] Add French translation
2019-02-10 20:43:14 +01:00
Eric Kohl
66e4dbc7ed
[UMPNPMGR] PNP_GetDeviceList: Implement the enumeration of service device instances.
2018-12-31 21:38:26 +01:00
Eric Kohl
5da008c338
[UMPNPMGR] PNP_GetDeviceListSize: Implement the buffer size calculation for the enumeration of services instances.
2018-12-31 16:15:16 +01:00
Eric Kohl
ccb8c906b0
[UMPNPMGR] PNP_GetDeviceList/PNP_GetDeviceListSize: Move device relations code into separate functions.
2018-12-31 11:21:17 +01:00
Eric Kohl
6183774efa
[UMPNPMGR] PNP_GetDeviceList: Implement the enumeration of all device instances.
2018-12-30 17:15:40 +01:00
Eric Kohl
969de9062c
[UMPNPMGR] PNP_GetDeviceListSize: Implement the buffer size calculation for a list of all device instances.
2018-12-30 14:43:10 +01:00
Eric Kohl
4f37d96857
[UMPNPMGR] PNP_GetDeviceList: Implement the enumeration of device instances for a given enumerator.
2018-12-30 12:58:30 +01:00
Eric Kohl
7c66247343
[UMPNPMGR] PNP_GetDeviceListSize: Implement the buffer size calculation for given enumerators and take care of the terminating double Unicode null character.
2018-12-30 09:06:59 +01:00
Eric Kohl
a9b88efa7c
[UMPNPMGR] PNP_GetDeviceList / PNP_GetDeviceListSize: Implement the buffer size calculation and device instance enumeration for a given enumerator and device name.
2018-12-29 22:13:32 +01:00
Hermès Bélusca-Maïto
2955ed91ab
[UMPNPMGR] Use HeapReAlloc() to reallocate the PnP events buffer. Fix a memory leak in DeviceInstallThread().
2018-12-23 14:09:17 +01:00
Hermès Bélusca-Maïto
9e18da43fe
[UMPNPMGR] Minor formatting, and enable a DPRINT1 in case NtGetPlugPlayEvent() fails and the PnpEventThread() thread unexpectedly terminates due to that.
2018-12-23 14:09:16 +01:00
Hermès Bélusca-Maïto
043a98ddd9
[UMPNPMGR] Re-enable the usage of Interlocked Singly-Linked lists.
...
Using locked operations (insertion & removal) on the list of queued
devices installations is necessary, because these operations are done
concurrently by two different threads: PnpEventThread() and
DeviceInstallThread().
Addendum to commit b2aeafca
(r24365).
2018-12-15 20:19:32 +01:00
Hermès Bélusca-Maïto
745fa54506
[UMPNPMGR] Fix a typo.
2018-12-15 20:19:31 +01:00
Pierre Schweitzer
f57b1d02d4
[DHCPSVC] Properly stub DhcpRequestParams()
...
This will avoid crash upon Google Chrome start.
CORE-15422
2018-12-06 22:26:10 +01:00
Pako Smith
13e566444d
[TFTPD] Fix Coverity #1434273 "Out-of-Bounds access" ( #1037 )
...
'extbuff' must be of size _MAX_PATH to comply with its usage in the GetModuleFileName() call made in the code.
2018-11-14 12:30:30 +01:00
Eric Kohl
0d4591c672
[SCHEDSVC] Start jobs on timeout
...
- Start jobs on timeout
- Add job flags to the idl file
2018-11-05 00:24:16 +01:00
Eric Kohl
ce15c84309
[UMPNPMGR] Implement PNP_DetectResourceConflict().
2018-11-01 14:50:08 +01:00
Eric Kohl
dc0b249d16
[SCHEDSVC] Reschedule a job after it was started
...
- Remove a non-recurring job from the job list after starting it.
- Remove a recurring job from the start list, calculate its next start time and insert it again.
- Calculate the timeout for the next job.
2018-10-28 18:12:55 +01:00
Eric Kohl
e4d79e514a
[SCHEDSVC] Improvements to the scheduler service
...
Use WaitForMultipleObjects in the mail scheduler loop:
- Use events to signal service stop and job update events to the main loop.
- Use the timeout timer to start the next job.
2018-10-28 00:04:20 +02:00
Eric Kohl
19cabfc763
[WKSSVC][IDL] Add names of unsupported functions
2018-10-27 19:04:31 +02:00
Joachim Henze
2114a2fb5f
[SCHEDSVC] Fix a typo in debug print that was introduced in 0.4.10-dev-544-g
...
0d13bb1015
2018-09-19 22:52:48 +02:00
Hermès Bélusca-Maïto
a631e31c86
[RPCSS] During the setup phase, the RPCSS service, initially running under the LocalSystem account, should re-configure itself to run under the NetworkService account.
...
This will also fix MS Office 2010 installation, where the installation
expects the NetworkService account profile to be already loaded (this
condition is always verified on Windows since RPCSS and other services
also run under this account).
CORE-14988, CORE-14989
2018-09-17 01:23:03 +02:00
Katayama Hirofumi MZ
b0a1cb52be
[TCPSVCS] Remove hardcoded C drive letter ( #800 )
...
CORE-13228, CORE-13235
For USETUP, add a comment about why the code uses it when adding a boot-sector boot entry to NTLDR. CORE-13226
2018-08-28 12:45:03 +02:00
Katayama Hirofumi MZ
b8e98c4e66
[NFSD] [TELNET] Remove the hardcoded directory paths C:\ReactOS
...
CORE-14747
2018-08-22 19:40:11 +02:00
Eric Kohl
934104d73f
[UMPNPMGR] Simplify PNP_GetDeviceRegProp
2018-08-20 00:55:03 +02:00
Denis Malikov
55368bacc8
[UPDATES] New stubs for Automatic Updates service and WUSA.exe. Presence of this modules required for installation by some NT6+ applications.
2018-08-19 19:56:18 +02:00
Eric Kohl
0d13bb1015
[SCHEDSVC] Add stubs for the wlnotify control codes
2018-08-18 22:23:22 +02:00
Eric Kohl
9d26058a8e
[UMPNPMGR] Partially implement ReenumerateDeviceInstance which is needed by the Lenovo T400 network driver installer
2018-08-12 22:26:22 +02:00
Eric Kohl
0a5ccac599
[SRVSVC] Set and retrieve service bits and rename unknown functions
...
- Service bits are set by NetrServerSetServiceBits and can be retrieved by NetrServerGetInfo.
- The real name of function 42 is NetrServerSetServiceBitsEx and the real name of function 47 is NetrDfsSetServerInfo.
2018-08-05 15:05:19 +02:00
Timo Kreuzer
cf77354dce
[REACTOS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Eric Kohl
4ffa0a2e55
[NTOSKRNL][NDK][UMPNPMGR] Define and use PLUGPLAY_CONTROL_PROPERTY_DATA.Properties values
...
NDK: Define PLUGPLAY_CONTROL_PROPERTY_DATA.Properties and PLUGPLAY_CONTROL_DEVICE_RELATIONS_DATA.Relations values.
NTOSKRNL: Map PLUGPLAY_CONTROL_PROPERTY_DATA.Properties values to IoGetDeviceProperty properties and add (dummy) code for unsupported cases.
UMPNPMGR: Use PLUGPLAY_CONTROL_PROPERTY_DATA.Properties values in PNP_GetDeviceRegProp.
2018-07-15 15:57:57 +02:00
Eric Kohl
12bdbe5710
[IDL][NETAPI32][SRVSVC] Hack around another midl/rpcrt4 bug
...
NETAPI32: Get rid of the old WINE NetServerGetInfo and replace it by a proper call to NetrServerGetInfo.
SRVSVC: Implement parts of NetrServerGetInfo.
srvsvc.idl: Hack around a bug in midl or rpcrt4. They are not able to handle a pointer to a union of pointers to structs. A pointer to a union of structs works a advertised.
2018-05-06 16:49:24 +02:00
Eric Kohl
c7994ca74f
[IDL] srvsvc.idl: Fix the definition of Opnum29NotUsedOnWire
...
Opnum29NotUsedOnWire is actually called NetrServerSetServiceBits.
See:
http://l.wzm.me/_security/internet/_internet/WinServices/ch04s07s08.html
and https://git.samba.org/?p=samba.git;a=blob;f=librpc/idl/srvsvc.idl;h=db804e58c01f3392c4ec6eb30643c36bcb8be683;hb=HEAD
2018-05-05 15:34:43 +02:00
Serge Gautherie
5ca037d5f6
[UMPNPMGR] Fix a Clang-Cl warning about "CSConfigFlags"
...
"warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]"
CORE-14306
2018-05-04 22:02:24 +02:00
Eric Kohl
027904b441
[SRVSVC][WKSSVC] Server and workstation service set their service bit when they are running
2018-05-01 16:37:48 +02:00
Timo Kreuzer
6b1ca75899
[REACTOS] Fix 64 bit build ( #465 )
...
* [HAL] Simplify HalpReboot() and make it portable
* [NTOS:MM] Cast constant to PVOID
* [BINPATCH] Fix 64 bit build
* [VFDDRV] Fix 64 bit build and buffer overruns
* [USBOHCI] Fix structure alignment issues
* [ATL_APITEST] Fix 64 bit build
* [XDK] Update unwind structures in winnt.h
* [NTDLL_APITEST] Fix 64 bit build
* [NTDLL_WINETEST] Fix 64 bit build
* [TFTPD] Fix x64 build
* [USBPORT] Fix a C_ASSERT
* [DSOUND] Fix x64 build
* [HAL] Remove obsolete GetPteAddress() macro
2018-04-03 15:13:17 -06:00
Amine Khaldi
444338ae2e
[RPCSS] Sync with Wine Staging 3.3. CORE-14434
2018-04-01 13:11:47 +01:00
Hermès Bélusca-Maïto
dd311081be
[TFTPD] Add the Open TFTP Server to build.
...
Note that it constitutes a nice test for iphlpapi.dll and afd.sys.
2018-03-31 17:57:22 +02:00
Hermès Bélusca-Maïto
a45713f4c2
[TFTPD] Fix compilation, and use the #define MAX_SERVERS where needed instead of hardcoding its value.
2018-03-31 17:07:48 +02:00
Hermès Bélusca-Maïto
af57aba104
[TFTPD] Fix bound checks for array cfig.hostRanges. Spotted by 'mudhead'.
...
CORE-14515
2018-03-31 17:07:45 +02:00
Eric Kohl
9febc82acf
[DHCPCSVC] Add the ability to stop the DHCP client
...
- Use a stop event to terminate the dispatch loop.
- Report to the services manager that the service can be stopped or shut-down while it is running.
CORE-14390
2018-03-21 21:07:26 +01:00
Thomas Faber
87d3fdf99e
[DHCPCSVC] Fix a memory leak in bind_lease introduced in r14645 (!). CORE-14353
2018-02-22 11:53:34 +01:00
Amine Khaldi
5633423086
[FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP][WLANSVC] Silence some clang-cl warnings.
2017-12-07 23:26:59 +01:00
Amine Khaldi
00124d1b1a
[CMAKE/CLANG-CL] Silence some clang-cl warnings in consistency with our gcc build.
2017-12-07 21:53:45 +01:00
Amine Khaldi
af212ce508
[NFSD] Add a PCH.
2017-11-26 14:19:34 +01:00
Eric Kohl
52fa3479f3
[EVENTLOG] Use the STDCALL calling convention for all remote procedure calls.
2017-11-12 15:54:22 +01:00
Eric Kohl
2b5c4bd2c7
[UMPNPMGR] Add missing status mappings to NtStatusToCrError.
...
CORE-13944
2017-11-12 12:51:19 +01:00
Amine Khaldi
511ad21fae
[SHSVCS] Add missing VOID. CORE-11799 ( #94 )
2017-10-27 23:42:40 +01:00
EricKohl
2a4ea213fa
[SRVSVC] Implement NetrServerStatisticsGet().
2017-10-12 17:57:45 +02:00