server: Fix token_access_check to allow full access to security descriptors with...
[wine] / dlls / advapi32 / service.c
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...
2007-03-12  Andrew Talbotadvapi32: Constify some variables.
2007-02-28  Alexandre Julliardadvapi32: Create the service manager registry key if...
2007-02-28  Alexandre Julliardadvapi32: Reimplement QueryServiceConfigA on top of...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-06  James Hawkinsadvapi32: Remove redundant NULL check before SERV_free...
2006-10-03  Hans Leidekkeradvapi32: Win64 printf format warning fixes.
2006-07-05  Robert Shearmanadvapi32: Fix the service function being called when...
2006-07-03  Robert Shearmanadvapi32: Implement RegisterServiceCtrlHandleExW.
2006-06-13  Alexandre Julliardadvapi32: Don't use sizeof in traces to avoid printf...
2006-06-12  Alexandre Julliardadvapi32: Make some variables static and/or const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-10  Mike McCormackadvapi32: If we can't connect to a service's pipe,...
2006-01-03  Vitaliy Margolenadvapi32: Don't allocate memory for empty argument...
2005-11-21  Rob ShearmanDon't try waiting for the service process to start...
2005-11-04  Markus AmslerImprove c2man Documented-Total count.
2005-11-03  Hans LeidekkerAdded stub for RegisterServiceCtrlHandlerEx{A,W}.
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-08-23  Kevin KoltzauProperly declare handles.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-13  Mike McCormackSilence some -Wmissing-declarations warnings.
2005-04-19  Troy RolloCorrect test of BOOL return value in ControlService.
2005-03-29  Mike McCormackImplement ChangeServiceConfig.
2005-03-10  Alexander YaworskyCorrect incorrect use of arguments to QueryServiceConfi...
2005-03-04  Troy RolloReturn an empty string for service dependencies when...
2005-03-04  Troy RolloCorrect incorrect use of arguments to QueryServiceConfigW.
2005-01-24  Mike McCormackConvert services to use pipes for RPC instead of shared...
2005-01-14  Mike McCormackFix, add and rearrange winsvc.h declarations.
2005-01-14  Mike McCormackMove all service stubs together, make them consistent.
2005-01-14  Mike McCormackCleanup service handles.
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2004-12-27  Mike McCormackFix CreateService's error code for a service that alrea...
2004-12-27  Mike McCormackDon't use RtlCreateUnicodeStringFromAsciiz, it doesn...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Ivan Leo PuotiIn OpenSCManagerW() allow lpDatabaseName to be an empty...
2004-12-09  Alexander YaworskyCheck service database name in OpenSCManager().
2004-12-08  Alexander YaworskyNotify StartService when service control dispatcher...
2004-12-07  Alexander YaworskyImplemented RegisterServiceCtrlHandler, ControlService.
2004-12-06  Mike McCormackStub implementations for DecryptFile, EncryptFile and
2004-12-06  Alexander YaworskyImplemented SetServiceStatus, QueryServiceStatus.
2004-12-02  Alexander YaworskyBasic implementation of service control dispatcher.
2004-12-01  Alexander YaworskyIntroduced service thread.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Alexander YaworskyMerge Unicode and ASCII versions of StartServiceCtrlDis...
2004-11-21  Alexander YaworskyMove up SERV_* functions.
2004-11-10  Jason Edmeades- Stub SetServiceObjectSecurity to pretend to work...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-10-21  Mike McCormackImplement ChangeServiceConfig2A using ChangeServiceConf...
2004-10-21  Mike McCormackImplement ChangeServiceConfigA using ChangeServiceConfigW.
next