advapi32: Implement and test SystemFunction002 (DES decrypt).
[wine] / dlls / advapi32 / service.c
2006-01-10  Mike McCormackadvapi32: If we can't connect to a service's pipe,...
2006-01-03  Vitaliy Margolenadvapi32: Don't allocate memory for empty argument...
2005-11-21  Rob ShearmanDon't try waiting for the service process to start...
2005-11-04  Markus AmslerImprove c2man Documented-Total count.
2005-11-03  Hans LeidekkerAdded stub for RegisterServiceCtrlHandlerEx{A,W}.
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-27  Mike McCormackFix gcc 4.0 warnings.
2005-08-23  Kevin KoltzauProperly declare handles.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-13  Mike McCormackSilence some -Wmissing-declarations warnings.
2005-04-19  Troy RolloCorrect test of BOOL return value in ControlService.
2005-03-29  Mike McCormackImplement ChangeServiceConfig.
2005-03-10  Alexander YaworskyCorrect incorrect use of arguments to QueryServiceConfi...
2005-03-04  Troy RolloReturn an empty string for service dependencies when...
2005-03-04  Troy RolloCorrect incorrect use of arguments to QueryServiceConfigW.
2005-01-24  Mike McCormackConvert services to use pipes for RPC instead of shared...
2005-01-14  Mike McCormackFix, add and rearrange winsvc.h declarations.
2005-01-14  Mike McCormackMove all service stubs together, make them consistent.
2005-01-14  Mike McCormackCleanup service handles.
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2004-12-27  Mike McCormackFix CreateService's error code for a service that alrea...
2004-12-27  Mike McCormackDon't use RtlCreateUnicodeStringFromAsciiz, it doesn...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Ivan Leo PuotiIn OpenSCManagerW() allow lpDatabaseName to be an empty...
2004-12-09  Alexander YaworskyCheck service database name in OpenSCManager().
2004-12-08  Alexander YaworskyNotify StartService when service control dispatcher...
2004-12-07  Alexander YaworskyImplemented RegisterServiceCtrlHandler, ControlService.
2004-12-06  Mike McCormackStub implementations for DecryptFile, EncryptFile and
2004-12-06  Alexander YaworskyImplemented SetServiceStatus, QueryServiceStatus.
2004-12-02  Alexander YaworskyBasic implementation of service control dispatcher.
2004-12-01  Alexander YaworskyIntroduced service thread.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Alexander YaworskyMerge Unicode and ASCII versions of StartServiceCtrlDis...
2004-11-21  Alexander YaworskyMove up SERV_* functions.
2004-11-10  Jason Edmeades- Stub SetServiceObjectSecurity to pretend to work...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-10-21  Mike McCormackImplement ChangeServiceConfig2A using ChangeServiceConf...
2004-10-21  Mike McCormackImplement ChangeServiceConfigA using ChangeServiceConfigW.
2004-09-27  Alexander YaworskyStart only first service in the service table.
2004-09-25  Alexander YaworskyRestructured code of StartServiceCtrlDispatcherA/W.
2004-09-21  Alexander YaworskyPass arguments to the service program.
2004-09-16  Alexander YaworskyPass argv[0] (service name) to the service program.
2004-09-14  Alexander YaworskyProper finalization in StartServiceW.
2004-09-14  Mike McCormackStub implementation for QueryServiceObjectSecurity.
2004-09-10  Alexander YaworskyImplemented LockServiceDatabase and UnlockServiceDatabase.
2004-09-06  Mike McCormackReturn the correct error when OpenService is called...
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Alexander YaworskyImplemented QueryServiceConfigA.
2004-08-31  Alexander YaworskyExpand ImagePath in QueryServiceConfigW.
2004-08-31  Alexander YaworskySanity check when closing service handle.
2004-08-30  Alexander YaworskyChanged SC_HANDLEs from HKEYs to pointers to internal...
2004-08-26  Alexander YaworskyStartService must pass full command line to service...
2004-08-17  Aric StewartLet StartServiceCtrlDispatcher handle services not...
2004-04-23  Jon GriffithsDocumentation fixes.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Alexandre JulliardOpenServiceW: don't use the requested service access...
2003-12-13  Aric StewartBetter handling of some service functions.
2003-12-11  Huw DaviesDon't crash if lpDependencies is NULL.
2003-12-02  Mike McCormackStub implementations for ChangeServiceConfigA/W.
2003-10-10  Alexandre JulliardMake sure we always use the same name for the semaphore...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-01-24  Matthew DavisonRemoved some Unicode -> Ascii cross-calls.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-20  Matthew DavisonRemove some calls to HEAP_strdupAtoW from advapi32.
2003-01-14  Uwe BonnesStubs for Un|LockServiceDatabase.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2001-11-20  Francois GougetFix LUID definition.
2001-10-22  Francois GougetSpelling, grammar and a bit of comment formatting fixes.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Andreas MohrCosmetics.
2001-01-02  François GougetFixed some 0 vs. FALSE mismatches.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-19  Peter Hunnisett- Added some missing WINELIB_NAME_AW definitions, types...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
1999-12-12  Andreas MohrFixed compiler warnings.
1999-12-04  Michael McCormackAdded code to some service functions (some untested...
1999-11-21  Peter SchlaileImplemented StartServiceCtrlDispatcherA according to...
1999-11-21  Michael McCormackImplemented OpenSCManagerW, CloseServiceHandle, OpenSer...
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-07-04  Patrik StridvallFixed/moved/added missing/wrong function prototypes.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-12  Juergen SchmiedSmall fixes to compile with the headers (mostly nt...
1999-01-30  Matthew BeckerDoc updates.
1999-01-28  Matthew BeckerDocumentation standardizations.
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.