2005-07-05 |
Paul Vriens | Improved stubs to show the correct behavior. |
blob | commitdiff | raw |
2005-06-21 |
Mike McCormack | Don't include winbase.h or winerror.h when not necessary. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Mike McCormack | Use HANDLE instead of HKEY in the NT API. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Mike McCormack | Add/fix more NT native API declarations. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Paul Vriens | ProcessName should be without the path. |
blob | commitdiff | raw | diff to current |
2005-06-15 |
Paul Vriens | Only exact buffer size gives STATUS_SUCCESS. |
blob | commitdiff | raw | diff to current |
2005-06-14 |
Mike McCormack | Declare port functions and fix prototypes. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Paul Vriens | Fixed size of our SYSTEM_TIMEOFDAY_INFORMATION struct. |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Mike McCormack | Add and fix function prototypes. |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Paul Vriens | Fixed ReturnLength of SystemCpuInformation. |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Paul Vriens | Reduce our buffer by 1 SYSTEM_THREAD_INFORMATION per... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Paul Vriens | Fixed typo. |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Felix Nawothnig | Make SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE... |
blob | commitdiff | raw | diff to current |
2005-06-03 |
Paul Vriens | Change SYSTEM_PROCESS_INFORMATION to reflect W2K/WinXP... |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Ivan Leo Puoti | Rename SystemDriverInformation to SystemModuleInformation. |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Paul Vriens | Added (stubbed) SystemDriverInformation and |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Paul Vriens | Added (stubbed) SystemHandleInformation. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Paul Vriens | Remove THREAD_INFO struct. |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Benjamin Cutler | Add semi-stub for NtPowerInformation(SystemPowerCapabil... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Benjamin Cutler | - Correct args for NtPowerInformation. |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Paul Vriens | Start of unit tests for *Info* functions. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Mike McCormack | Implement CreateMailslot using NtCreateMailslotFile. |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Rein Klazes | NtQueryPerformanceCounter should return a frequency... |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Juan Lang | Fix NtQueryPerformanceCounter parameter checking. Spott... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Rein Klazes | In NtQuerySystemInformation, handle request for informa... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Rein Klazes | Get rid of the rdtsc cpu instruction method for calcula... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Juan Lang | - implement LookupPrivilegeName |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Steven Edwards | Added stub for NtShutdownSystem. |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Mike McCormack | Stub implementations for NtAdjustGroupsToken and NtAler... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Jason Edmeades | Don't clear the information structure for non supported... |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Aric Stewart | Added handling of TokenPrimaryGroup. |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Mike McCormack | Stub implementation for NtSetInformationToken. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Report NOT_IMPLEMENTED for not implemented token classes. |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Michael Stefaniuc | NtQueryInformationToken isn't a stub so change the... |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Mike McCormack | Return an SID when GetTokenInformation is called with... |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Alex Pasadyn | Fix buffer length error code for NtQueryInformationToken. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Alexandre Julliard | On TlsFree, clear the released TLS index in all threads. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-29 |
John K. Hohm | Set SE_GROUP_ENABLED in Attributes of Administrators... |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Mike McCormack | Added a security token object in wineserver. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Robert Shearman | Added NtQueryProcessInformation case needed by NT versi... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alberto Massari | Added parameters to NtXxxPort functions prototypes. |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Alexandre Julliard | Implemented the ntdll virtual memory functions, and... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Vincent Béron | Correct implementation of VerSetConditionMask. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Corrected RtlConvertSidToUnicodeString, stub for VerSet... |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Laurent Pinchart | Fixed NtQueryInformationProcess to return correct infor... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Francois Gouget | Fix LUID definition. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-28 |
Patrik Stridvall | Documentation name fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Kohl | Implemented _ultow() and export [Nt/Zw]QueryVolumeInfor... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
James Juran | Return a maximum registry size of 32 MB in NtQuerySyste... |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Andreas Mohr | Changed NtQueryInformationToken() to fill out a valid... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Alexandre Julliard | Added a few more large integer functions. |
blob | commitdiff | raw | diff to current |
2000-09-29 |
Alexandre Julliard | Removed a few dependencies on kernel32 functions. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Alexandre Julliard | Removed a few external dependencies from ntdll. |
blob | commitdiff | raw | diff to current |
2000-06-25 |
Marcus Meissner | Return "no debugger attached" in NtQueryInformationProc... |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Dan Scott | Fixed typos in _alldiv() and _allmul(). |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Alexandre Julliard | Removed debugstr.h. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Juergen Schmied | - implementation of RtlReg* (read access), RtlEvent... |
blob | commitdiff | raw | diff to current |
1999-12-11 |
Juergen Schmied | Stubs for LsaFreeMemory, LsaQueryInformationPolicy... |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Marcus Meissner | Added NtPowerInformation stub. |
blob | commitdiff | raw | diff to current |
1999-11-29 |
Alexandre Julliard | Implemented waitable timers. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Juergen Schmied | Implemented NtTerminateProcess and NtDisplayString. |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Juergen Schmied | - sorted API by groups |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Juergen Schmied | - made the security functions consistent. advapi calls... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Francois Gouget | Fixed a number of warnings concerning the matching... |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-13 |
Juergen Schmied | - documented most of the undocumented functions in... |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Juergen Schmied | New stubs. |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Andreas Mohr | Fixed a bunch of compiler warnings. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | More Nt* and Rtl* function stubs, moved ntdll.c to... |
blob | commitdiff | raw | diff to current |
|