msxml3: Fixed typo in create_bsc.
[wine] / programs / services /
2008-07-02  Alexandre Julliardservices.exe: Pass the service name as first argument...
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-05-08  Paul Vriensservices.exe: Spelling fixes.
2008-05-06  Paul Vriensservices.exe: Move a trace to a more appropriate place.
2008-05-05  Alexandre Julliardservices: Fixed the result check for the control mutex...
2008-05-05  Alexandre Julliardservices: Use the correct invalid handle value for...
2008-04-24  Alexandre Julliardservices.exe: Don't reject config changes if the displa...
2008-04-24  Alexandre Julliardservices.exe: Make the changed status event an auto...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-11  Rob Shearmanservices: Automatically start boot-start, system-start...
2008-04-11  Rob Shearmanservices: Split RPC_MainLoop into initialisation and...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-07  Francois Gougetservices: Add a trailing '\n' to a couple of Wine traces.
2008-04-01  Rob Shearmanservices: Fix memory leak of some data in the service...
2008-03-29  Rob Shearmanservices: Fill in the functions between implemented...
2008-03-29  Rob Shearmanservices: Introduce an scmdatabase object to store...
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-28  Mikołaj Zalewskiservices.exe: Load list of services from registry at...
2008-03-28  Mikołaj Zalewskiservices.exe: Add a new program.