Implement IsTokenRestricted.
[wine] / dlls / ntdll /
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...
2005-06-06  Mike HearnDelete version sniffing logic.
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-06-05  Alexandre JulliardAvoid accessing the htask16 TEB field from ntdll.
2005-06-05  Alexandre JulliardAllocate the system view for builtin modules earlier in
2005-06-03  Paul VriensChange SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP...
2005-05-31  Detlef RiekenbergMark links to dir with FILE_ATTRIBUTE_REPARSE_POINT...
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-31  Alexandre JulliardAuthors: Evan Deaubl <wine@warpedview.com>, Robert...
2005-05-30  Francois GougetOn some systems (linux 2.6.8) AFS fails to set d_reclen...
2005-05-27  Richard CohenFix some obsolete comments
2005-05-26  Uwe BonnesCall fileio_terminate for FILE_AsyncWriteService.
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-05-23  Alexandre JulliardMoved the loaddll trace into the load_builtin_dll funct...
2005-05-23  Mike McCormackUse LIST_FOR_EACH_ENTRY in virtual memory code.
2005-05-20  Gerald PfeiferAvoid compiler warning in parse_mount_entries().
2005-05-20  Juan LangImplement NtQueryVolumeInformationFile for type
2005-05-20  Ivan Leo PuotiRename SystemDriverInformation to SystemModuleInformation.
2005-05-19  Juan LangImplement get_default_drive_device for FreeBSD.
2005-05-18  Alexandre JulliardRemoved last dependencies on 16-bit headers from ntdll.
2005-05-18  Alexandre JulliardMoved entry point definitions from module.h to kernel16...
2005-05-18  Alexandre JulliardMoved import tracing to a separate channel so that...
2005-05-18  Dimi PaunUse the more idiomatic form of iterating through the...
2005-05-18  Dimi PaunMake the argument comments out-of-line.
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Robert ShearmanImplement RegNotifyChangeKeyValue on top of NtNotifyCha...
2005-05-16  Vincent BéronCorrect arg count for 3 functions in ntdll.spec and...
2005-05-14  Robert LunnonImplement get_default_drive_device for Solaris.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-14  Alexandre JulliardFixed a number of atom test failures.
2005-05-13  Mike HearnMake unimplemented function message a bit prettier.
2005-05-13  Paul VriensAdded (stubbed) SystemDriverInformation and
2005-05-12  Gabriel GambettaAdded UYT to TZ_INFO.
2005-05-11  Eric PouechSome tests for NTDLL atom support (by György 'Nog'...
2005-05-11  Eric PouechImplemented NTDLL atom support.
2005-05-11  Mike McCormackZwQueryTimer should forward to NtQueryTimer.
2005-05-10  Paul VriensAdded SystemHandleInformation tests.
2005-05-10  Paul VriensAdded (stubbed) SystemHandleInformation.
2005-05-10  Juan LangAdded Irish Summer Time.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-05-07  Francois GougetAdd the 'Western European Summer Time' (WEST) timezone...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Robert LunnonImplement NtQueryVolumeInformation for Solaris.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-05  Ivan Leo PuotiSet win2k3 service pack number to 1.
2005-05-05  Emmanuel Maillard- Fix NTDLL_wait_for_multiple_objects call in usr1_handler.
2005-05-04  Ivan WongAdded Hong Kong Standard Time (HKT).
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-25  Ivan Leo PuotiAdd parameter checking to NtReadFile/NtWriteFile.
next