2007-11-19 |
Gerald Pfeifer | advapi32: Remove untriggerable check. |
blob | commitdiff | raw |
2007-10-15 |
Louis Lenders | advapi32: Improve stub for EnumServicesStatusExA a... |
blob | commitdiff | raw | diff to current |
2007-09-28 |
Mikolaj Zalewski | advapi32: Fix GetServiceDisplayNameA for cchBuffer... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
Mikolaj Zalewski | advapi32: The lpServiceStartName should default to... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Christian Gmeiner | advapi32: fix some compiler warnings when using -Wsign... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Mikolaj Zalewski | advapi32: QueryObjectSecurity should return a self... |
blob | commitdiff | raw | diff to current |
2007-09-12 |
Lionel Debroux | advapi32: Replace SERV_free by HeapFree. |
blob | commitdiff | raw | diff to current |
2007-08-23 |
Mikolaj Zalewski | advapi32: Obtain the process id locally. |
blob | commitdiff | raw | diff to current |
2007-08-23 |
Mikolaj Zalewski | advapi32: Return an error if we try to start an already... |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Paul Vriens | advapi32/service: Be a bit more consistent. |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Paul Vriens | advapi32/service: Fix GetServiceDisplayNameA for servic... |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Paul Vriens | advapi32/service: Set correct error when the service... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Paul Vriens | advapi32/service: Fix buffersize calculations for GetSe... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Paul Vriens | advapi32/service: Forward GetServiceDisplayNameA to... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Paul Vriens | advapi32/service: Handle is checked before servicename. |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Paul Vriens | advapi32/service: lpBinaryPathName is mandatory. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Paul Vriens | advapi32/service: Some tests for DeleteService. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Paul Vriens | advapi32/service: Check for duplicate displayname. |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Paul Vriens | advapi32/service: Check combination of service-type... |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Paul Vriens | advapi/service: Check servicetype and starttype. |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Paul Vriens | advapi/service: Create specific access rights for servi... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Paul Vriens | advapi/service: Check for empty servicename and binaryname. |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Paul Vriens | advapi/service: Check if we have enough access rights... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Paul Vriens | advapi/service: First tests (and fixes) for CreateService. |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Paul Vriens | advapi/service: Fix possible handle leak. |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Paul Vriens | advapi/service: Simplify DeleteService by using RegDele... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Paul Vriens | advapi32: Create specific access rights for service... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Paul Vriens | advapi32: Handle to Service Control Manager is checked... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Paul Vriens | advapi32/service: Don't rely blindly on type. |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Paul Vriens | advapi32/service: Make sure we fill all struct members. |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Paul Vriens | advapi32/service: Return (more) correct needed buffersize. |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Paul Vriens | advapi32/service: Fix wrong key. |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Paul Vriens | advapi32/service: Use the correct registry key for... |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Alexandre Julliard | advapi32: Mark service processes as system processes... |
blob | commitdiff | raw | diff to current |
2007-06-05 |
Alexandre Julliard | advapi32: Convert the service list to a standard list. |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Rolf Kalbermatter | advapi32: Return error on NULL service name to GetServi... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Rolf Kalbermatter | advapi32: Fix return value to indicate error when NULL... |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Alexandre Julliard | advapi32: Launch winedevice.exe when asked to start... |
blob | commitdiff | raw | diff to current |
2007-05-16 |
Rolf Kalbermatter | advapi32: Add access flags to service handle data. |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Alexandre Julliard | advapi32: Fix set process request, a pipe instance... |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Rolf Kalbermatter | advapi32: Implement GetServiceDisplayNameW. |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Rolf Kalbermatter | advapi32: Implement GetServiceDisplayNameA. |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Rolf Kalbermatter | advapi32: Store process ID into status structure on... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Rolf Kalbermatter | advapi32: Make service_start_process return the pid... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Rolf Kalbermatter | advapi32: Make struct service_data_t have the new SERVI... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Rolf Kalbermatter | advapi32: Add EnumServicesStatusExA/W stub implementation. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Rolf Kalbermatter | advapi32: Make SERVICE_STATUS_PROCESS match the declara... |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Rolf Kalbermatter | advapi32: Make QueryServiceStatus use QueryServiceStatusEx. |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Rolf Kalbermatter | advapi32: Implement QueryServiceStatusEx. |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Andrew Talbot | advapi32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Jacek Caban | advapi: Constify argument of StartServiceCtrlDispatcher... |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Andrew Talbot | advapi32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Alexandre Julliard | advapi32: Create the service manager registry key if... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Alexandre Julliard | advapi32: Reimplement QueryServiceConfigA on top of... |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Alexandre Julliard | Fixed some printf warnings caused by using sizeof. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
James Hawkins | advapi32: Remove redundant NULL check before SERV_free... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Hans Leidekker | advapi32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Robert Shearman | advapi32: Fix the service function being called when... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Robert Shearman | advapi32: Implement RegisterServiceCtrlHandleExW. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Alexandre Julliard | advapi32: Don't use sizeof in traces to avoid printf... |
blob | commitdiff | raw | diff to current |
2006-06-12 |
Alexandre Julliard | advapi32: Make some variables static and/or const. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Mike McCormack | advapi32: If we can't connect to a service's pipe,... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Vitaliy Margolen | advapi32: Don't allocate memory for empty argument... |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Rob Shearman | Don't try waiting for the service process to start... |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Markus Amsler | Improve c2man Documented-Total count. |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Hans Leidekker | Added stub for RegisterServiceCtrlHandlerEx{A,W}. |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Rein Klazes | - Set the LastError in OpenSCManager in case of errors; |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Mike McCormack | Fix gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Kevin Koltzau | Properly declare handles. |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Mike McCormack | Silence some -Wmissing-declarations warnings. |
blob | commitdiff | raw | diff to current |
2005-04-19 |
Troy Rollo | Correct test of BOOL return value in ControlService. |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Mike McCormack | Implement ChangeServiceConfig. |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Alexander Yaworsky | Correct incorrect use of arguments to QueryServiceConfi... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Troy Rollo | Return an empty string for service dependencies when... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Troy Rollo | Correct incorrect use of arguments to QueryServiceConfigW. |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Mike McCormack | Convert services to use pipes for RPC instead of shared... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Mike McCormack | Fix, add and rearrange winsvc.h declarations. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Mike McCormack | Move all service stubs together, make them consistent. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Mike McCormack | Cleanup service handles. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Hans Leidekker | Stub implementations for GetKernelObjectSecurity, |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Mike McCormack | Fix CreateService's error code for a service that alrea... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Mike McCormack | Don't use RtlCreateUnicodeStringFromAsciiz, it doesn... |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Ivan Leo Puoti | In OpenSCManagerW() allow lpDatabaseName to be an empty... |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Alexander Yaworsky | Check service database name in OpenSCManager(). |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Alexander Yaworsky | Notify StartService when service control dispatcher... |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Alexander Yaworsky | Implemented RegisterServiceCtrlHandler, ControlService. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Mike McCormack | Stub implementations for DecryptFile, EncryptFile and |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Alexander Yaworsky | Implemented SetServiceStatus, QueryServiceStatus. |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Alexander Yaworsky | Basic implementation of service control dispatcher. |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Alexander Yaworsky | Introduced service thread. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Alexander Yaworsky | Merge Unicode and ASCII versions of StartServiceCtrlDis... |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Alexander Yaworsky | Move up SERV_* functions. |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Jason Edmeades | - Stub SetServiceObjectSecurity to pretend to work... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Mike McCormack | Implement ChangeServiceConfig2A using ChangeServiceConf... |
blob | commitdiff | raw | diff to current |
next |