wine-wine/dlls/ntdll
Robert Shearman 91eaea53ae - Change the default user SID to match what was previously returned by
NtQueryInformationToken.
- Implement TokenUser for NtQueryInformationToken.
- Add a function for getting the user's registry path from a SID.
2005-07-18 13:22:55 +00:00
..
tests Both wcschr and wcsrchr should be able to find the terminating 2005-07-12 19:28:04 +00:00
.cvsignore Added rules to build import libraries in the individual dll makefiles. 2005-05-07 12:39:52 +00:00
Makefile.in Implemented NTDLL atom support. 2005-05-11 15:55:49 +00:00
atom.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
cdrom.c Add a configure check for struct request_sense. Use this in 2005-07-10 17:42:46 +00:00
critsection.c Ignore high bit of spin count. 2005-07-13 11:38:08 +00:00
debugbuffer.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
debugtools.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
directory.c Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION. 2005-06-25 18:00:57 +00:00
env.c Fixed traces. 2005-07-10 17:44:37 +00:00
error.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
exception.c Use NT status codes for exceptions. 2005-06-25 18:31:00 +00:00
file.c Wait for the object multiple times until TIMEOUT is met. 2005-07-11 14:23:24 +00:00
handletable.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
heap.c Avoid unnecessary casts. 2005-07-15 11:44:46 +00:00
large_int.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
loader.c Moved initialization of the default user process parameters to ntdll. 2005-07-14 12:33:30 +00:00
loadorder.c Also look for the plain module specification in WINEDLLOVERRIDES for 2005-07-11 13:23:31 +00:00
misc.c _ftol should return a 64-bit int (spotted by Jon Griffiths). 2003-08-19 01:03:08 +00:00
nt.c - Change the default user SID to match what was previously returned by 2005-07-18 13:22:55 +00:00
ntdll.spec Implemented OpenProcess on top of NtOpenProcess. 2005-06-27 11:12:11 +00:00
ntdll_misc.h Make VIRTUAL_HandleFault return an NTSTATUS. 2005-07-15 11:43:09 +00:00
om.c Return STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLinkObject (until 2005-06-23 09:47:05 +00:00
path.c Moved initialization of the default user process parameters to ntdll. 2005-07-14 12:33:30 +00:00
process.c Use SIZE_T type for size variables in NTDLL when appropriate. 2005-07-15 10:01:30 +00:00
reg.c Use an SID instead of the user name for the path of the 2005-07-11 20:42:12 +00:00
relay.c Initialize relay debugging earlier on now that the registry is loaded 2005-07-13 14:23:06 +00:00
resource.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
rtl.c - NtWaitForSingleObject doesn't return WAIT_FAILED. 2005-06-25 18:31:19 +00:00
rtlbitmap.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
rtlstr.c Declare RtlGUIDFromString and RtlStringFromGUID. 2005-06-22 12:00:57 +00:00
sec.c Use an SID instead of the user name for the path of the 2005-07-11 20:42:12 +00:00
server.c Moved the server start time to the init_thread request and got rid of 2005-07-14 10:32:46 +00:00
signal_i386.c Some fixes for the Darwin build. 2005-07-03 11:24:54 +00:00
signal_powerpc.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
signal_sparc.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
string.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
sync.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
thread.c Moved initialization of the default user process parameters to ntdll. 2005-07-14 12:33:30 +00:00
time.c Moved the server start time to the init_thread request and got rid of 2005-07-14 10:32:46 +00:00
version.c Don't include winbase.h or winerror.h when not necessary. 2005-06-21 09:52:40 +00:00
virtual.c Make VIRTUAL_HandleFault return an NTSTATUS. 2005-07-15 11:43:09 +00:00
wcstring.c Use the unicode.h functions where possible. 2005-07-12 17:57:31 +00:00