2005-11-21 |
Rob Shearman | Don't try waiting for the service process to start... |
blob | commitdiff | raw |
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 |
2004-10-21 |
Mike McCormack | Implement ChangeServiceConfigA using ChangeServiceConfigW. |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Alexander Yaworsky | Start only first service in the service table. |
blob | commitdiff | raw | diff to current |
2004-09-25 |
Alexander Yaworsky | Restructured code of StartServiceCtrlDispatcherA/W. |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Alexander Yaworsky | Pass arguments to the service program. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Alexander Yaworsky | Pass argv[0] (service name) to the service program. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Alexander Yaworsky | Proper finalization in StartServiceW. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Mike McCormack | Stub implementation for QueryServiceObjectSecurity. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Alexander Yaworsky | Implemented LockServiceDatabase and UnlockServiceDatabase. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Mike McCormack | Return the correct error when OpenService is called... |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Alexander Yaworsky | Implemented QueryServiceConfigA. |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Alexander Yaworsky | Expand ImagePath in QueryServiceConfigW. |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Alexander Yaworsky | Sanity check when closing service handle. |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Alexander Yaworsky | Changed SC_HANDLEs from HKEYs to pointers to internal... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Alexander Yaworsky | StartService must pass full command line to service... |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Aric Stewart | Let StartServiceCtrlDispatcher handle services not... |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Jon Griffiths | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Alexandre Julliard | OpenServiceW: don't use the requested service access... |
blob | commitdiff | raw | diff to current |
2003-12-13 |
Aric Stewart | Better handling of some service functions. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Huw Davies | Don't crash if lpDependencies is NULL. |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Mike McCormack | Stub implementations for ChangeServiceConfigA/W. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Alexandre Julliard | Make sure we always use the same name for the semaphore... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-01-24 |
Matthew Davison | Removed some Unicode -> Ascii cross-calls. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Matthew Davison | Removed calls to HEAP_strdupAtoW. |
blob | commitdiff | raw | diff to current |
2003-01-20 |
Matthew Davison | Remove some calls to HEAP_strdupAtoW from advapi32. |
blob | commitdiff | raw | diff to current |
2003-01-14 |
Uwe Bonnes | Stubs for Un|LockServiceDatabase. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Steve Lustbader | Assorted Win2k/WinXP stubs. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Michael Stefaniuc | Compile the advapi32 dll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Francois Gouget | Fix LUID definition. |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Francois Gouget | Spelling, grammar and a bit of comment formatting fixes. |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Andreas Mohr | Cosmetics. |
blob | commitdiff | raw | diff to current |
2001-01-02 |
François Gouget | Fixed some 0 vs. FALSE mismatches. |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Peter Hunnisett | - Added some missing WINELIB_NAME_AW definitions, types... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Replaced all lstr* calls from inside Wine code by their... |
blob | commitdiff | raw | diff to current |
2000-04-06 |
Patrik Stridvall | Fixed some issues reported by winapi_check. |
blob | commitdiff | raw | diff to current |
1999-12-12 |
Andreas Mohr | Fixed compiler warnings. |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Michael McCormack | Added code to some service functions (some untested... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Peter Schlaile | Implemented StartServiceCtrlDispatcherA according to... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Michael McCormack | Implemented OpenSCManagerW, CloseServiceHandle, OpenSer... |
blob | commitdiff | raw | diff to current |
1999-09-19 |
Patrik Stridvall | Added support for anonymous structs/unions on compilers... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Fixed/moved/added missing/wrong function prototypes. |
blob | commitdiff | raw | diff to current |
1999-05-14 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Juergen Schmied | Small fixes to compile with the headers (mostly nt... |
blob | commitdiff | raw | diff to current |
1999-01-30 |
Matthew Becker | Doc updates. |
blob | commitdiff | raw | diff to current |
1999-01-28 |
Matthew Becker | Documentation standardizations. |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Juergen Schmied | Moved ADVAPI32 files to dlls/advapi32. |
blob | commitdiff | raw | diff to current |
|