Moved private USER definitions to a new user_private.h header, and
[wine] / dlls / advapi32 /
2004-12-08  Mike McCormackStub implementations for Lsa(Store/Retrieve)PrivateData.
2004-12-08  Alexander YaworskyNotify StartService when service control dispatcher...
2004-12-07  Alexander YaworskyImplemented RegisterServiceCtrlHandler, ControlService.
2004-12-06  Stefan LeichterFix missing imports on NT4.
2004-12-06  Mike McCormackStub implementations for DecryptFile, EncryptFile and
2004-12-06  Alexander YaworskyImplemented SetServiceStatus, QueryServiceStatus.
2004-12-06  James HawkinsOnly call test_set_provider_ex() once.
2004-12-02  Alexander YaworskyBasic implementation of service control dispatcher.
2004-12-01  Alexander YaworskyIntroduced service thread.
2004-12-01  Mike McCormackAdded a stub implementation for GetCurrentHwProfileW.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-11-30  Alexander YaworskyMerge Unicode and ASCII versions of StartServiceCtrlDis...
2004-11-21  Alexander YaworskyMove up SERV_* functions.
2004-11-19  James HawkinsAdded beginnings of RegQueryValueEx tests.
2004-11-10  Jason Edmeades- Stub SetServiceObjectSecurity to pretend to work...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-11-03  Jakob ErikssonAllocateAndInitializeSid does not work on Win98.
2004-11-01  Michael JungCryptGetUserKey: Set return key handle to zero in case...
2004-10-27  Michael JungCryptCreateHash: Set returned hash handle to zero in...
2004-10-25  Juan LangUpdate comment for LsaOpenPolicy.
2004-10-21  Mike McCormackImplement ChangeServiceConfig2A using ChangeServiceConf...
2004-10-21  Mike McCormackImplement ChangeServiceConfigA using ChangeServiceConfigW.
2004-10-19  Alexandre JulliardRegQueryValueW must return count in bytes for empty...
2004-10-18  Michael JungFixed a typo in CryptExportKey.
2004-10-11  Michael JungCryptDeriveKey - set return key handle to NULL in case...
2004-10-07  Alexandre JulliardRemoved wrong memset calls.
2004-10-07  Alexandre JulliardFixed MD4Final/MD5Final entries (spotted by Vincent...
2004-10-06  Hans LeidekkerImplement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
2004-10-05  Dmitry TimoshkovMake advapi32/crypt.c test pass under win2k SP4, do...
2004-10-04  Hans LeidekkerImplement SystemFunction006().
2004-10-04  Dmitry TimoshkovAvoid a crash in advapi32/test_sha_ctx.c test if requir...
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-17  Filip NavaraImplement A_SHA* functions present in Windows XP and...
2004-09-16  Juan Lang- correct ConvertStringSidToSidW and ConvertSidToString...
2004-09-16  Alexander YaworskyPass argv[0] (service name) to the service program.
2004-09-16  Alexander YaworskyAdded stubs for MD4, MD5 and SHA functions.
2004-09-14  Alexander YaworskyProper finalization in StartServiceW.
2004-09-14  Mike McCormackStub implementation for QueryServiceObjectSecurity.
2004-09-14  Mike McCormackMake sure not to interfere with the lasterror value...
2004-09-10  Alexander YaworskyImplemented LockServiceDatabase and UnlockServiceDatabase.
2004-09-07  Wolfgang SchwotzerLookupAccountNameA stub always returns a valid SID.
2004-09-06  Mike McCormackReturn the correct error when OpenService is called...
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  James Hawkins- remove unnecessary type conversions
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  James HawkinsMake CryptSetProviderEx only delete the 'Name' value...
2004-08-30  Alexander YaworskyChanged SC_HANDLEs from HKEYs to pointers to internal...
2004-08-26  Huw DaviesFix full name of HKEY_CURRENT_CONFIG.
2004-08-26  Alexander YaworskyStartService must pass full command line to service...
2004-08-26  Evan DeaublAdded GetSecurityInfo stub.
2004-08-25  Mike McCormackMake SetTokenInformation call NtSetInformationToken.
2004-08-20  James HawkinsEnable ERROR_MORE_DATA to be set in CryptGetDefaultProv...
2004-08-20  James HawkinsAdded tests for CryptSetProviderEx.
2004-08-19  Mike McCormackFix BuildTrusteeWithSid, implement and test BuildTruste...
2004-08-17  Aric StewartLet StartServiceCtrlDispatcher handle services not...
2004-08-17  James HawkinsIf pszTypeName is too small to hold the type name in
2004-08-17  Mike McCormackRemove unnecessary casts in crypt tests.
2004-08-16  Mike McCormackImplemented Get/SetFileSecurity A->W.
2004-08-16  James HawkinsFix alloc test in CryptEnumProviderTypesW that failed...
2004-08-16  James HawkinsFixed a few crypt test bugs.
2004-08-16  Mike McCormackDeclaration, implemention and test for BuildTrusteeWithSid.
2004-08-16  Mike McCormackAdd some stub declarations.
2004-08-16  Mike McCormackMove declaration of LSA* structs to ntsecapi.h.
2004-08-13  Francois GougetFix the PSID and PSECURITY_DESCRIPTOR types.
2004-08-13  Mike McCormackImplement SetThreadToken using NtSetInformationThread.
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsAdded tests for CryptEnumProviders.
2004-08-12  James HawkinsCleanup A->W cross call in CryptEnumProviders.
2004-08-09  Mike McCormackImplement A->W call for SetNamedSecurityInfo.
2004-08-09  James HawkinsMake CryptEnumProvidersA pcbProvName parameter contain...
2004-08-09  Mike McCormackFix definition of LookupPrivilegeNameW and declare it.
2004-08-09  James HawkinsFix alloc failure check in CryptEnumProvidersW.
2004-08-09  Mike McCormackAdded a test for ConvertSidToStringSidW.
2004-08-09  Mike McCormackImplemented ConvertSidToStringSidA/W.
2004-08-06  Mike McCormackImplement A->W call for GetNamedSecurityInfo.
2004-08-02  Alexandre JulliardFixed some more freeing issues in CryptAcquireContextA.
2004-07-30  Michael JungFixed a potential double call to CRYPT_Free on variable...
2004-07-24  Alexandre JulliardDon't crash on NULL data in RegSetValueExA (reported...
2004-07-24  Michael Jung- Changed some FIXMEs to TRACEs, since they report...
2004-07-22  Michael Jung- Fixed a problem with dwProvType values greater than...
2004-07-21  Michael JungAdded some unit tests for the CryptAcquireContext API...
2004-07-16  Alexandre JulliardFixed some duplicate CRYPT_Free calls (spotted by Micha...
2004-07-15  Michael JungUse RegQueryValueExA instead of RegQueryValueA in
2004-07-13  Michael JungReference counting for CRYPTPROV objects.
2004-07-13  James HawkinsAdded and cleaned API docs.
2004-07-12  James HawkinsAdded some more API docs.
2004-07-07  Ge van GeldorpAdd missing privilege names.
2004-05-25  William LahtiImplemented AreAnyAccessesGranted.
2004-05-17  Juan Lang- If a crypto provider does not have a Signature in...
2004-05-12  Mike McCormackPass crypt provider and type to CPAcquireContext.
2004-05-10  Alexandre JulliardFixed buffer size handling in GetUserNameA (reported...
2004-05-07  Alexandre JulliardUse the Unix codepage to convert the user name to Unicode.
2004-04-28  Francois GougetAssorted spelling fixes.
2004-04-23  Jon GriffithsDocumentation fixes.
2004-04-20  Francois GougetMake Unicode strings static const.
next