Sign in
goma
/
wine
/
a489489e01aaa729f7a336b7f8d8dd471c66557b
/
programs
/
services
93d9d8a
programs: Fix compiler warnings with flag -Wcast-qual.
by Mikhail Maroukhine
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
910b191
services.exe: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible.
by Paul Chitescu
· 15 years ago
7cdf338
services: Correctly store the service's PID upon startup.
by Eric Pouech
· 16 years ago
8fd6196
services.exe: When asked to search by display name skip NULL names.
by Paul Chitescu
· 16 years ago
76c0bab
services: Fix a typo.
by Paul Vriens
· 16 years ago
286dc62
services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W.
by Rob Shearman
· 16 years ago
1c89dac
services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer.
by Rob Shearman
· 16 years ago
8f07e69
services: Add a ref count to the service entry in svcctl_CreateServiceW.
by Rob Shearman
· 16 years ago
2c7ac13
services: Handle realloc failures better (Coverity).
by Marcus Meissner
· 16 years ago
d3085ab
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
by Rob Shearman
· 16 years ago
24c4f1d
services: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
7469485
services: Add stub implementation for SERVICE_CONFIG_FAILURE_ACTIONS in ChangeServiceConfig2W.
by Alexandre Julliard
· 16 years ago
05a840d
advapi32: Fix GetServiceDisplayNameW behavior to pass the tests.
by Alexandre Julliard
· 16 years ago
c795150
advapi32: Fix GetServiceKeyNameW behavior to pass the tests.
by Alexandre Julliard
· 16 years ago
b608a43
advapi32: Reimplemented QueryServiceConfig2W in services.exe.
by Alexandre Julliard
· 16 years ago
768160e
ntdll: Make all exported wine functions CDECL.
by Maarten Lankhorst
· 16 years ago
3249b40
advapi32: Reimplemented ChangeServiceConfig2W in services.exe.
by Alexandre Julliard
· 16 years ago
42fb9fe
services: Properly initialize service status at creation time.
by Alexandre Julliard
· 16 years ago
741dd708
services: Fixed problem with services where DependOnServices key is REG_SZ and not REG_MULTI_SZ.
by Peter Dons Tychsen
· 17 years ago
b66685c
programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS.
by Alexandre Julliard
· 17 years ago
d725626
services: Assign the service manager db to the lock in LockServiceDatabase.
by James Hawkins
· 17 years ago
7e8ecd2
services.exe: Pass the service name as first argument when auto-starting services.
by Alexandre Julliard
· 17 years ago
33914a1
services: Send the service name in the control requests.
by Alexandre Julliard
· 17 years ago
df2120e
services.exe: Spelling fixes.
by Paul Vriens
· 17 years ago
b0f34a6
services.exe: Move a trace to a more appropriate place.
by Paul Vriens
· 17 years ago
d760cba
services: Fixed the result check for the control mutex wait.
by Alexandre Julliard
· 17 years ago
8ae87c7
services: Use the correct invalid handle value for the control pipe.
by Alexandre Julliard
· 17 years ago
af972cb
services.exe: Don't reject config changes if the display name corresponds to the service being changed.
by Alexandre Julliard
· 17 years ago
ea74621
services.exe: Make the changed status event an auto-reset event.
by Alexandre Julliard
· 17 years ago
6e59cd2
Spelling fixes.
by Austin English
· 17 years ago
5a35bd4
services: Automatically start boot-start, system-start and auto-start services when services.exe is started, instead of in wineboot.exe.
by Rob Shearman
· 17 years ago
559fafe
services: Split RPC_MainLoop into initialisation and the actual loop.
by Rob Shearman
· 17 years ago
8a18e0e
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
1aa72f7
services: Add a trailing '\n' to a couple of Wine traces.
by Francois Gouget
· 17 years ago
0b7a37a
services: Fix memory leak of some data in the service record.
by Rob Shearman
· 17 years ago
8529a3c
services: Fill in the functions between implemented functions in svcctl.idl so that it our remoting code is wire-compatible with NT.
by Rob Shearman
· 17 years ago
809d714
services: Introduce an scmdatabase object to store the root key of the services database.
by Rob Shearman
· 17 years ago
b8348b9
services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up.
by Rob Shearman
· 17 years ago
9a6fc01
services: Move ControlService and StartServiceW from advapi32.dll to services.exe.
by Rob Shearman
· 17 years ago
7afd9a9
services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe.
by Rob Shearman
· 17 years ago
b48714b
services: Move SetServiceStatus and QueryServiceStatusEx to services.exe.
by Rob Shearman
· 17 years ago
010dcb1
services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName.
by Mikołaj Zalewski
· 17 years ago
76d4eee
services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe.
by Mikołaj Zalewski
· 17 years ago
a363b9a
services: Move QueryServiceConfigW from advapi32.dll to services.exe.
by Mikołaj Zalewski
· 17 years ago
a2156fc
services: Move CreateService, OpenService and DeleteService implementations from advapi32.dll to services.exe.
by Mikołaj Zalewski
· 17 years ago
4275fbf
services: Start a local RPC server.
by Mikołaj Zalewski
· 17 years ago
a1fbd55
services.exe: Load list of services from registry at startup.
by Mikołaj Zalewski
· 17 years ago
7bd0efa
services.exe: Add a new program.
by Mikołaj Zalewski
· 17 years ago