Sweden-Number/server
Michael Müller 9602fa7a93 server: Fix return value for FSCTL_PIPE_WAIT if pipe does not exist. 2014-06-11 13:07:11 +02:00
..
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
async.c
atom.c
change.c
class.c
clipboard.c
completion.c
console.c
debugger.c
device.c
directory.c
event.c server: Fix generic access mapping for an event. 2014-01-29 15:00:57 +01:00
fd.c server: Try to get a read lock if we can't get a write lock. 2014-05-09 14:16:19 +02:00
file.c server: Create directories with the specified security attributes. 2013-11-21 19:44:45 +01:00
file.h server: Add FILE_APPEND_DATA to the access rights that require unix file write permission. 2013-10-04 20:00:01 +02:00
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
mapping.c server: Check PE file architecture at mapping creation time. 2013-11-21 19:39:02 +01:00
mutex.c server: Fix generic access mapping for a mutex. 2014-01-30 10:36:09 +01:00
named_pipe.c server: Fix return value for FSCTL_PIPE_WAIT if pipe does not exist. 2014-06-11 13:07:11 +02:00
object.c
object.h server: Implement waiting on keyed events. 2013-08-28 11:03:38 +02:00
process.c server: Don't debug children when DEBUG_PROCESS and DEBUG_ONLY_THIS_PROCESS flags are passed to CreateProcess. 2014-04-09 13:15:58 +02:00
process.h
procfs.c
protocol.def ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation. 2013-12-26 16:51:07 +01:00
ptrace.c server: Include either sys/user.h or asm/user.h. 2013-10-07 14:44:34 +02:00
queue.c server: Clear the queue's QS_SMRESULT bit when sending a new message. 2014-05-20 21:26:52 +02:00
region.c
registry.c server: Return key name info for KeyNameInformation class. 2013-12-19 17:10:21 +01:00
request.c
request.h ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation. 2013-12-26 16:51:07 +01:00
security.h
semaphore.c server: Fix generic access mapping for a semaphore. 2014-02-04 10:52:15 +01:00
serial.c server: Make it possible for WaitCommEvent to detect recursive requests. 2013-11-13 11:21:28 +01:00
signal.c
snapshot.c
sock.c server: Don't call close() on uninitialized memory in sock_check_pollhup. 2014-01-01 20:45:32 +01:00
symlink.c
thread.c server: Use longer int in bitshift operation (Coverity). 2014-04-17 10:44:14 +02:00
thread.h kernel32: Validate the architecture of newly created processes on the server side. 2013-11-22 12:32:48 +01:00
timer.c
token.c
trace.c ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation. 2013-12-26 16:51:07 +01:00
unicode.c
unicode.h
user.c
user.h user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag. 2014-03-27 16:18:05 +01:00
window.c user32: Change SetForegroundWindow behavior on windows with parent and no WS_CHILD flag. 2014-03-27 16:18:05 +01:00
wineserver.de.UTF-8.man.in makefiles: Rename translated manpages according to their destination directory. 2013-11-18 11:33:34 +01:00
wineserver.fr.UTF-8.man.in makefiles: Rename translated manpages according to their destination directory. 2013-11-18 11:33:34 +01:00
wineserver.man.in
winstation.c server: Fixed winstation object leak in open_input_desktop. 2013-11-11 13:27:27 +01:00