1. 4b058e6 server: OpenMutex should perform a real access check instead of validating access flags. by Dmitry Timoshkov · 13 years ago
  2. 9c6466a server: Create some kernel notification events. by Alexandre Julliard · 13 years ago
  3. d4e78d6 server: Add sessions directory and 0 session symlink. by Vitaliy Margolen · 13 years ago
  4. 36c76dc winex11: Update only the key state on KeymapNotify without sending fake key events. by Alexandre Julliard · 13 years ago
  5. 29b9120 server: Store correct protection for an image mapping. by Dmitry Timoshkov · 13 years ago
  6. 6d2063f ntdll: Set the thread exit code when a thread is killed inside a wait. by Alexandre Julliard · 13 years ago
  7. 02442b5 user32: Return the cursor position in send_hardware_message and use it to update the driver's position. by Alexandre Julliard · 13 years ago
  8. c7cb3e6 configure: Use errno.h instead of the non-standard sys/errno.h header. by Francois Gouget · 13 years ago
  9. 5a30e31 server: Optionally return the global key state when queueing a hardware message. by Alexandre Julliard · 13 years ago
  10. 3acc206 server: Cope with stdio file descriptors being closed on startup. by Alexandre Julliard · 13 years ago
  11. 507d929 ntoskrnl: Correctly implement PsGetCurrentThread/ProcessId. by Bernhard Loos · 13 years ago
  12. c368df4 server: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is invalid for named pipes. by Bernhard Loos · 13 years ago
  13. d0451f6 server: Fix overlapping shared and exclusive locks support. by Alexander Morozov · 13 years ago
  14. e7ec00d server: If a debugger is attached to a process, child processes shouldn't get debugged. by Bernhard Loos · 13 years ago
  15. a51aaf8 server: Use syscall(2) instead of inline assembly on Mac OS, too. by Charles Davis · 13 years ago
  16. 07b681e ntdll: Implement the NamedPipeConfiguration value for the FilePipeLocalInformation class of NtQueryInformationFile. by Bernhard Loos · 14 years ago
  17. 9034e69 server: Correctly implement permission checking for named pipes. by Bernhard Loos · 14 years ago
  18. e4c2a6d server: It's possible to call NtQueryInformationFile on a pipe if it was opened with access 0. by Bernhard Loos · 14 years ago
  19. bded698 server: Sharing 0 is not allowed for named pipes. by Bernhard Loos · 14 years ago
  20. 5098b13 server: Only the sharing parameter of two instances of the same pipe have to match. by Bernhard Loos · 14 years ago
  21. 039bacb server: Store sharing state for named pipes. by Bernhard Loos · 14 years ago
  22. 527a985 server: Correct mapping of mutex access rights. by Bernhard Loos · 14 years ago
  23. 0d36c27 server: ReleaseMutex doesn't need any access rights. by Bernhard Loos · 14 years ago
  24. 7b63fa6 server: Certain access flags are illegal for OpenMutex. by Bernhard Loos · 14 years ago
  25. df92979 server: Removed NULL check after usage (Coverity). by Marcus Meissner · 14 years ago
  26. e7728c4 server: Try writing to /proc/<pid>/mem in write_process_memory(). by Henri Verbeet · 14 years ago
  27. 835171c server: Remove casts to the type of the casted expression. by Michael Stefaniuc · 14 years ago
  28. 573db9e ntdll: While requesting TokenGroups calculate required user buffer size in server. by Nikolay Sivov · 14 years ago
  29. ff8f6e8 user32: When destroying a window, preserve the first WM_QUIT message that was posted to it. by Francois Gouget · 14 years ago
  30. 7381858 include: Fix definition name. by Nikolay Sivov · 14 years ago
  31. bf3c2a0 server: Check for STATUS_OBJECT_TYPE_MISMATCH before STATUS_ACCESS_DENIED in get_handle_obj. by Bernhard Loos · 14 years ago
  32. 3321c45 server: Include groups in file mode calculation if the security descriptor matches the current user. by Hans Leidekker · 14 years ago
  33. 2cc56f3 server: Set debug enable bits briefly to commit the addresses to kernel. by Grazvydas Ignotas · 14 years ago
  34. fa179b1 server: Set RW and LEN bits of DR7 before setting DR0-DR3. by Grazvydas Ignotas · 14 years ago
  35. 79556ae server: Implement QS_HOTKEY. by Vincent Povirk · 14 years ago
  36. c7becc3 server: Remove dead initializations (clang). by André Hentschel · 14 years ago
  37. b00d60f server: Only check read/write-specific access bits for file sharing access checks. by Alexandre Julliard · 14 years ago
  38. 67320c4 server: Do not promote lparam to signed int (Coverity). by Marcus Meissner · 14 years ago
  39. 6b0d9ff server: Allow setting a zero-size clip rectangle. by Alexandre Julliard · 14 years ago
  40. cc0ea69 server: Post WM_HOTKEY when a hotkey is pressed. by Vincent Povirk · 14 years ago
  41. 4c83138 server: Implement RegisterHotKey/UnregisterHotKey. by Vincent Povirk · 14 years ago
  42. f6b0ce3 server: Don't queue low-level hooks to a hung queue. by Alexandre Julliard · 14 years ago
  43. 457a847 server: Only avoid running low-level hooks in processes currently suspended by a debugger. by Alexandre Julliard · 14 years ago
  44. a0c0878 server: Allow creating a process without any parent or startup info. by Alexandre Julliard · 14 years ago
  45. 27c9a61 server: Remove superflous NULL check (Coverity). by Marcus Meissner · 14 years ago
  46. be23f5a server: Grab the current pointer to avoid referencing it after it could become invalid. by Alexandre Julliard · 14 years ago
  47. 055c883 server: Fix the status code for get/set_thread_context on a terminated thread. by Alexandre Julliard · 14 years ago
  48. 5dc9c73 server: Check for the need to suspend a thread again once it leaves an exception or suspend block. by Alexandre Julliard · 14 years ago
  49. 9098248 server: Add support for suspending the thread directly in the get/set_thread_context requests. by Alexandre Julliard · 14 years ago
  50. 45075b2 server: Add separate requests for getting/setting the thread context during suspend. by Alexandre Julliard · 14 years ago
  51. f2b34dd server: Set the fd user when duplicating a mapping file descriptor into a new file. by Alexandre Julliard · 14 years ago
  52. 8aa1a26 user32: Pass a NULL rectangle in the ClipCursor entry point when clipping is reset because of focus change. by Alexandre Julliard · 14 years ago
  53. abe5440 server: Also return the previous cursor position in the set_cursor request. by Alexandre Julliard · 14 years ago
  54. 417e926 server: Remove Alpha support. by André Hentschel · 14 years ago
  55. 200f8d9 server: Reuse existing file descriptor objects for duplicate file mappings. by Alexandre Julliard · 14 years ago
  56. 1b868f4 server: Fix sharing parameters for debug event files, and don't fail if the file can't be opened. by Alexandre Julliard · 14 years ago
  57. 900352b server: Store a mapping instead of a file for process dlls. by Alexandre Julliard · 14 years ago
  58. eb2fe39 server: Add support for opening a new file handle from a mapping object. by Alexandre Julliard · 14 years ago
  59. 35431ed server: Check sharing options when duplicating an fd object. by Alexandre Julliard · 14 years ago
  60. 500d772 server: Retrieve the Unix thread affinity for the initial thread. by Alexandre Julliard · 14 years ago
  61. 4fd8bab server: Inherit the process affinity from the parent process. by Alexandre Julliard · 14 years ago
  62. 3909f51 server: Don't queue a hardware WM_MOUSEMOVE if the position hasn't changed. by Alexandre Julliard · 14 years ago
  63. 34b8c63 server: Warp the mouse inside the clipping rectangle when it's set. by Alexandre Julliard · 14 years ago
  64. 39bac05 server: Queue a WM_MOUSEMOVE message when the cursor position is explicitly changed. by Alexandre Julliard · 14 years ago
  65. 9c8bbcd server: Fix a memory leak. by Alexandre Julliard · 14 years ago
  66. 21e86f6 server: Post a message to the desktop window when the cursor clip rectangle changes. by Alexandre Julliard · 14 years ago
  67. 85358b1 server: Add a more general way of posting messages to the desktop window. by Alexandre Julliard · 14 years ago
  68. 437a838 server: Don't run low-level hooks in debugged processes. by Alexandre Julliard · 14 years ago
  69. 6576703 server: Return the time of last change along with the current cursor position. by Alexandre Julliard · 14 years ago
  70. c64c36f server: Store all desktop cursor information in a separate structure. by Alexandre Julliard · 14 years ago
  71. f834d23 server: FILE_OVERWRITE and FILE_OVERWRITE_IF need the FILE_WRITE_ATTRIBUTES permission. by Dmitry Timoshkov · 14 years ago
  72. 2b96875 server: Reset the cursor clip rectangle when the foreground thread changes. by Alexandre Julliard · 14 years ago
  73. 1b5602e server: Add excute permission when read file access is allowed. by Dmitry Timoshkov · 14 years ago
  74. da07795 server: Explicitly add FILE_DELETE_CHILD permission when file write access is allowed. by Dmitry Timoshkov · 14 years ago
  75. 0b8571e server: Fix checking of X button flags when updating the input key state. by Alexandre Julliard · 14 years ago
  76. 34efca0 server: Fix the contents of the mouse data for the low-level hook. by Alexandre Julliard · 14 years ago
  77. c7efa29 server: Invoke low-level hardware hooks directly from the server side. by Alexandre Julliard · 14 years ago
  78. c65bcce server: Map the Unix user id to a local user SID instead of the interactive SID. by Hans Leidekker · 14 years ago
  79. 0f18d2b server: Set the message code for mouse input on the server side. by Alexandre Julliard · 14 years ago
  80. 9731d44 server: Set the message code for keyboard input on the server side. by Alexandre Julliard · 14 years ago
  81. 02e30f5 server: Pass the original hardware input data to the server and set the message parameters on the server side. by Alexandre Julliard · 14 years ago
  82. bc4afb0 server: Don't pass a thread id to send_hardware_message, determine it from the window. by Alexandre Julliard · 14 years ago
  83. 22468ec server: Maintain the "set since last time" bit for the global keystate. by Alexandre Julliard · 14 years ago
  84. b9e4b5a server: Fill the key state in mouse events from the server-side state. by Alexandre Julliard · 14 years ago
  85. 7f602db server: Avoid shadowing a global variable. by Marcus Meissner · 14 years ago
  86. e7a032c server: Work around Mac OS not being able to set global breakpoint flags. by Alexandre Julliard · 14 years ago
  87. 06b78fe server: Store the global key state in the server. by Alexandre Julliard · 14 years ago
  88. 02e8174 server: Store the cursor clip rectangle in the server. by Alexandre Julliard · 14 years ago
  89. 183c41b server: Store the global cursor position in the server. by Alexandre Julliard · 14 years ago
  90. ac4aac7 server: Make the foreground thread input per-desktop instead of global. by Alexandre Julliard · 14 years ago
  91. f039648 server: Increment the usage count of the global table also when starting a local hook. by Alexandre Julliard · 14 years ago
  92. 8dbd06a server: Create anonymous file mappings in the config directory if the server directory is mounted noexec. by Alexandre Julliard · 14 years ago
  93. ed65718 server: Filter the WOW64 registry access flags before performing the access check. by Andrew Nguyen · 14 years ago
  94. f58c709 server: Fix connect failures on newer kernels. by Mike Kaplinskiy · 14 years ago
  95. b3882bb server: Add symbolic names in filesystem change actions traces. by Alexandre Julliard · 14 years ago
  96. be5a757 server: Don't report rename events when file is moved between directories. by Piotr Caban · 14 years ago
  97. b614a15 server: Return multiple events in read_changes. by Piotr Caban · 14 years ago
  98. 2a219b9 kernel32: Added support for insert/overwrite modes while editing a line. by Eric Pouech · 14 years ago
  99. 599afa0 server: Add missing checks for FreeBSD_kernel. by Austin English · 14 years ago
  100. 185f637 server: Use the tgkill system call on all Linux platforms. by Alexandre Julliard · 14 years ago