usp10: Move the application of pair values to a helper function.
[wine] / dlls / advapi32 / service.c
2012-12-14  Erich Hooveradvapi32: Support service objects in GetSecurityInfo.
2012-10-22  Piotr Cabanadvapi32: Don't terminate service when its last thread...
2012-10-22  Piotr Cabanadvapi32: Return from StartServiceCtrlDispatcher when...
2012-10-22  Piotr Cabanadvapi32: Validate arguments in StartServiceCtrlDispatcher.
2012-10-03  Marcus Meissneradvapi32: Avoid memory leak on pipe read failure (Cover...
2012-09-14  Andrew Eikumadvapi32: Consolidate helper function.
2012-06-15  Jacek Cabanadvapi32: Pass service name as argv[0] to ServiceMain.
2012-04-04  Alexander Morozovadvapi32: Regular program should not freeze forever...
2012-03-16  Alistair Leslie... advapi32: Assign a default value (clang).
2011-11-30  Piotr Cabanadvapi32: Send shutdown notification to services.
2011-11-30  Piotr Cabanadvapi32: Added support for SERVICE_CONFIG_PRESHUTDOWN_...
2011-11-14  Andrew Talbotadvapi32: Remove an unused variable.
2011-06-10  Hans Leidekkeradvapi32: Make sure lpDisplayName is initialized in...
2011-06-09  Alexandre Julliardadvapi32: Always pass valid buffers in the EnumServices...
2011-06-09  Alexandre Julliardadvapi32: Fix the parameter checks in QueryServiceStatusEx.
2011-04-27  Marcus Meissneradvapi32: Mark some internal symbols as hidden.
2010-12-23  André Hentscheladvapi32: Print a FIXME also for the unknown levels.
2010-12-21  Damian Dixonadvapi32: Added check for NULL pointer being passed...
2010-10-29  Hans Leidekkeradvapi32: Implement EnumServicesStatusExA/W.
2010-10-27  Hans Leidekkeradvapi32: Implement EnumServicesStatusA/W.
2010-03-29  Mikhail Maroukhineadvapi32: Fix compiler warnings with flag -Wcast-qual.
2009-03-27  Andrew Talbotadvapi32: Constify some variables.
2009-03-24  Rob Shearmanservices: svcctl_GetServiceDisplayNameW and svcctl_GetS...
2009-03-24  Rob Shearmanadvapi32: Trace the contents of the in parameter to...
2009-02-16  Michael Stefaniucadvapi32: Remove superfluous pointer casts.
2009-02-02  Marcus Meissneradvapi32: Fixed NULL ptr deref in QueryServiceConfig2A...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceDisplayNameW behavior to pass...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceKeyNameW behavior to pass the...
2009-01-19  Alexandre Julliardadvapi32: Get rid of the client-side service handle...
2009-01-19  Alexandre Julliardadvapi32: Reimplemented QueryServiceConfig2W in service...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-11-26  Alexandre Julliardadvapi32: Reimplemented ChangeServiceConfig2W in servic...
2008-09-25  Alexandre Julliardadvapi32: Always pass a valid argv pointer to a service...
2008-08-22  Paul Vriensadvapi32: Prevent a crash when passing an allowed NULL...
2008-07-23  Andrew Talbotadvapi32: Sign-compare warnings fix.
2008-05-27  Dan Kegeladvapi32: Don't test buffer length if buffer is null.
2008-05-20  Andrew Talbotadvapi32: Remove unused file-static variables.
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-18  Marcus Meissneradvapi32: Initialize hLock.
2008-04-11  Rob Shearmanadvapi32: Add exception handling around all service...
2008-04-07  Andrew Talbotadvapi32: Do not call MIDL_user_free() with pointer...
2008-04-02  Rob Shearmanwineboot: Start services.exe on startup instead of...
2008-04-01  Rob Shearmanadvapi32: Remove some unused services functions.
2008-03-31  Alexandre Julliardadvapi32: Silence the pipe read error in the normal...
2008-03-29  Rob Shearmanservices: Remove dependency on service name being deter...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Rob Shearmanservices: Move SetServiceStatus and QueryServiceStatusE...
2008-03-29  Mikołaj Zalewskiservices: Move GetServiceDisplayName to services.exe...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move QueryServiceConfigW from advapi32.dll...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-29  Mikołaj Zalewskiservices: Start a local RPC server.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-26  Stefan Leichteradvapi32: Partly implemented QueryServiceConfig2A/W.
2008-03-14  Paul Vriensadvapi/service: Give service its own debug channel.
2008-02-22  Maarten Lankhorstadvapi: Check if service really exists before bombing...
2008-02-04  Rob Shearmanadvapi32: Fix the size calculation in StartServiceW.
2008-01-10  Paul Chitescuadvapi32: Accept a NULL lpServiceStatus in ControlService.
2008-01-07  Alexandre Julliardadvapi32: Fix the length written to the pipe for the...
2008-01-04  Alexandre Julliardadvapi32: Don't wait for 20 seconds if a service fails...
2007-12-20  Alexandre Julliardadvapi32: Start non-interactive services in a separate...
2007-12-20  Alexandre Julliardadvapi32: Move the EnumDependentServicesA/W stubs in...
2007-12-19  Alexandre Julliardadvapi32: Return from StartServiceCtrlDispatcher when...
2007-12-19  Alexandre Julliardadvapi32: Replace the list of services with an array.
2007-12-19  Alexandre Julliardadvapi32: Use exponential backoff when waiting for...
2007-12-19  Alexandre Julliardadvapi32: Reimplement RegisterServiceCtrlHandler on...
2007-12-05  Tim Schwartzadvapi32: service_control_dispatcher(): Fixed invalid...
2007-11-19  Gerald Pfeiferadvapi32: Remove untriggerable check.
2007-10-15  Louis Lendersadvapi32: Improve stub for EnumServicesStatusExA a...
2007-09-28  Mikolaj Zalewskiadvapi32: Fix GetServiceDisplayNameA for cchBuffer...
2007-09-27  Mikolaj Zalewskiadvapi32: The lpServiceStartName should default to...
2007-09-25  Christian Gmeineradvapi32: fix some compiler warnings when using -Wsign...
2007-09-18  Mikolaj Zalewskiadvapi32: QueryObjectSecurity should return a self...
2007-09-12  Lionel Debrouxadvapi32: Replace SERV_free by HeapFree.
2007-08-23  Mikolaj Zalewskiadvapi32: Obtain the process id locally.
2007-08-23  Mikolaj Zalewskiadvapi32: Return an error if we try to start an already...
2007-07-30  Paul Vriensadvapi32/service: Be a bit more consistent.
2007-07-30  Paul Vriensadvapi32/service: Fix GetServiceDisplayNameA for servic...
2007-07-30  Paul Vriensadvapi32/service: Set correct error when the service...
2007-07-27  Paul Vriensadvapi32/service: Fix buffersize calculations for GetSe...
2007-07-27  Paul Vriensadvapi32/service: Forward GetServiceDisplayNameA to...
2007-07-24  Paul Vriensadvapi32/service: Handle is checked before servicename.
2007-07-20  Paul Vriensadvapi32/service: lpBinaryPathName is mandatory.
2007-07-19  Paul Vriensadvapi32/service: Some tests for DeleteService.
2007-07-19  Paul Vriensadvapi32/service: Check for duplicate displayname.
2007-07-16  Paul Vriensadvapi32/service: Check combination of service-type...
2007-07-13  Paul Vriensadvapi/service: Check servicetype and starttype.
2007-07-13  Paul Vriensadvapi/service: Create specific access rights for servi...
2007-07-12  Paul Vriensadvapi/service: Check for empty servicename and binaryname.
2007-07-12  Paul Vriensadvapi/service: Check if we have enough access rights...
2007-07-12  Paul Vriensadvapi/service: First tests (and fixes) for CreateService.
2007-07-12  Paul Vriensadvapi/service: Fix possible handle leak.
2007-07-12  Paul Vriensadvapi/service: Simplify DeleteService by using RegDele...
2007-07-11  Paul Vriensadvapi32: Create specific access rights for service...
2007-07-09  Paul Vriensadvapi32: Handle to Service Control Manager is checked...
2007-06-28  Paul Vriensadvapi32/service: Don't rely blindly on type.
2007-06-28  Paul Vriensadvapi32/service: Make sure we fill all struct members.
next