Sweden-Number/server
Dmitry Timoshkov fdd483c083 server: Fix generic access mapping for a semaphore. 2014-02-04 10:52:15 +01:00
..
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
async.c server: Store full-sized completion information on the server side. 2013-08-23 20:15:43 +02:00
atom.c server: Avoid shadowing a global variable. 2011-02-28 11:07:03 +01:00
change.c configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
class.c server: Make the class opaque data a client_ptr_t instead of a void pointer. 2008-12-29 17:24:39 +01:00
clipboard.c server: Make sure that last error doesn't get set during thread cleanup. 2009-12-01 15:10:23 +01:00
completion.c server: Pass a wait queue entry to the signaled/satisfied object functions. 2013-08-27 23:48:36 +02:00
console.c server: Pass a wait queue entry to the signaled/satisfied object functions. 2013-08-27 23:48:36 +02:00
debugger.c server: Pass a wait queue entry to the signaled/satisfied object functions. 2013-08-27 23:48:36 +02:00
device.c server: Pass a wait queue entry to the signaled/satisfied object functions. 2013-08-27 23:48:36 +02:00
directory.c server: Create the critical section keyed event object on startup. 2013-08-21 14:24:06 +02:00
event.c server: Fix generic access mapping for an event. 2014-01-29 15:00:57 +01:00
fd.c server: Create directories with the specified security attributes. 2013-11-21 19:44:45 +01: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 server: Map new handle access even when not checking it. 2013-08-26 14:17:42 +02:00
handle.h server: Always free the process handle table even if the process didn't start. 2010-08-24 12:10:51 +02:00
hook.c server: Only avoid running low-level hooks in processes currently suspended by a debugger. 2011-06-17 11:54:29 +02:00
mach.c server: Use syscall(2) instead of inline assembly on Mac OS, too. 2011-10-10 13:29:59 +02:00
mailslot.c server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically. 2010-08-23 17:09:45 +02:00
main.c server: Print the usage to stdout when invoked with --help. 2012-11-23 14:40:07 +01:00
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: Pass a wait queue entry to the signaled/satisfied object functions. 2013-08-27 23:48:36 +02:00
object.c server: Store abandoned state as a flag in the wait structure. 2013-08-27 23:48:37 +02:00
object.h server: Implement waiting on keyed events. 2013-08-28 11:03:38 +02:00
process.c server: Set process start time a bit later. 2013-12-20 11:13:10 +01:00
process.h server: Add a process flag indicating whether the process is terminating, use it to block thread creation in a being terminated process. 2013-05-07 11:25:49 +02:00
procfs.c server: Open mem file for write when writing memory. 2009-10-22 16:23:01 +02:00
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: Store abandoned state as a flag in the wait structure. 2013-08-27 23:48:37 +02:00
region.c server: Mirror the window region for RTL windows in get/set_window_region and redraw_window. 2010-09-27 21:07:11 +02:00
registry.c server: Return key name info for KeyNameInformation class. 2013-12-19 17:10:21 +01:00
request.c server: Use strerror instead of perror. 2013-05-07 12:19:22 +02:00
request.h ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation. 2013-12-26 16:51:07 +01:00
security.h server: Report a default DACL for registry keys. 2013-04-23 17:20:11 +02:00
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 server: Redesign the server shutdown processing. 2008-01-03 11:40:03 +01:00
snapshot.c server: Include the Unix pid in the snapshot_next_process reply. 2012-04-16 17:49:32 +02:00
sock.c server: Don't call close() on uninitialized memory in sock_check_pollhup. 2014-01-01 20:45:32 +01:00
symlink.c server: Return the total length of the target in query_symlink. 2010-06-30 16:11:03 +02:00
thread.c kernel32: Validate the architecture of newly created processes on the server side. 2013-11-22 12:32:48 +01: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 server: Store abandoned state as a flag in the wait structure. 2013-08-27 23:48:37 +02:00
token.c server: The token user SID must be present in the default DACL. 2013-07-30 14:43:34 +02:00
trace.c ntdll: Implement NtQuerySemaphore/SemaphoreBasicInformation. 2013-12-26 16:51:07 +01:00
unicode.c server: Accept utf-8 data as input in registry files. 2008-01-07 21:17:10 +01:00
unicode.h server: Accept utf-8 data as input in registry files. 2008-01-07 21:17:10 +01:00
user.c server: Free client-side user handles at process exit. 2009-10-15 17:56:04 +02:00
user.h server: Implement RegisterHotKey/UnregisterHotKey. 2011-06-21 14:51:08 +02:00
window.c server: Trigger a repaint on layered windows the first time the attributes are set. 2013-09-14 13:53:08 +02: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 server: Make wineserver manpage conform to common manpages conventions. 2013-07-22 17:16:05 +02:00
winstation.c server: Fixed winstation object leak in open_input_desktop. 2013-11-11 13:27:27 +01:00