Alexandre Julliard
|
589ce2bb8d
|
server: Always return STATUS_PENDING when an async I/O operation has been queued.
|
2007-03-26 19:13:21 +02:00 |
Alexandre Julliard
|
73e0e8bf17
|
server: A named pipe wait can be satisfied by an idle pipe server too.
|
2007-03-23 14:03:23 +01:00 |
Alexandre Julliard
|
28a9374323
|
server: Print the callback function in the APC_ASYNC_IO trace.
|
2007-03-23 11:49:59 +01:00 |
Alexandre Julliard
|
de1866d4fd
|
server: Implement the open_file method for named pipes.
Get rid of the open_named_pipe request, we can now use a normal open_file_object.
|
2007-03-22 16:47:46 +01:00 |
Alexandre Julliard
|
806bb49eda
|
server: Implement the open_file method for mailslots.
Get rid of the open_mailslot request, we can now use a normal open_file_object.
|
2007-03-22 16:36:54 +01:00 |
Alexandre Julliard
|
928d28f688
|
server: Don't enforce mailslots path format in ntdll, only in the server.
|
2007-03-22 14:41:37 +01:00 |
Alexandre Julliard
|
50c4800405
|
server: Don't enforce named pipes path format in ntdll, only in the server.
|
2007-03-22 14:40:41 +01:00 |
Alexandre Julliard
|
846dc62355
|
server: Create the named pipe and mailslot devices under \Device.
Add appropriate symlinks to them in the \?? directory.
|
2007-03-22 12:01:16 +01:00 |
Alexandre Julliard
|
94655c8493
|
server: Implemented the open_file method for named pipe and mailslot devices.
|
2007-03-22 11:52:40 +01:00 |
Alexandre Julliard
|
7e71c1ddee
|
server: Add an open_file() function to the object operations.
|
2007-03-22 11:44:29 +01:00 |
Alexandre Julliard
|
2082a97d45
|
server: Use a standard async I/O event to signal directory changes.
|
2007-03-21 14:50:15 +01:00 |
Alexandre Julliard
|
a133ad56f9
|
server: Move the signalling of the named pipe completion event to the server.
|
2007-03-21 14:31:54 +01:00 |
Alexandre Julliard
|
8adce7765a
|
server: Notify the async object when the APC call completed.
|
2007-03-21 14:28:23 +01:00 |
Alexandre Julliard
|
fa4679fea6
|
server: Add support for storing an event to signal upon async I/O completion.
|
2007-03-21 14:27:52 +01:00 |
Alexandre Julliard
|
111610c45e
|
server: Add an async_data_t structure to store parameters for async I/O requests.
|
2007-03-20 20:21:12 +01:00 |
Alexandre Julliard
|
50975c81f0
|
server: Return the status from an async I/O APC call to the server.
|
2007-03-20 19:27:10 +01:00 |
Alexandre Julliard
|
06db705238
|
server: Make struct async into a real object, to keep it around while the APC is running.
|
2007-03-20 19:23:59 +01:00 |
Alexandre Julliard
|
52a9af7ecb
|
server: Grab the owner object of an APC while the APC is executing.
|
2007-03-20 19:22:39 +01:00 |
Alexandre Julliard
|
eb3728d34e
|
server: Use the common pattern for async I/O parameters in named pipe requests.
|
2007-03-20 19:21:15 +01:00 |
Andrew Talbot
|
b1788c8462
|
server: Replace inline static with static inline.
|
2007-03-17 20:05:05 +01:00 |
Alexandre Julliard
|
0d16a7bbe4
|
Fixed some compilation issues on Mac OS X Leopard.
|
2007-03-12 16:14:18 +01:00 |
Alexandre Julliard
|
f279252189
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |
Alexandre Julliard
|
bf17ce86d4
|
server: Use internal luid_t type where appropriate.
|
2007-03-07 13:45:11 +01:00 |
Juan Lang
|
c2cb296277
|
ntdll: Implement NtAllocateLocallyUniqueId with server call.
|
2007-03-07 13:45:11 +01:00 |
Rob Shearman
|
221e01abd2
|
server: A general solution for handling MAXIMUM_ALLOWED access right has been implemented so remove the workarounds.
|
2007-03-06 22:17:39 +01:00 |
Alexandre Julliard
|
b3fb3a6739
|
server: Replace use of internal __pthread_kill() function by a system call.
|
2007-03-05 17:09:54 +01:00 |
Alexandre Julliard
|
1767b4558a
|
server: Expose areas revealed by changes to the window region.
|
2007-03-05 16:43:27 +01:00 |
Rob Shearman
|
d342d1413c
|
server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token.
Add tests for GetTokenInformation(TokenImpersonationLevel).
|
2007-02-21 19:49:37 +01:00 |
Rob Shearman
|
6a76a0ac7a
|
server: Check object's security when creating handles.
Don't check object's security when duplicating a handle of the same or
lower access rights. Based on a patch by Vitaliy Margolen.
|
2007-02-21 19:49:02 +01:00 |
Alexandre Julliard
|
89faee0194
|
server: Added support for the PM_QS_* flags in PeekMessage.
|
2007-02-21 15:21:05 +01:00 |
Rob Shearman
|
c9b9847dce
|
server: Track the impersonation level of tokens.
|
2007-02-16 13:09:55 +01:00 |
Rob Shearman
|
df0d625351
|
server: Track IDs for tokens and modifications made to tokens.
|
2007-02-16 13:09:49 +01:00 |
Vitaliy Margolen
|
b0e9d7e0b5
|
ntdll/server: Implement NtSetSecurityObject. With tests.
|
2007-02-15 14:19:24 +01:00 |
Vitaliy Margolen
|
5ec1718d74
|
server: Add security descriptor field to object struct.
|
2007-02-15 13:28:00 +01:00 |
Vitaliy Margolen
|
6413a9c193
|
server: Get the primary group from the token's groups.
|
2007-02-13 17:47:43 +01:00 |
Vitaliy Margolen
|
aa28ed0162
|
server: Fix typo. Should be group not owner.
|
2007-02-08 11:56:12 +01:00 |
Alexandre Julliard
|
49868e3c93
|
server: Clear the thread wait before releasing objects to avoid nested calls.
Reported by Misha Koshelev.
|
2007-02-05 18:05:03 +01:00 |
Ulrich Czekalla
|
cae37b18fd
|
wineserver: Validate the children of windows being hidden.
Prevents paint_count values from being skewed when hiding windows.
|
2007-01-26 12:55:47 +01:00 |
Vitaliy Margolen
|
55fdda4c3e
|
server: Prevent a crash on error while creating a token.
|
2007-01-25 12:52:39 +01:00 |
Vitaliy Margolen
|
c04e7e7878
|
advapi32: Add more tests for granted access mask. Fix test on Wine.
|
2007-01-25 12:52:27 +01:00 |
Vitaliy Margolen
|
bae75024a4
|
server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation).
|
2007-01-25 12:48:35 +01:00 |
Vitaliy Margolen
|
fad936c7c5
|
server: Reverse return value and status in token_access_check to be consistent.
|
2007-01-25 12:44:35 +01:00 |
Vitaliy Margolen
|
2cf11ef771
|
advapi32: Add few more tests for token access check and fix it on Wine.
|
2007-01-25 12:42:32 +01:00 |
Vitaliy Margolen
|
97b122c03f
|
server: User correct user sid for the default_dacl.
|
2007-01-22 12:02:10 +01:00 |
Vitaliy Margolen
|
e612bd410c
|
server: Add generic access mapping for winstation and desktop objects.
|
2007-01-19 12:28:58 +01:00 |
Alexandre Julliard
|
f3cb4f7d94
|
ntdll: Avoid inter-process APCs when called for the process itself.
|
2007-01-18 15:41:05 +01:00 |
Alexandre Julliard
|
02e2fa7798
|
ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.
|
2007-01-18 15:17:51 +01:00 |
Alexandre Julliard
|
8025f79ce1
|
ntdll: Implementation of inter-process RtlCreateUserThread.
|
2007-01-18 15:02:55 +01:00 |
Alexandre Julliard
|
ae4ecb6c64
|
server: Print a trace when sending a signal to a thread.
|
2007-01-18 12:23:29 +01:00 |
Alexandre Julliard
|
3410354d61
|
ntdll: Fix NtDuplicateObject to only close the file descriptor if it's in the same process.
|
2007-01-18 12:18:51 +01:00 |