user32: Updated Korean resource.
[wine] / dlls / advapi32 /
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.
2005-02-14  Stefan LeichterMake advapi32_test.exe loadable on NT 3.51.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-27  Alexandre JulliardDon't make the test key volatile, that can break other...
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-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-04  Jakob ErikssonOn NT4 we can also get ERROR_RING2_STACK_IN_USE from
2005-01-03  Mike McCormackAdd some missing declarations in the spec file.
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-27  Mike McCormackFix CreateService's error code for a service that alrea...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
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-22  Alexandre JulliardFixed prototypes of a couple of ntdll functions.
2004-12-21  Hans LeidekkerStub implementations for AdjustTokenGroups, AreAllAcces...
2004-12-21  Ivan Leo PuotiIn OpenSCManagerW() allow lpDatabaseName to be an empty...
2004-12-21  Michael JungRespect the sDescription parameter in CryptSignHash and
2004-12-20  Michael Jungixed calculation of buffer size in CRYPT_ANSIToUnicode and
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-14  James HawkinsMinor documentation addition.
2004-12-14  James HawkinsCleanup some documentation.
2004-12-09  Alexander YaworskyCheck service database name in OpenSCManager().
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.
next