Rob Shearman
|
3f431a0646
|
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
|
2007-09-14 14:43:46 +02:00 |
Rob Shearman
|
247b0c9b8e
|
ntdll: Add a stub implementation of FSCTL_PIPE_IMPERSONATE that just impersonates the token of the current process.
|
2007-09-14 14:23:38 +02:00 |
Marcus Meissner
|
f2ccdecd4b
|
kernel32: Initialize variable to a known bad value.
|
2007-08-16 12:01:50 +02:00 |
Alexandre Julliard
|
fec5117e91
|
server: Merge APC processing into the select request.
This is needed to return the correct value when one of the handles
being waited on is set to signaled state by the APC.
|
2007-07-16 16:14:45 +02:00 |
Alexandre Julliard
|
acb43cfef2
|
kernel32: Wait in overlapped Read/WriteFile even when no overlapped structure is passed.
|
2007-07-16 15:27:53 +02:00 |
Huw Davies
|
e59a947c88
|
kernel32: Overlapped pipe tests.
|
2007-07-16 14:53:42 +02:00 |
Michael Stefaniuc
|
7596e3dd91
|
kernel32: Remove superfluous casts of void pointers to other pointer types.
|
2007-06-27 12:53:31 +02:00 |
Alexandre Julliard
|
3684dc181c
|
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
|
2007-04-17 22:07:07 +02:00 |
Alexandre Julliard
|
8c46095484
|
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.
|
2007-04-16 14:51:29 +02:00 |
Detlef Riekenberg
|
439b852dca
|
kernel32/tests: DuplicateTokenEx is not present on all platforms.
|
2007-03-17 19:51:55 +01:00 |
Rob Shearman
|
1fa2a2b649
|
kernel32: Add tests for ImpersonateNamedPipeClient.
|
2007-03-07 20:10:31 +01:00 |
Alexandre Julliard
|
1db223954f
|
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
|
2007-01-12 20:59:22 +01:00 |
Francois Gouget
|
14918e293a
|
kernel32/tests: Use '%d' to print GetLastError().
|
2007-01-04 11:26:22 +01:00 |
Alexandre Julliard
|
91bb29ca4d
|
kernel32/tests: Fixed the pipe test for MacOS.
|
2006-11-09 15:40:36 +01:00 |
Michael Stefaniuc
|
8218440c20
|
kernel32/tests: Win64 printf format warning fixes.
|
2006-10-10 16:11:27 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |