oleaut32: Use WIC to decode gif files.
[wine] / dlls / advapi32 / service.c
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.
2007-06-27  Paul Vriensadvapi32/service: Return (more) correct needed buffersize.
2007-06-27  Paul Vriensadvapi32/service: Fix wrong key.
2007-06-27  Paul Vriensadvapi32/service: Use the correct registry key for...
2007-06-06  Alexandre Julliardadvapi32: Mark service processes as system processes...
2007-06-05  Alexandre Julliardadvapi32: Convert the service list to a standard list.
2007-05-21  Rolf Kalbermatteradvapi32: Return error on NULL service name to GetServi...
2007-05-21  Rolf Kalbermatteradvapi32: Fix return value to indicate error when NULL...
2007-05-17  Alexandre Julliardadvapi32: Launch winedevice.exe when asked to start...
2007-05-16  Rolf Kalbermatteradvapi32: Add access flags to service handle data.
2007-05-08  Alexandre Julliardadvapi32: Fix set process request, a pipe instance...
2007-05-08  Rolf Kalbermatteradvapi32: Implement GetServiceDisplayNameW.
2007-05-08  Rolf Kalbermatteradvapi32: Implement GetServiceDisplayNameA.
2007-05-08  Rolf Kalbermatteradvapi32: Store process ID into status structure on...
2007-04-24  Rolf Kalbermatteradvapi32: Make service_start_process return the pid...
2007-04-24  Rolf Kalbermatteradvapi32: Make struct service_data_t have the new SERVI...
2007-04-23  Rolf Kalbermatteradvapi32: Add EnumServicesStatusExA/W stub implementation.
2007-04-23  Rolf Kalbermatteradvapi32: Make SERVICE_STATUS_PROCESS match the declara...
2007-04-20  Rolf Kalbermatteradvapi32: Make QueryServiceStatus use QueryServiceStatusEx.
2007-04-20  Rolf Kalbermatteradvapi32: Implement QueryServiceStatusEx.
2007-04-03  Andrew Talbotadvapi32: Constify some variables.
2007-03-20  Jacek Cabanadvapi: Constify argument of StartServiceCtrlDispatcher...
next