wine/server
Bernhard Übelacker 702aeb3acb server: Allow VirtualQueryEx on "limited" handle.
A handle created with just PROCESS_QUERY_LIMITED_INFORMATION
should allow VirtualQueryEx / APC_VIRTUAL_QUERY.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56093
2024-01-18 18:08:48 +01:00
..
async.c server: Cancel socket asyncs when the last handle in process is closed. 2023-07-20 21:48:39 +02:00
atom.c
change.c server: Fix compile error on FreeBSD/NetBSD. 2023-12-27 12:14:14 +01:00
class.c
clipboard.c
completion.c
console.c conhost.exe: Handle ctrl-\ in Wine. 2023-01-25 10:04:02 +01:00
debugger.c
device.c
directory.c
event.c
fd.c ntdll: Add support for FILE_{RENAME,LINK}_IGNORE_READONLY_ATTRIBUTE. 2023-10-05 18:49:44 +02:00
file.c
file.h server: Assign a system-wide mapping address for dynamic base modules. 2023-10-05 18:49:44 +02:00
handle.c server: Cancel socket asyncs when the last handle in process is closed. 2023-07-20 21:48:39 +02:00
handle.h server: Cancel socket asyncs when the last handle in process is closed. 2023-07-20 21:48:39 +02:00
hook.c
mach.c server: Avoid a mach port leak on Apple Silicon. 2023-08-10 10:02:35 +09:00
mailslot.c
main.c server: Assign a system-wide mapping address for dynamic base modules. 2023-10-05 18:49:44 +02:00
Makefile.in makefiles: Always use the global SOURCES variable for .man.in files. 2023-10-14 13:44:07 +02:00
mapping.c server: Enforce a mapping size limit instead of relying on the Unix file system. 2023-12-15 10:11:22 +01:00
mutex.c
named_pipe.c server: Support FileStandardInformation for pipes. 2023-09-11 13:15:15 +02:00
object.c
object.h server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-03-01 21:39:30 +01:00
process.c server: Separate console and new group flag (CreateProcess). 2023-08-23 17:38:51 +02:00
process.h
procfs.c
protocol.def server: Initialize pe image struct padding to avoid Valgrind warning. 2023-12-01 17:21:39 +01:00
ptrace.c
queue.c server: Change desktop cursor only when inside the thread's windows. 2023-12-21 18:39:04 +01:00
region.c
registry.c server: Only create Wow64 system directories for 32-bit platforms. 2023-10-31 14:07:16 +01:00
request.c
request.h ntdll: Implement NtQueryInformationThread(ThreadIsTerminated). 2023-11-29 20:46:55 +01:00
security.h
semaphore.c
serial.c
signal.c
sock.c server: Check socket flags after all sockets got processed. 2023-12-01 18:51:49 +01:00
symlink.c server: Fix returned error when creating an existing symlink. 2023-10-30 13:33:28 +01:00
thread.c server: Allow VirtualQueryEx on "limited" handle. 2024-01-18 18:08:48 +01:00
thread.h
timer.c
token.c ntdll: Implement NtCreateToken(). 2023-08-31 19:53:16 +02:00
trace.c ntdll: Implement NtQueryInformationThread(ThreadIsTerminated). 2023-11-29 20:46:55 +01:00
unicode.c server: Write terminating '\0' in the strings. 2023-09-12 09:40:52 +02:00
unicode.h server: Annotate allocation functions with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-03-01 21:39:30 +01:00
user.c
user.h server: Change desktop cursor only when inside the thread's windows. 2023-12-21 18:39:04 +01:00
window.c server: Allow creating a real explorer desktop window for invisible window stations. 2023-07-03 22:15:42 +02:00
wineserver.de.UTF-8.man.in server: Remove WINESERVER documentation from the man page. 2024-01-02 14:04:29 +01:00
wineserver.fr.UTF-8.man.in server: Remove WINESERVER documentation from the man page. 2024-01-02 14:04:29 +01:00
wineserver.man.in server: Remove WINESERVER documentation from the man page. 2024-01-02 14:04:29 +01:00
winstation.c server: Update the DF_WINE_CREATE_DESKTOP desktop flag on opening. 2023-06-15 22:10:51 +02:00