[SERVICES]
[reactos.git] / reactos / base / system / services / rpcserver.c
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-31 Christoph von Wittichmake explicit use of unicode functions
2009-01-18 Stefan Ginsberg- Fix WINEVENTPROC -- it is stdcall, not cdecl!
2009-01-07 Ged Murphyenable RQueryServiceObjectSecurity
2009-01-06 Christoph von Wittich-don't cast const char to char
2009-01-01 Timo Kreuzersync to trunk r38300
2008-12-23 Timo KreuzerReplace all deprecate functions like wcsicmp with the...
2008-12-07 Timo KreuzerMerge 34758, 34771, 34786, 34787, 34906, 35826, 36174...
2008-12-07 Timo Kreuzerdon't truncate a handle
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-07 Michael Martin- RSetServiceStatus: Don't return ERROR_INVALID_DATA...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-26 Eric KohlService Manager:
2008-10-26 Eric KohlService Manager:
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-23 Samuel SerapionFix ScmGetServiceEntryByClientHandle definition.
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-14 Michael Martin- REnumServicesStatusA/REnumServicesStatusExA: Call...
2008-10-14 Michael Martin- REnumServicesStatusExW: Correct check for returning...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-12 Michael Martin- Implement REnumServicesStatusExA
2008-10-12 Michael Martin- Implement REnumServicesStatusA
2008-09-26 Eric KohlFix lock handle typecasts.
2008-09-16 Eric KohlRSetServiceStatus:
2008-09-13 Eric KohlImplement I_ScSetServiceBitsA/W and SetServiceBits.
2008-09-13 Eric Kohl- Disable some debug messages.
2008-09-11 Christoph von Wittichremove unused parameter from DPRINT
2008-09-11 Christoph von Wittichfix incorrect buffersize passed to MultiByteToWideChar
2008-09-11 Christoph von Wittichfix some heap corruptions in services
2008-09-06 Samuel SerapionMerge 35977. Fix 64 bit portability issues. Thanks...
2008-09-06 Eric KohlFix 64 bit portability issues.
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-29 Eric Kohl- Add a reference counter to the service record.
2008-08-29 Eric Kohl[FORMATTING] No code changes.
2008-08-29 Eric Kohl- RCreateServiceW:
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-08-01 Art YerkesCreate a branch for network fixes.
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