Fix RegDeleteKey{A,W} to open the specified key with the DELETE access
[wine] / dlls / advapi32 / advapi32.spec
2005-03-07  Jason EdmeadesAdd stub for SetSecurityInfo.
2005-01-03  Mike McCormackAdd some missing declarations in the spec file.
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-21  Michael JungRespect the sDescription parameter in CryptSignHash and
2004-12-08  Mike McCormackStub implementations for Lsa(Store/Retrieve)PrivateData.
2004-12-06  Mike McCormackStub implementations for DecryptFile, EncryptFile and
2004-12-01  Mike McCormackAdded a stub implementation for GetCurrentHwProfileW.
2004-11-10  Jason Edmeades- Stub SetServiceObjectSecurity to pretend to work...
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-04  Hans LeidekkerImplement SystemFunction006().
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 YaworskyAdded stubs for MD4, MD5 and SHA functions.
2004-09-14  Mike McCormackStub implementation for QueryServiceObjectSecurity.
2004-08-26  Evan DeaublAdded GetSecurityInfo stub.
2004-08-19  Mike McCormackFix BuildTrusteeWithSid, implement and test BuildTruste...
2004-08-16  Mike McCormackAdd some stub declarations.
2004-08-09  Mike McCormackImplemented ConvertSidToStringSidA/W.
2004-05-25  William LahtiImplemented AreAnyAccessesGranted.
2004-04-17  Mike HearnDocumentation for SystemFunction040 and SystemFunction0...
2004-04-12  Alexandre JulliardOpenSCManagerA/W arguments are strings.
2004-04-07  Raphael JunqueiraAdded some stubs.
2004-03-22  Juan LangStub CommandLineFromMsiDescriptor to prevent a crash...
2004-01-16  Robert ShearmanPartially implement RegOpenUserClassesRoot.
2003-12-02  Mike McCormackStub implementations for ChangeServiceConfigA/W.
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-09-17  Mike McCormackCreated stub functions for advapi32.GetExplicitEntriesF...
2003-08-13  Mike McCormackFix spec for InitiateSystemShutdownExA, as pointed...
2003-08-12  Mike McCormackStubs for advapi32 functions InitiateSystemShutdownEx...
2003-08-11  Mike McCormackStubs for BuildTrusteeWithSid(A/W).
2003-07-24  Mike McCormackImplemented LookupPrivilegeValueA/W.
2003-06-16   <ma@technoprint.ch>Added AddAccessAllowdAceEx, AddAccessDeniedAceEx, GetAc...
2003-05-11  Mike McCormackStubs for AccessCheckAndAuditAlarmA/W.
2003-05-01  Robert Shearman- Implemented RtlAddAccessAllowedAce, RtlAddAccessDenie...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-01-14  Uwe BonnesStubs for Un|LockServiceDatabase.
2003-01-13  Robert Shearman- Add some stubs.
2002-12-19  Chris MorganStub for GetSecurityInfoExW().
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-09-06  Andriy PalamarchukLsaNtStatusToDosError implementation.
2002-08-26  Andriy PalamarchukSetTokenInformation stub implementation, a few other...
2002-07-20  Dominik StrasserImplemented RegQueryMultipleValues.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Aric StewartAdded GetCurrentHwProfileA.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-19  Leo van den BergAdded stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
2002-01-31  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-24  James HathewayAdded stubs for CryptGenRandom(), CryptReleaseContext().
2000-10-15  Marcus MeissnerStubbed LookupAccountNameA.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-02-25  Juergen SchmiedAdded AddAccessAllowedAce.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-26  Alexandre JulliardFixed/commented out duplicate entry point names.
1999-12-11  Juergen SchmiedStubs for LsaFreeMemory, LsaQueryInformationPolicy...
1999-12-04  Michael McCormackAdded code to some service functions (some untested...
1999-07-31  Eric KohlAdded stub for CryptSetKeyParams().
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.