crypt32: Pass decode flags to CRYPT_AsnDecodeArrayNoAlloc.
[wine] / dlls / ntdll /
2009-10-14  Charles Davisntdll: Implement CDROM_RawRead() on Mac OS.
2009-10-13  Alexandre Julliardntdll: Use the exception code as exit status when no...
2009-10-13  Charles Davisntdll: Implement CDROM_ReadQChannel() on Mac OS.
2009-10-12  Dmitry Timoshkovkernel32: Implement HeapQueryInformation, add some...
2009-10-12  Andrey Turkinntdll: Run TLS callbacks in zero-sized TLS directories.
2009-10-08  Austin Englishntdll: Add a stub for NtQuerySystemEnvironmentValue.
2009-10-07  Ge van Geldorpntdll/tests: Fix exception test failure on Win7.
2009-10-07  Francois Gougetntdll/tests: Add a trailing '\n' to an ok() call.
2009-10-06  Andrey Turkinntdll: Add stub for NtSetInformationThread(ThreadHideFr...
2009-10-06  Andrey Turkinntdll: Handle invalid pointers in NtQueryInformationPro...
2009-10-06  Ge van Geldorpntdll/tests: Fix atom tests on Win7.
2009-10-01  Juan Langserver: A thread's affinity is restricted to the proces...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-09-30  Dan Kegelntdll: Refactor test_NtQueryDirectoryFile to be table...
2009-09-30  Andrey Turkinntdll: Accept ProcessDebugObjectHandle in QueryInformat...
2009-09-30  Alexandre Julliardntdll/tests: Retrieve the number of processors through...
2009-09-29  Juan Langntdll: Don't allow setting a zero thread affinity.
2009-09-29  Juan Langntdll: Don't allow setting a zero process affinity.
2009-09-29  Juan Langntdll/tests: Add tests for process and thread affinity.
2009-09-25  Dan Kegelntdll: Fix NtQueryInformationFile test failures on...
2009-09-25  Dan Kegelntdll: Add initial test for NtQueryDirectoryFile().
2009-09-25  Alexandre Julliardntdll: Add support for ordinal forwards.
2009-09-25  Alexandre Julliardntdll: Support both 32-bit and 64-bit modules in RtlIma...
2009-09-24  Alexandre Julliardntdll: Silence a noisy FIXME.
2009-09-24  Alexandre Julliardntdll: Move creation of the CPU-specific registry keys...
2009-09-24  Alexandre Julliardntdll: Avoid crashing on an empty resource directory.
2009-09-23  Alexandre Julliardntdll: Remap EXCEPTION_EXECUTE_FAULT only after the...
2009-09-23  Huw Daviesntdll: Fix build on MacOSX.
2009-09-22  Alexandre Julliardntdll: Only create the CPU registry keys on first run.
2009-09-22  Eric Pouechntdll: Moved CPU related registry key creation from...
2009-09-22  Eric Pouechntdll: Implement basic support for processor power...
2009-09-22  Eric Pouechntdll: Reuse kernel32's cpu info to implement NtQuerySy...
2009-09-22  Eric Pouechntdll: In SYSTEM_BASIC_INFORMATION, the active processo...
2009-09-15  Michael Karcherntdll: Fix DEP status initialization.
2009-09-11  Paul Vriensntdll/tests: Fix some test failures on several platforms.
2009-09-11  Dmitry Timoshkovntdll: RtlpNtQueryValueKey takes 5 parameters.
2009-09-10  Alexandre Julliardntdll: Make sure that serial ioctl calls fail on non...
2009-09-10  Alexandre Julliardntdll: Fix a file descriptor leak.
2009-09-10  Dan Kegelntdll: Add tests for NtQueryInformationFile.
2009-09-08  Mike Kaplinskiyntdll: Remember to set the iosb status if using a worke...
2009-09-01  Alexandre Julliardntdll: Implemented the SList functions for Win64.
2009-08-31  Austin Englishntdll/tests: Fix a compiler warning on PowerPC.
2009-08-29  Benjamin Kramerntdll: Fix build on MacOSX.
2009-08-29  Alexandre Julliardntdll: Use a more drastic (and simpler) method for...
2009-08-29  Alexandre Julliardntdll: Route the process startup through the platform...
2009-08-28  Alexandre Julliardntdll: Add support for Dwarf expressions in call frame...
2009-08-28  Alexandre Julliardntdll: Add support for unwinding the signal stack on...
2009-08-28  Alexandre Julliardntdll: Unwind the stack before calling exit/abort_thread.
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
2009-08-27  Alexandre Julliardntdll: Define correct address space limits for x86_64.
2009-08-27  Alexandre Julliardntdll: Return the expected length in NtQueryInformation...
2009-08-27  Alexandre Julliardntdll: Fix a couple of system information structures...
2009-08-27  Alexandre Julliardntdll: Fix handling of the duplicate MxCsr entry in...
2009-08-26  Alexandre Julliardntdll: Correctly jump to the modified context after...
2009-08-26  Alexandre Julliardntdll/tests: Make sure buffer alignment is correct.
2009-08-25  Michael Stefaniucntdll: Fix a memory leak on an error path (Smatch).
2009-08-25  Ge van Geldorpntdll/tests: Pass properly aligned buffers.
2009-08-24  Ge van Geldorpntdll/tests: Add acceptable status codes for Win7.
2009-08-24  Ge van Geldorpntdll/tests: Fix info tests on Win7.
2009-08-24  Alexandre Julliardntdll: The large integer functions are 32-bit only.
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-18  Mike Kaplinskiyntdll/tests: Test NtCancelIoFile(Ex).
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-18  Michael Karcherntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18  Michael Karcherntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
2009-08-18  Michael Karcherntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
2009-08-14  Michael Karcherntdll/tests: Implement tests for data execution prevention.
2009-08-12  Alexandre Julliardntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make...
2009-08-11  Mike Kaplinskiyntdll/tests: Fix NtWriteFile checks.
2009-08-10  Austin Englishntdll: Quiet a noisy fixme.
2009-08-10  Mike Kaplinskiyntdll/tests: Test NtCancelIoFileEx, if present.
2009-08-05  Alexandre Julliardntdll: Don't switch from small to large block when...
2009-08-05  Alexandre Julliardntdll: Ignore activation context entries that don't...
2009-08-05  Alexandre Julliardntdll: Don't free low address space for large address...
2009-08-03  Michael Karcherntdll: Fix ProcessExecuteFlag logic.
2009-08-03  Michael Karcherntdll: Fix get_server_context_flags.
2009-08-03  Ken Thomasesntdll: For Darwin/Mac OS X, use legacy getdirentries...
2009-07-22  Luke Bensteadntdll: Add semi-stub implementation for SystemExecution...
2009-07-09  Alexandre Julliardntdll: Add support for the MEM_RESET flag in VirtualAll...
2009-07-09  Alexandre Julliardntdll: Display write watch status in virtual traces.
2009-07-07  Alexandre Julliardntdll: Support querying the Wow64 state of other processes.
2009-07-06  Alexandre Julliardntdll: Add management of the Wow64 filesystem redirecti...
2009-07-03  Alexandre Julliardntdll: Fix the formatting of the get_token_groups reque...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with pipe() on...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with recvmsg()...
2009-06-30  Alexandre Julliardntdll: Go back to growing the heap in smaller increment...
2009-06-30  Alexandre Julliardntdll: Large heap blocks don't need to be 64k aligned.
2009-06-29  Alexandre Julliardntdll: Disable releasing the address space on Mac OS...
2009-06-25  Alexandre Julliardntdll: Release some address space after the process...
2009-06-25  Alexandre Julliardntdll: Don't try to decommit a heap past its initial...
2009-06-25  Alexandre Julliardntdll: Compute the free lists address at run-time inste...
2009-06-25  Alexandre Julliardntdll: Add call frame annotations in x86 assembly code.
2009-06-23  Hans Leidekkerntdll: Don't return success from the NtQueryEvent stub.
2009-06-18  Alexandre Julliardntdll: Move all thread exit processing to exit_thread...
2009-06-18  Alexandre Julliardntdll: Simplify the thread startup routine and make...
2009-06-18  Alexandre Julliardntdll: Add support for calling the TEB exception chain...
2009-06-18  Alexandre Julliardntdll: Implement stack unwinding for x86_64 builtin...
2009-06-16  Alexandre Julliardntdll: Handle x86_64 signals on a separate signal stack.
2009-06-16  Alexandre Julliardntdll: Add unwind annotations to the call_entry_point...
2009-06-16  Alexandre Julliardntdll: Fix handling of self-relative security descripto...
next