- Change the default user SID to match what was previously returned by
[wine] / dlls / ntdll /
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-15  Dmitry TimoshkovAvoid unnecessary casts.
2005-07-15  Dmitry TimoshkovMake VIRTUAL_HandleFault return an NTSTATUS.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-13  Alexandre JulliardIgnore high bit of spin count.
2005-07-12  Aric StewartBoth wcschr and wcsrchr should be able to find the...
2005-07-12  Alexandre JulliardUse the unicode.h functions where possible.
2005-07-11  Alexandre JulliardUse an SID instead of the user name for the path of the
2005-07-11  Uwe BonnesWait for the object multiple times until TIMEOUT is...
2005-07-11  Alexandre JulliardAlso look for the plain module specification in WINEDLL...
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-10  Detlef RiekenbergFixed traces.
2005-07-10  Gerald PfeiferAdd a configure check for struct request_sense. Use...
2005-07-07  Alexandre JulliardUse the same defaults for modules with and without...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Felix NawothnigReplace stubs for information classes in NtQueryVirtual...
2005-07-05  Paul VriensAdded some tests for other information classes.
2005-07-05  Paul VriensImproved stubs to show the correct behavior.
2005-07-03  Alexandre JulliardSome fixes for the Darwin build.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-02  Vitaliy MargolenLoad all dll sections no matter what attributes say.
2005-07-01  Phil KrylovFixed dlls/ntdll/cdrom.c compilation in Darwin by addin...
2005-07-01  Alexandre JulliardImprove a bit the assembly generated for import thunks.
2005-06-30  Gerald PfeiferAvoid unused variable warnings in CDROM_ScsiPassThrough...
2005-06-29  James Hawkins- Fix calculation of generic pointers.
2005-06-29  Mike HearnFix GCC4 warning.
2005-06-29  Dmitry TimoshkovA workaround for missing struct request_sense on FreeBSD.
2005-06-28  James HawkinsForward RtlAddAccess* to add_access_ace.
2005-06-27  Dmitry TimoshkovAdd a check for sg_io_hdr_t and (not tested) check...
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-25  Mike McCormack- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
2005-06-25  Mike McCormack- NtWaitForSingleObject doesn't return WAIT_FAILED.
2005-06-25  Mike McCormackUse NT status codes for exceptions.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-24  James HawkinsImplement RtlAddAuditAccessAce.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-06-24  Paul VriensCorrect the entries for [Nt|Zw]OpenSymbolicLinkObject.
2005-06-24  Mike McCormackAdd prototype and fix RtlpNtCreateKey.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
2005-06-23  Paul VriensNT4 doesn't support ProcessIoCounters.
2005-06-23  Paul VriensReturn STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLi...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-22  Mike McCormackDeclare RtlGUIDFromString and RtlStringFromGUID.
2005-06-21  Alexandre JulliardDon't require execute permission on the process heap.
2005-06-21  Alexandre JulliardAdd PAGE_GUARD flag to the returned protection of guard...
2005-06-21  Paul VriensChange ProcessBasicInformation to the same behavior...
2005-06-21  Alexandre JulliardDon't require execute permission for thread stacks.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-20  Mike McCormack- avoid winternl.h depending on winbase.h
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-20  Paul VriensStub implementations for ProcessVmCounters, ProcessTime...
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-20  Pierre d'HerbemontMove the (Mac OS X) IOKit headers to the top of the...
2005-06-17  Alexandre JulliardMoved directory options to HKCU\Software\Wine.
2005-06-17  Alexandre JulliardMoved version key to HKCU\Software\Wine.
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-17  Alexandre JulliardThe TEB doesn't need execute permissions.
2005-06-17  Mike McCormackDeclare Nt directory functions.
2005-06-16  Alexandre JulliardMake import thunks position-independent to avoid text...
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\DllOverr...
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-16  Alexandre JulliardStore a relative pointer for registry entry points...
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-16  Alexandre JulliardUse the DEFINE_REGS_ENTRYPOINT macro to define register...
2005-06-16  Paul VriensProcessName should be without the path.
2005-06-16  Paul VriensW2K3 returns STATUS_INVALID_HANDLE instead of STATUS_AC...
2005-06-15  Paul VriensOnly exact buffer size gives STATUS_SUCCESS.
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-14  Ivan Leo PuotiReimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
2005-06-14  Paul VriensReturn STATUS_INVALID_INFO_CLASS for non-implemented...
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  James HawkinsImplement RtlAbsoluteToSelfRelativeSD.
2005-06-13  Mike McCormackFix warnings in tests, remove pointless comments.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-12  James HawkinsRemove stub status.
2005-06-12  James HawkinsAdd RtlAnsiCharToUnicodeChar definition.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-10  James HawkinsImplement RtlAnsiCharToUnicodeChar.
2005-06-09  Paul VriensReduce our buffer by 1 SYSTEM_THREAD_INFORMATION per...
2005-06-09  Paul VriensAdded test for SystemProcessInformation.
2005-06-09  Robert Shearman- Don't free the fileio object because it will be freed...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-06-07  Paul VriensFixed typo.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-06  Felix NawothnigMake SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE...
next