Francois Gouget
|
10e738f236
|
ntdll/tests: Fix compilation on systems that don't support nameless unions.
|
2007-11-20 16:44:58 +01:00 |
Rob Shearman
|
bf2a35b78d
|
server: Change the get_dll_info server request to allow retrieving the image file name of a process.
Implement NtQueryInformationProcess(ProcessImageFileName).
|
2007-11-20 14:29:09 +01:00 |
Alexandre Julliard
|
0f5fc117a2
|
ntdll: Unblock signals in process init only after the dlls have been imported.
|
2007-11-19 14:27:07 +01:00 |
Alexandre Julliard
|
c70a17dbd9
|
ntdll: Send the exit code to the server on failed initialization.
|
2007-11-19 14:26:05 +01:00 |
Alexandre Julliard
|
35c91324ea
|
ntdll: Initialize the PEB LoaderLock pointer.
|
2007-11-19 13:56:26 +01:00 |
Michael Stefaniuc
|
0ecf2edca0
|
ntdll: Remove duplicate includes.
|
2007-11-19 13:54:09 +01:00 |
Andrey Turkin
|
7a9210fa85
|
server: Pass Information field from async I/O APCs.
|
2007-11-15 14:24:50 +01:00 |
Andrey Turkin
|
793453f768
|
ntdll: Make async i/o functions generate completion messages.
|
2007-11-15 14:23:37 +01:00 |
Andrey Turkin
|
c702a91a3c
|
server: Allow async i/o operations to send completion messages.
|
2007-11-15 14:20:29 +01:00 |
Andrey Turkin
|
074281ff6c
|
ntdll: Add some I/O completion tests.
|
2007-11-15 14:18:41 +01:00 |
Peter Beutner
|
db28edc790
|
ntdll: Better trap exception handling.
|
2007-11-12 14:14:28 +01:00 |
Peter Beutner
|
fc5316760b
|
ntdll: Don't try to handle kill(SIGTRAP).
|
2007-11-12 14:14:23 +01:00 |
Rob Shearman
|
6c8ed9efbe
|
ntdll: Initialise the part of the buffer to be written to a file in the file test.
|
2007-11-12 12:55:13 +01:00 |
Alexandre Julliard
|
0156dbba4f
|
ntdll: Increase the signal stack size to avoid crashes on nested signals.
|
2007-11-08 13:53:47 +01:00 |
Hans Leidekker
|
9bc08be37b
|
ntdll: Fix calculation of tape position offsets.
Reported by Gerald Pfeifer.
|
2007-11-02 12:49:48 +01:00 |
Dan Kegel
|
ab07d61b91
|
ntdll: NtAccessCheck: Only send used bytes to server.
|
2007-10-31 14:15:40 +01:00 |
Rob Shearman
|
5f5df83281
|
server: Pass the security descriptor into create_file, if one is specified, and set the initial mode for the file appropriately.
|
2007-10-30 14:18:27 +01:00 |
Rob Shearman
|
f98556c119
|
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
|
2007-10-30 14:18:05 +01:00 |
Paul Vriens
|
2f09f50641
|
ntdll: Report FIXME only once.
|
2007-10-30 11:29:54 +01:00 |
Klaus Layer
|
9f8d9e3e05
|
ntdll: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation.
|
2007-10-30 11:29:40 +01:00 |
Tom Brus
|
fa4304f06e
|
ntdll: Serial/COM code misinterpreted XON/XOFF direction.
|
2007-10-29 13:58:51 +01:00 |
Detlef Riekenberg
|
2be2c1acc5
|
ntdll: Dump the base address when a module is loaded.
|
2007-10-26 15:14:21 +02:00 |
Rob Shearman
|
23df453d38
|
server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects.
|
2007-10-26 12:45:29 +02:00 |
Rob Shearman
|
1f86321964
|
server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects.
|
2007-10-26 12:44:51 +02:00 |
Rob Shearman
|
b0e5fb4384
|
server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects.
|
2007-10-26 12:44:26 +02:00 |
Rob Shearman
|
dd9e392796
|
server: Use the security descriptor passed in when creating events.
|
2007-10-25 12:47:22 +02:00 |
Dmitry Timoshkov
|
4009de3662
|
ntdll: Use symbolic names when possible.
|
2007-10-24 14:12:04 +02:00 |
Rob Shearman
|
6b081232b9
|
ntdll: Add a stub for RtlSetControlSecurityDescriptor.
Implement SetSecurityDescriptorControl on top of RtlSetControlSecurityDescriptor.
|
2007-10-23 18:20:45 +02:00 |
Rob Shearman
|
06b2da9560
|
ntdll: Fix RtlValidAcl to accept newer ACL revisions.
|
2007-10-23 18:18:29 +02:00 |
Rob Shearman
|
6bc11536bd
|
ntdll: Allow the newer ACL revisions in RtlCreateAce.
|
2007-10-23 18:18:29 +02:00 |
Lionel Debroux
|
8f49ea21d4
|
ntdll/tests: Fix memory leaks (found by Smatch) and fix a message.
|
2007-10-22 15:58:41 +02:00 |
Gerald Pfeifer
|
68ddc722ee
|
ntdll: #include <sys/types.h> to get dev_t.
|
2007-10-22 12:37:25 +02:00 |
Alexandre Julliard
|
7475ecac53
|
ntdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov).
|
2007-10-19 14:40:23 +02:00 |
Alexandre Julliard
|
7fd1ad5ffa
|
ntdll: Cache the DOS drives stat info for up to one second.
|
2007-10-18 15:16:07 +02:00 |
Mikolaj Zalewski
|
5bfd7044ea
|
ntdll: Support for UTF-16 manifests with reverse endianness.
|
2007-10-18 12:20:52 +02:00 |
Mikolaj Zalewski
|
9f4001f7e0
|
ntdll: Manifests should be parsed as UTF-16 only if there is a BOM (with testcase).
|
2007-10-18 12:11:06 +02:00 |
Mikolaj Zalewski
|
370b881fcd
|
ntdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string.
|
2007-10-17 13:42:14 +02:00 |
Mikolaj Zalewski
|
323f09b022
|
ntdll: Add some tests for RtlIsTextUnicode.
|
2007-10-17 13:42:07 +02:00 |
Alexandre Julliard
|
89b4872805
|
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).
|
2007-10-17 12:37:44 +02:00 |
Rob Shearman
|
a006b06080
|
ntdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is FALSE.
|
2007-10-16 13:17:14 +02:00 |
Rob Shearman
|
a9ffa82c6d
|
ntdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs.
|
2007-10-16 13:17:06 +02:00 |
Alexandre Julliard
|
235532ce28
|
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
|
2007-10-10 14:06:25 +02:00 |
Ken Thomases
|
54a471732f
|
ntdll: Work around a bug in Mac OS X's getdirentries().
|
2007-10-10 13:42:44 +02:00 |
Jacek Caban
|
791be37a46
|
actctx: Rename version to assembly_version.
|
2007-10-09 12:34:35 +02:00 |
Rob Shearman
|
5356bfde2c
|
server: Add a new get_security_object call for getting the security descriptor of an object.
Use it to implement NtQuerySecurityObject.
|
2007-10-03 11:16:45 +02:00 |
Juan Lang
|
dc7ee864b5
|
ntdll: Fix a typo.
|
2007-10-03 10:08:41 +02:00 |
Alexandre Julliard
|
cbf8838dfb
|
ntdll: Fix the HEAP_CreateSubHeap return value (spotted by Allan Tong).
|
2007-10-03 10:08:34 +02:00 |
Alexandre Julliard
|
e599584a68
|
ntdll: Make the heap structure more compatible with the NT layout.
|
2007-10-02 11:23:40 +02:00 |
Alexandre Julliard
|
80a6bb1d8b
|
ntdll: Convert the subheap list to a standard list.
|
2007-10-02 11:23:38 +02:00 |
Alexandre Julliard
|
1d063ae18d
|
ntdll: Remove assumptions that the subheap is at the beginning of the memory block.
|
2007-10-02 11:23:36 +02:00 |