Forward ChangeServiceConfig2W call to services.exe
[reactos.git] / reactos / subsys / system / services / rpcserver.c
2005-12-30 Hervé PoussineauForward ChangeServiceConfig2W call to services.exe
2005-12-26 Eric Kohl-Implement EnumServicesStatusExW.
2005-12-25 Eric KohlImplement QueryServiceStatusEx.
2005-12-25 Eric Kohl- Implement EnumServicesStatusW.
2005-12-23 Eric Kohl-Add QueryServiceConfig2A stub.
2005-12-18 Eric KohlImplement QueryServiceConfigW.
2005-12-18 Hervé PoussineauFix typo, which lead to be unable to create services...
2005-11-24 Hervé PoussineauSet Tag value in registry when needed.
2005-11-20 Eric Kohl- Prepare to delete marked services upon startup.
2005-11-17 Hervé Poussineau- 2nd stage setup: start umpnpmgr service only after...
2005-11-13 Eric KohlScmrControlService: Check access rights.
2005-11-07 Hervé PoussineauLots of DPRINT1 -> DPRINT changes
2005-11-06 Eric Kohl- Read a services optional display name from the registry.
2005-11-06 Eric Kohl- Rewrote the code that reads the service configuration...
2005-10-30 Eric Kohl- Implement GetServiceKeyNameW (untested).
2005-10-30 Eric Kohl- Implement GetServiceDisplayNameW (untested).
2005-10-23 Eric Kohl- Implement ScmrChangeServiceConfigW stub.
2005-10-23 Eric KohlImprovements to ScmrCreateServiceW:
2005-10-22 Eric KohlUpdate indentation.
2005-10-22 Eric KohlSimplify services.exe.
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-09 Eric KohlFirst shot at CreateServiceW. It crashes due to a bug...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-06-20 Alex IonescuBuild services with NDK
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Thomas Bluemeluse SERVICES_ACTIVE_DATABASE if the caller didn't speci...
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-23 Eric Kohladvapi32.dll: Implement QueryServiceStatus.
2005-04-18 Filip NavaraReenable ControlService and fix syntax errors in svcctl...
2005-04-18 Eric KohlDisable ControlService() because of a bug in WIDL.
2005-04-17 Eric KohlADVAPI32.DLL / SERVICES.EXE:
2005-04-16 Eric KohlADVAPI32.DLL:
2005-04-15 Eric KohlUse RPC for making calls to the Service Control Manager.