Add an assert if both arguments to DD_STRUCT_COPY_BYSIZE are equal.
[wine] / dlls / advapi32 /
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Vincent BéronRemove some Unicode->ANSI cross-calls in crypt functions.
2005-09-16  Robert ShearmanFix String SID parsing.
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
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-08-22  Kevin KoltzauRemove 'cast from pointer to integer of different size...
2005-08-15  Vincent BéronChange some TRACEing formats to make more sense.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-07-28  Steven EdwardsCorrect RegCreateKeyEx[A/W] prototype to match the...
2005-07-18  Felix NawothnigImplement RegGetValueA/W.
2005-07-18  Felix NawothnigRewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.
2005-07-18  Felix NawothnigFix registry tests on Win95.
2005-07-18  Juan LangAdd/correct a couple definitions, allow hashing nothing.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  James HawkinsBranch the LSA functions from security.c to lsa.c.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-07-03  Felix NawothnigAdded unit tests for RegGetValue.
2005-06-29  James Hawkins- Fix calculation of generic pointers.
2005-06-28  Alexandre JulliardMark as todo a couple of tests that currently fail.
2005-06-27  Robert ShearmanTest ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
2005-06-24  James Hawkins- Define FSCTL_PIPE_IMPERSONATE.
2005-06-23  James HawkinsAdd stub implementations for BuildSecurityDescriptorA/W.
2005-06-23  James HawkinsForward AddAuditAccessAce to its Rtl counterpart.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-22  Felix NawothnigSkip ACL tests on Win9x.
2005-06-21  James HawkinsImplement IsTokenRestricted.
2005-06-21  James HawkinsImplement GetTrustee* functions.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  James HawkinsForward GetPrivate/KernelObjectSecurity to NtQuerySecur...
2005-06-16  Robert Shearman- All versions of Windows ignore the access rights...
2005-06-15  Robert ShearmanMSDN states that DuplicateToken should create a new...
2005-06-13  Mike McCormackSilence some -Wmissing-declarations warnings.
2005-06-12  Robert ShearmanFix registry test for Win9x by skipping a section that...
2005-06-09  Robert ShearmanAdded test for AccessCheck.
2005-06-09  Mike McCormackFix some warnings.
2005-06-09  Mike McCormackMake ADVAPI_IsLocalComputer static and simplify it...
2005-06-09  Mike McCormackInclude appmgmt.h where its functions are used.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-23  Uwe BonnesImplemented SystemFunction036.
2005-05-16  Robert ShearmanImplement RegNotifyChangeKeyValue on top of NtNotifyCha...
2005-05-16  Vincent BéronProvide minimal API documentation in advapi/eventlog...
2005-05-11  Aric StewartAdd a stub implementation of RegisterTraceGuids.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-05  Robert ShearmanFix RegDeleteKey{A,W} to open the specified key with...
2005-04-23  Stefan LeichterExcluded tests crashing on NT4 from compiling.
2005-04-22  Robert ShearmanImplement PrivilegeCheck.
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-19  James HawkinsSet the backup/restore privilege.
2005-04-19  Troy RolloCorrect test of BOOL return value in ControlService.
2005-04-19  James HawkinsRemove two unnecessary traces.
2005-04-19  James HawkinsAdd RegUnLoadKey test.
2005-04-18  Jakob ErikssonFail gracefully on permission denied.
2005-04-16  James HawkinsRegDeleteKey fails if the lpSubKey param is NULL.
2005-04-15  Jakob ErikssonERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
2005-04-15  Jakob ErikssonWin98 can return ERROR_CALL_NOT_IMPLEMENTED.
2005-04-13  James HawkinsPass an empty string instead of NULL to RegDeleteKey...
2005-04-13  Steven EdwardsPartially implement CreateProcessAsUser.
2005-04-11  Hans LeidekkerImplement GetNamedSecurityInfo.
2005-04-11  Michael JungMake crypt functions more robust in case of incorrect...
2005-04-11  James HawkinsCreate the 'Test' value in a temporary subkey to avoid...
2005-03-31  Stefan LeichterFix GetFileSecurityA test on Win98.
2005-03-30  Michael JungRemoved the incomplete signature checking code.
2005-03-30  Robert ShearmanMove save_registry and unload_key server calls to ntdll.
2005-03-29  Mike McCormackImplement ChangeServiceConfig.
2005-03-29  James Hawkins- Implement NtLoadKey.
2005-03-29  Michael JungAdded a test for advapi32, which documents a crash...
2005-03-29  Stefan LeichterFix GetFileSecurityW for not existing directories/files.
2005-03-28  Stefan LeichterAdded a test for GetFileSecurityA.
2005-03-25  James HawkinsReplace a trace with a previously removed test.
2005-03-24  Jakob ErikssonFix some Windows 95 issues.
2005-03-23  Hans LeidekkerPretend there are 0 log records.
2005-03-23  James HawkinsAdd RegSaveKey, RegLoadKey tests.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Jakob ErikssonFix for NT4 behaviour.
2005-03-21  Vincent BéronFixed some calling conventions.
2005-03-15  Jakob ErikssonCryptAcquireContextA() can return NTE_FAIL on Windows 98.
2005-03-14  Alexandre JulliardAvoid accessing an uninitialized string in the failure...
2005-03-10  Alexander YaworskyCorrect incorrect use of arguments to QueryServiceConfi...
2005-03-07  Jason EdmeadesAdd stub for SetSecurityInfo.
2005-03-05  Jakob ErikssonAccount for permissions on Win2k.
2005-03-05  Troy RolloMake GetFileSecurityW return a standard SECURITY_DESCRI...
2005-03-04  Troy RolloReturn an empty string for service dependencies when...
2005-03-04  Troy RolloCorrect incorrect use of arguments to QueryServiceConfigW.
2005-02-25  James HawkinsFix RegOpen/CloseKey.
2005-02-23  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-21  James HawkinsAdd RegOpenKey, RegCloseKey tests.
2005-02-17  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Vincent BéronSuppress a warning.
next