Implement REnumDependentServicesA/W.
[reactos.git] / reactos / base / system / services / rpcserver.c
2008-08-29 Eric KohlImplement REnumDependentServicesA/W.
2008-08-29 Eric Kohl- QueryServiceConfig2A/W: Fail if lpBuffer is NULL...
2008-08-29 Eric Kohl- ScmCreateManagerHandle: Fail on invalid database...
2008-08-29 Eric Kohl- GetServiceDisplayNameA/W and GetServiceKeyNameA/W...
2008-08-24 Eric KohlHack the declaration of RQueryServiceConfigA. This...
2008-07-10 Ged MurphyCheck for correct access right when deleting services
2008-05-18 Hervé PoussineauFix build
2008-04-10 Hervé PoussineauUse R- prefix instead of Scmr- prefix for service RPC...
2008-04-10 Hervé PoussineauMake service RPC interface more compatible with MS...
2008-03-26 Johannes Anderwald- improve a few parameters checks
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-18 Hervé PoussineauUse new interface names
2008-01-14 Aleksey Bragin- Fix a bug (% is a reserved character in string operat...
2008-01-14 Aleksey Bragin- Fix a bug in %SystemRoot% substitution branch.
2008-01-14 Aleksey Bragin- Implement canonicalizing the service binary path...
2008-01-13 Christoph von Wittichonly allocate a buffer in StartServiceA when dwNumServi...
2008-01-13 Christoph von Wittichdon't corrupt the image path
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-04 Hervé PoussineauChange service interface too
2007-09-12 Ged MurphyReceive a client service handle from advapi32 so we...
2007-09-11 Ged Murphy- store the SERVICE_STATUS_HANDLE and use it for settin...
2007-09-07 Ged Murphyadjust the pointers on the server side to match what...
2007-09-06 Ged Murphy- Shutdown services when the SCM is terminated
2007-09-06 Ged Murphyadd the account name to the QueryServiceConfig RPC...
2007-09-05 Ged Murphy- Implement the RPC server calls for QueryServiceConfig...
2007-07-16 Ged Murphyrevert r27695 as it's already implemented in advapi32...
2007-07-16 Ged MurphyWait for the SCM to be fully initialized before calling...
2007-07-10 Ged Murphyimplement ScmrSetServiceStatus, this goes some way...
2007-07-09 Christoph von Wittich-fix a memory leak
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-01-05 Christoph von Wittich* fixed some warnings
2006-12-26 Eric Kohl- Rename SCM_START_PACKET to SCM_CONTROL_PACKET.
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-13 Hervé PoussineauBetter stub for ScmrSetServiceObjectSecurity
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-31 Eric KohlPass additional arguments to a service when it is start...
2006-08-14 Ged MurphyAdd debug print
2006-08-07 Eric Kohl- Implement ScmStartServiceA and revert the last modifi...
2006-08-07 Hervé PoussineauCall ScmrStartServiceW in StartServiceA to prevent...
2006-08-06 Hervé PoussineauFix return type in .idl file
2006-06-25 Hervé PoussineauLet StartService really start the service.
2006-06-03 Hervé PoussineauFix some little bugs
2006-02-17 Art YerkesHauled subsys/system items into base/system