reactos/base/services
Pierre Schweitzer 2ab289a34a
[DCOMLAUNCH] Add a DcomLaunch service stub
This stub is responsible for providing the UUID seed to the kernel.
For now, it generates a purely random seed - MAC address support
is to be added.
Because it's purely random seed and local the machine (not tied
to the MAC address) it's made so that ExUuidCreate keeps returning
RPC_NT_UUID_LOCAL_ONLY. It won't fix failing test for now.

Nota: this service shouldn't exist as it. It should be implemented
though rpcss DLL for both rpcss service (network service) and
dcomlaunch service (local system service).
Because rpcss is EXE based and wine-synced for now, I prefered
stubbing a new service. This will have to be changed at some point.
2019-03-03 14:25:19 +01:00
..
audiosrv Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
dcomlaunch [DCOMLAUNCH] Add a DcomLaunch service stub 2019-03-03 14:25:19 +01:00
dhcpcsvc [DHCPSVC] Properly stub DhcpRequestParams() 2018-12-06 22:26:10 +01:00
eventlog [EVENTLOG] Use the STDCALL calling convention for all remote procedure calls. 2017-11-12 15:54:22 +01:00
nfsd [OOPS] That was not meant to be pushed/commited 2019-02-10 20:52:55 +01:00
rpcss [RPCSS] During the setup phase, the RPCSS service, initially running under the LocalSystem account, should re-configure itself to run under the NetworkService account. 2018-09-17 01:23:03 +02:00
schedsvc [SCHEDSVC] Start jobs on timeout 2018-11-05 00:24:16 +01:00
shsvcs [SHSVCS] Add missing VOID. CORE-11799 (#94) 2017-10-27 23:42:40 +01:00
srvsvc [SRVSVC] Set and retrieve service bits and rename unknown functions 2018-08-05 15:05:19 +02:00
svchost Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
tcpsvcs [TCPSVCS] Remove hardcoded C drive letter (#800) 2018-08-28 12:45:03 +02:00
telnetd [NFSD] [TELNET] Remove the hardcoded directory paths C:\ReactOS 2018-08-22 19:40:11 +02:00
tftpd [TFTPD] Fix Coverity #1434273 "Out-of-Bounds access" (#1037) 2018-11-14 12:30:30 +01:00
umpnpmgr [UMPNPMGR] PNP_GetDeviceList: Implement the enumeration of service device instances. 2018-12-31 21:38:26 +01:00
wkssvc [WKSSVC][IDL] Add names of unsupported functions 2018-10-27 19:04:31 +02:00
wlansvc [FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP][WLANSVC] Silence some clang-cl warnings. 2017-12-07 23:26:59 +01:00
wmisvc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wuauserv [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
CMakeLists.txt [DCOMLAUNCH] Add a DcomLaunch service stub 2019-03-03 14:25:19 +01:00