Sweden-Number/server
Rémi Bernon e1e34cdc37 ntdll: Correctly implement ThreadHideFromDebugger.
At least, store the thread information, instead of pretending and
failing to correctly validate handles and access rights.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-06-30 11:05:53 +02:00
..
Makefile.in server: No longer depend on libwine. 2019-12-05 23:36:23 +01:00
async.c server: Introduce a separated type for user APCs. 2020-04-13 12:14:50 +02:00
atom.c server: Add a helper function for hashing a Unicode string. 2020-03-24 19:43:38 +01:00
change.c server: Avoid using interlocked functions. 2020-05-02 15:10:14 +02:00
class.c server: Ignore low word of a class instance when looking up for a window class. 2020-02-27 23:34:51 +01:00
clipboard.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
completion.c server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
console.c server: Remove no longer needed support for opening current console in open_console request. 2020-06-26 21:57:17 +02:00
debugger.c ntdll: Use server_select to pass context to server in send_debug_event. 2020-04-16 22:10:04 +02:00
device.c server: Hold a reference to the file in delete_file(). 2020-03-03 11:43:01 +01:00
directory.c server: Support console global symlinks. 2020-06-26 21:52:00 +02:00
event.c ntoskrnl.exe: Support creating event objects from server handle. 2019-03-26 13:59:04 +01:00
fd.c server: Fail if non-empty directory marked for deletion. 2020-06-09 21:23:33 +02:00
file.c ntdll: Perform fsync() in client for files and directories. 2020-06-09 21:23:33 +02:00
file.h server: Introduce ConDrv device. 2020-06-26 21:51:18 +02:00
handle.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
handle.h server: Use a common helper function to implement open object calls. 2016-01-29 21:25:12 +09:00
hook.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
mach.c server: Don't change cached thread context in set_thread_context. 2020-04-22 16:47:41 +02:00
mailslot.c server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
main.c server: Initialize current_time before it's used in init_registry. 2020-04-09 21:04:04 +02:00
mapping.c ntdll: Create user shared data section in the server, and initialize it in wineboot. 2020-05-29 16:17:32 +02:00
mutex.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
named_pipe.c server: Don't block ConnectNamedPipe for pipe in PIPE_NOWAIT mode. 2019-10-16 16:03:36 +02:00
object.c server: Add a helper function for hashing a Unicode string. 2020-03-24 19:43:38 +01:00
object.h server: Support console global symlinks. 2020-06-26 21:52:00 +02:00
process.c server: Partially implement JobObjectBasicAccountingInformation. 2020-06-09 21:23:33 +02:00
process.h server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
procfs.c server: Add a platform-specific entry point to initialize registers of a new thread. 2017-07-27 17:04:04 +02:00
protocol.def ntdll: Correctly implement ThreadHideFromDebugger. 2020-06-30 11:05:53 +02:00
ptrace.c server: Don't change cached thread context in set_thread_context. 2020-04-22 16:47:41 +02:00
queue.c server: Implement RegisterRawInputDevices RIDEV_INPUTSINK flag. 2020-06-25 23:08:30 +02:00
region.c server: Map region to the window DPI in redraw_region(). 2018-08-24 20:12:05 +02:00
registry.c server: Add a helper function for case-insensitive Unicode string comparisons. 2020-03-24 19:43:38 +01:00
request.c server: Use monotonic clock for relative timeouts. 2020-04-09 21:04:04 +02:00
request.h ntdll: Correctly implement ThreadHideFromDebugger. 2020-06-30 11:05:53 +02:00
security.h server: Add default security descriptor ownership for processes. 2019-04-24 21:57:48 +02:00
semaphore.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
serial.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
signal.c server: Introduce kernel_object struct for generic association between server and kernel objects. 2019-03-26 13:55:15 +01:00
snapshot.c ntdll: Return thread times in NtQuerySystemInformation(SystemProcessInformation). 2020-06-29 19:51:46 +02:00
sock.c server: Revert b4a1d80ae3 for now. 2020-01-06 22:19:19 +01:00
symlink.c server: Support console global symlinks. 2020-06-26 21:52:00 +02:00
thread.c ntdll: Correctly implement ThreadHideFromDebugger. 2020-06-30 11:05:53 +02:00
thread.h ntdll: Correctly implement ThreadHideFromDebugger. 2020-06-30 11:05:53 +02:00
timer.c server: Introduce a separated type for user APCs. 2020-04-13 12:14:50 +02:00
token.c server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
trace.c ntdll: Correctly implement ThreadHideFromDebugger. 2020-06-30 11:05:53 +02:00
unicode.c server: Add a helper function for hashing a Unicode string. 2020-03-24 19:43:38 +01:00
unicode.h server: Don't use wine/unicode.h. 2020-03-24 19:43:38 +01:00
user.c server: Free client-side user handles at process exit. 2009-10-15 17:56:04 +02:00
user.h server: Support creating processes with specified parent. 2019-12-13 13:13:36 +01:00
window.c server: Store length of window text instead of null-terminating it. 2020-03-23 11:40:04 +01:00
wineserver.de.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.fr.UTF-8.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
wineserver.man.in server: Move WineHQ URLs to https. 2017-12-01 09:23:26 +01:00
winstation.c server: Don't allow an empty desktop name. 2020-06-24 18:34:15 +02:00