wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / ntdll / nt.c
2007-10-30  Klaus Layerntdll: Add missing FIXMEs for incomplete info classes...
2007-09-18  Francois Gougetntdll: Fix compilation on systems that don't support...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-07-13  Rob Shearmanntdll: The impersonation level in NtDuplicateToken...
2007-07-04  Alexandre Julliardntdll: Add check for null pointer in NtQuerySystemInfor...
2007-06-19  Alexandre Julliardntdll: Improved the stub behavior of NtQuerySystemInfor...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-26  Alexandre Julliardserver: Convert the server start time to the abs_time_t...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-05-10  James Hawkinsntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemen...
2006-05-05  Robert Shearmanntdll: Fix size check for NtQueryInformationToken(Token...
2006-01-20  H. Verbeetntdll: Add a stubbed NtSetSystemInformation.
2006-01-12  Vitaliy Margolenntdll: NtQueryInformationToken change parameters accord...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in token...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-27  Ivan Leo PuotiAdd stub implementation for NtAccessCheckAndAuditAlarm.
2005-10-03  Ivan Leo PuotiMake a stub actually say "stub".
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-18  Alexandre JulliardAdded a stub for NtAlertResumeThread.
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-05  Paul VriensImproved stubs to show the correct behavior.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Mike McCormackAdd/fix more NT native API declarations.
2005-06-16  Paul VriensProcessName should be without the path.
2005-06-15  Paul VriensOnly exact buffer size gives STATUS_SUCCESS.
2005-06-14  Mike McCormackDeclare port functions and fix prototypes.
2005-06-13  Paul VriensFixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct.
2005-06-13  Mike McCormackAdd and fix function prototypes.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-09  Paul VriensReduce our buffer by 1 SYSTEM_THREAD_INFORMATION per...
2005-06-07  Paul VriensFixed typo.
2005-06-06  Felix NawothnigMake SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE...
2005-06-03  Paul VriensChange SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP...
2005-05-20  Ivan Leo PuotiRename SystemDriverInformation to SystemModuleInformation.
2005-05-13  Paul VriensAdded (stubbed) SystemDriverInformation and
2005-05-10  Paul VriensAdded (stubbed) SystemHandleInformation.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-04-21  Paul VriensRemove THREAD_INFO struct.
2005-04-18  Benjamin CutlerAdd semi-stub for NtPowerInformation(SystemPowerCapabil...
2005-04-16  Benjamin Cutler- Correct args for NtPowerInformation.
2005-04-15  Paul VriensStart of unit tests for *Info* functions.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-02-23  Rein KlazesNtQueryPerformanceCounter should return a frequency...
2005-02-21  Juan LangFix NtQueryPerformanceCounter parameter checking. Spott...
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2005-01-28  Rein KlazesIn NtQuerySystemInformation, handle request for informa...
2005-01-26  Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2004-11-04  Juan Lang- implement LookupPrivilegeName
2004-09-14  Steven EdwardsAdded stub for NtShutdownSystem.
2004-08-30  Mike McCormackStub implementations for NtAdjustGroupsToken and NtAler...
2004-08-26  Jason EdmeadesDon't clear the information structure for non supported...
2004-08-17  Aric StewartAdded handling of TokenPrimaryGroup.
2004-08-17  Mike McCormackStub implementation for NtSetInformationToken.
2004-07-06  Aric StewartReport NOT_IMPLEMENTED for not implemented token classes.
2004-04-19  Michael StefaniucNtQueryInformationToken isn't a stub so change the...
2003-12-30  Mike McCormackReturn an SID when GetTokenInformation is called with...
2003-10-06  Alex PasadynFix buffer length error code for NtQueryInformationToken.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-19  Eric PouechImplemented kernel32.GetIoProcessCounters and stubbed
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-08  Alexandre JulliardOn TlsFree, clear the released TLS index in all threads.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-29  John K. HohmSet SE_GROUP_ENABLED in Attributes of Administrators...
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-04-12  Robert ShearmanAdded NtQueryProcessInformation case needed by NT versi...
2003-04-04  Alexandre JulliardImplemented NtQueueApcThread, and changed the server...
2002-12-10  Alberto MassariAdded parameters to NtXxxPort functions prototypes.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Vincent BéronCorrect implementation of VerSetConditionMask.
2002-05-09  Juergen SchmiedCorrected RtlConvertSidToUnicodeString, stub for VerSet...
2002-05-01  Laurent PinchartFixed NtQueryInformationProcess to return correct infor...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-20  Francois GougetFix LUID definition.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2000-12-13  Eric KohlImplemented _ultow() and export [Nt/Zw]QueryVolumeInfor...
2000-12-06  James JuranReturn a maximum registry size of 32 MB in NtQuerySyste...
2000-11-01  Andreas MohrChanged NtQueryInformationToken() to fill out a valid...
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-09-29  Alexandre JulliardRemoved a few dependencies on kernel32 functions.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
next