advapi32/tests: Make sure NT4 and W2K tests don't fail.
[wine] / dlls / ntdll /
2007-04-09  Marcus Meissnerntdll: Remove superflous NULL checks.
2007-04-09  Alexandre Julliardntdll: Add some test cases for asynchronous I/O.
2007-04-09  Alexandre Julliardntdll: Use send(2) instead of write(2) for zero-byte...
2007-04-06  Alexandre Julliardntdll: Rely on the server to queue the final APC for...
2007-04-06  Alexandre Julliardntdll: Reimplement NtWriteFile.
2007-04-06  Alexandre Julliardntdll: Reimplement NtReadFile.
2007-04-05  Alexandre Julliardntdll: Make test for heap boundaries more strict in...
2007-04-05  Paul Vriensntdll/tests: Use GetModuleHandle and skip.
2007-04-05  Alexandre Julliardntdll: Avoid relying on the IO_STATUS_BLOCK for storing...
2007-04-05  Alexandre Julliardntdll: Avoid setting status in IO_STATUS_BLOCK until...
2007-04-05  Peter Beutnerntdll: Remove one exception test.
2007-04-04  Alexandre Julliardserver: Use the standard file descriptor signal mechani...
2007-04-04  Rob Shearmanntdll: Pass the correct value to NtClose in the tests.
2007-03-30  Louis Lendersntdll: Add NtAreMappedFilesTheSame stub.
2007-03-29  Alexandre Julliardntdll: Ignore failure to open current directory, it...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-26  Gabriel Gambettantdll: Add Uruguayan Summer Time timezone.
2007-03-26  Hans Leidekkerntdll: Fully initialize the security descriptor returne...
2007-03-23  Alexandre Julliardntdll: Avoid overwriting the result of the async I...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardntdll: Better support for NT path names in wine_nt_to_u...
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Move the signalling of the completion event...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-03-17  Alexandre Julliardntdll: Remove unnecessary pointers in fstab parsing...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-03-14  Alexandre Julliardntdll: Fixed typo in previous patch, spotted by Ken...
2007-03-14  Alexandre Julliardntdll: Add a wrapper to call the thread entry point...
2007-03-14  Alexandre Julliardntdll: Fixed some exception codes and parameters.
2007-03-14  Alexandre Julliardntdll/tests: Mask reserved bits before testing dr7.
2007-03-14  Alexandre Julliardntdll: Changed some Solaris defines so that we can...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Dmitry Timoshkovntdll: Catch the exceptions in the TLS callback like...
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-12  Jan Zerebeckintdll: Add DebugInfo to critical sections.
2007-03-12  Dmitry Timoshkovntdll: Make the error test pass under XP.
2007-03-09  Alexandre Julliardntdll: Fixed a compiler warning for size_t/unsigned...
2007-03-09  Peter Beutnerntdll: Handle SIMD exceptions.
2007-03-09  Peter Beutnerntdll: Testcase for handling SIMD exceptions.
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-05  Peter Oberndorferntdll: Make exception test not hang when creating proce...
2007-02-28  Jeff Latimerntdll: Test object attributes in NtCreateMailslotFile.
2007-02-28  Jeff Latimerntdll: Set default timeout in NtCreateMailslotFile...
2007-02-28  Jeff Latimerntdll: Check for passing a NULL handle to NtCreateMails...
2007-02-28  Jeff Latimerntdll: Framework for NtCreateMailslotFile tests.
2007-02-28  Vitaliy Margolenntdll: More error checking. Properly handle NULL ACLs.
2007-02-27  Peter Oberndorferntdll: Extend debugger tests.
2007-02-27  Peter Oberndorferntdll/tests: Add a debugger around the exceptions.
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-16  Peter Oberndorferntdll: Add a vectored exception handling test to the...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-13  Alexandre Julliardntdll: Allow APCs to run while waiting for a debug...
2007-02-13  Marcus Meissnerntdll/tests: Fixed WCHAR overflow.
2007-02-13  Peter Oberndorferntdll: Test that shows RtlRaiseException with EXCEPTION...
2007-02-12  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-02-12  Francois Gougetntdll: Add prototypes to winnt.h for the SList functions.
2007-02-09  Francois Gougetntdll: Better match the PSDK types and fix the winapi_c...
2007-02-09  Francois Gougetntdll: The fourth parameter of RtlUnwind() is a pointer...
2007-02-09  Francois Gougetntdll: ZwRaiseException() is not a register function.
2007-02-09  Konstantin Kondratyukntdll: Add Omsk time zone.
2007-02-09  Marcus Meissnerntdll: Initialize needs_close to FALSE.
2007-02-08  Kevin Koltzauntdll: Fix compile errors for Win64.
2007-02-06  Alexandre Julliardntdll: Clear the DebugInfo field when a shared heap...
2007-02-06  Francois Gougetntdll: Add a stub API documentation to make winapi_chec...
2007-02-05  Damjan Jovanovicntdll: Slist support.
2007-02-05  Bang Jun-Youngntdll: Fix NtUnloadKey to match the DDK.
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-24  Alexandre Julliardntdll: Properly handle embedded nulls in NTDLL_dbg_vprintf.
2007-01-22  Vitaliy Margolenntdll: Correct trace message stating NtAccessCheck...
2007-01-22  Vitaliy Margolenntdll: Don't change granted access mask on error.
2007-01-22  Mike McCormackntdll: Implement RtlDecodePointer and RtlEncodePointer.
2007-01-22  Paul Vriensntdll: Extra check for ObjectAttributes (Coverity).
2007-01-22  Rob Shearmankernel32: Handle the SECURITY_* flags passed into Creat...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Get rid of the no longer used is_current_process...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
2007-01-18  Alexandre Julliardntdll: Abuse RtlCreateUserThread to call the thread...
2007-01-18  Alexandre Julliardntdll: Move the LDT section to ntdll and make it an...
2007-01-18  Francois Gougetntdll/tests: Use '%u' to print GetLastError().
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-18  Alexandre Julliardntdll: Avoid heap allocations during thread creation.
2007-01-18  Alexandre Julliardntdll: Make the fd cache section an uninterruptible...
2007-01-18  Alexandre Julliardntdll: Fix NtDuplicateObject to only close the file...
2007-01-18  Alexandre Julliardntdll: Avoid heap allocation in fd cache. Fixed a coupl...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-16  Alexandre Julliardntdll: Added a missing chunk in the NtLockVirtualMemory...
2007-01-16  Alexandre Julliardntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
next