Make IDirectMusicScriptImpl_IDirectMusicScript_CallRoutine return S_OK
[wine] / dlls / advapi32 /
2004-04-28  Francois GougetAssorted spelling fixes.
2004-04-23  Jon GriffithsDocumentation fixes.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-17  Mike HearnDocumentation for SystemFunction040 and SystemFunction0...
2004-04-12  Alexandre JulliardOpenServiceW: don't use the requested service access...
2004-04-12  Alexandre JulliardOpenSCManagerA/W arguments are strings.
2004-04-07  Raphael JunqueiraAdded some stubs.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-22  Juan LangStub CommandLineFromMsiDescriptor to prevent a crash...
2004-03-18  Juan LangAllow RegConnectRegistryW to the local machine name.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-27  Robert Shearman- Remove duplicate free.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-16  Robert ShearmanPartially implement RegOpenUserClassesRoot.
2004-01-06  Mike McCormackAdded missing LF in trace.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-30  Juan LangRead the Policy{Account,Primary}DomainInformation from...
2003-12-13  Aric StewartBetter handling of some service functions.
2003-12-13  Francois GougetTry not to display uninitialized data in traces (found...
2003-12-11  Huw DaviesDon't crash if lpDependencies is NULL.
2003-12-08  Hans LeidekkerRemove ntdll from imports.
2003-12-02  Mike McCormackStub implementations for ChangeServiceConfigA/W.
2003-11-18  Mike McCormackImprove error handling in CryptAcquireContext.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-11  Mike HearnImplemented ReportEventA/W.
2003-10-22  Robert Shearman- Fix error paths in advapi32.CryptAcquireContextA.
2003-10-21  Daniel MarmierRegCreateKeyEx{A,W}: state that class string is constant.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Alexandre JulliardMake sure we always use the same name for the semaphore...
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-01  Jon GriffithsDocumentation updates.
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-22  Marcus MeissnerPrint fixmes if we do not find a crypto providers for...
2003-09-17  Mike McCormackCreated stub functions for advapi32.GetExplicitEntriesF...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-19  Mike McCormackImplement registry key unloading.
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-07-21  Alexandre JulliardFixed prototypes of VTableProcStruc callback functions.
2003-07-21  Mike McCormackMoved declaration of VTableProvStruc from dlls/advapi32...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
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-31  Andreas MohrTrace format fix.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-14  Tony LambregtsJanitorial. Get rid of W->A calls.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
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.
2003-01-13  Robert Shearman- Add some stubs.
2003-01-13  Francois GougetUse only Ansi APIs for cleaning up the registry.
2002-12-19  Chris MorganStub for GetSecurityInfoExW().
2002-12-16  Andreas Mohr- actually use PLUID
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-13  Aric StewartWork with the correct subkey with loading keys. Not...
2002-10-25  Michael StefaniucCompile the advapi32 dll with -DSTRICT.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-09-17  Andriy PalamarchukMake LsaOpenPolicy return success.
2002-09-17  Francois GougetChange the #include order so that these tests compile...
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardFixed requested access rights in RegDeleteKey[AW].
2002-09-12  Alexandre JulliardFixed possible infinite loop in delete_key.
2002-09-06  Andriy PalamarchukLsaNtStatusToDosError implementation.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-26  Andriy PalamarchukSetTokenInformation stub implementation, a few other...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-08-13  Alexandre JulliardThe provider functions are WINAPI.
2002-08-13  Aric StewartOnly modify returned keys on success.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-20  Dominik StrasserImplemented RegQueryMultipleValues.
2002-07-10  Alexandre JulliardCreated registry unit test and added tests for RegEnumV...
2002-07-10  Alexandre JulliardRegEnumValue[AW] need to update the data size on buffer...
2002-07-05  Alexandre JulliardMore explicit initialization of info_size for stupid...
2002-07-05  Rein KlazesCheck for NULL keyvalue in RegEnumKeyExA/W.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Mike McCormackImplemented recursive RegDeleteKey in Win95 emulation.
2002-06-14  Aric StewartAdded GetCurrentHwProfileA.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
next