Peter Dons Tychsen
741dd708c4
services: Fixed problem with services where DependOnServices key is REG_SZ and not REG_MULTI_SZ.
2008-09-17 10:55:50 +02:00
Alexandre Julliard
b66685cdd8
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
2008-09-03 14:21:41 +02:00
James Hawkins
d725626a2b
services: Assign the service manager db to the lock in LockServiceDatabase.
2008-07-18 11:06:25 +02:00
Alexandre Julliard
7e8ecd2d64
services.exe: Pass the service name as first argument when auto-starting services.
2008-07-02 12:02:11 +02:00
Alexandre Julliard
33914a1bf4
services: Send the service name in the control requests.
...
Only start a single dispatcher thread for all services.
2008-05-08 18:08:41 +02:00
Paul Vriens
df2120e586
services.exe: Spelling fixes.
2008-05-08 11:12:07 +02:00
Paul Vriens
b0f34a600f
services.exe: Move a trace to a more appropriate place.
2008-05-06 11:25:46 +02:00
Alexandre Julliard
d760cba090
services: Fixed the result check for the control mutex wait.
2008-05-05 13:34:05 +02:00
Alexandre Julliard
8ae87c7f0e
services: Use the correct invalid handle value for the control pipe.
2008-05-05 13:34:05 +02:00
Alexandre Julliard
af972cb1e4
services.exe: Don't reject config changes if the display name corresponds to the service being changed.
2008-04-24 13:53:21 +02:00
Alexandre Julliard
ea74621986
services.exe: Make the changed status event an auto-reset event.
2008-04-24 13:53:02 +02:00
Austin English
6e59cd2c34
Spelling fixes.
2008-04-22 12:20:12 +02:00
Rob Shearman
5a35bd4971
services: Automatically start boot-start, system-start and auto-start services when services.exe is started, instead of in wineboot.exe.
2008-04-11 12:13:45 +02:00
Rob Shearman
559fafebbf
services: Split RPC_MainLoop into initialisation and the actual loop.
2008-04-11 12:12:58 +02:00
Francois Gouget
8a18e0e43a
Assorted spelling fixes.
2008-04-07 13:36:18 +02:00
Francois Gouget
1aa72f7e47
services: Add a trailing '\n' to a couple of Wine traces.
2008-04-07 13:36:17 +02:00
Rob Shearman
0b7a37acdc
services: Fix memory leak of some data in the service record.
2008-04-01 19:11:06 +02:00
Rob Shearman
8529a3c404
services: Fill in the functions between implemented functions in svcctl.idl so that it our remoting code is wire-compatible with NT.
...
Add the necessary stubs for these in services.exe.
2008-03-29 11:51:47 +01:00
Rob Shearman
809d714f24
services: Introduce an scmdatabase object to store the root key of the services database.
...
Make the functions that deal with the service database more object-oriented.
Add a finer-grained locking architecture.
2008-03-29 11:51:43 +01:00
Rob Shearman
b8348b95a6
services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up.
...
Instead use the mechanism used by native which uses
\\.\pipe\net\NtControlPipeN.
Also remove the service startup event set by StartServiceCtrlDispatcher
as we wait for the service status to change instead.
2008-03-29 11:51:39 +01:00
Rob Shearman
9a6fc01d84
services: Move ControlService and StartServiceW from advapi32.dll to services.exe.
...
This also changes the architecture such that services.exe is the server
end of the control pipe and the service is the client end.
2008-03-29 11:51:34 +01:00
Rob Shearman
7afd9a977a
services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe.
2008-03-29 11:51:01 +01:00
Rob Shearman
b48714b148
services: Move SetServiceStatus and QueryServiceStatusEx to services.exe.
2008-03-29 11:50:57 +01:00
Mikołaj Zalewski
010dcb168b
services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName.
2008-03-29 11:17:33 +01:00
Mikołaj Zalewski
76d4eeebff
services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe.
2008-03-29 11:17:07 +01:00
Mikołaj Zalewski
a363b9a066
services: Move QueryServiceConfigW from advapi32.dll to services.exe.
2008-03-29 11:16:43 +01:00
Mikołaj Zalewski
a2156fc348
services: Move CreateService, OpenService and DeleteService implementations from advapi32.dll to services.exe.
2008-03-29 11:15:59 +01:00
Mikołaj Zalewski
4275fbf603
services: Start a local RPC server.
2008-03-29 11:15:05 +01:00
Mikołaj Zalewski
a1fbd5508f
services.exe: Load list of services from registry at startup.
2008-03-28 14:49:17 +01:00
Mikołaj Zalewski
7bd0efa123
services.exe: Add a new program.
2008-03-28 14:49:17 +01:00