server: Make create_semaphore use struct object_attributes and set the security descr...
[wine] / server /
2007-10-26  Rob Shearmanserver: Make create_semaphore use struct object_attribu...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-22  Rob Shearmanserver: Fix file_set_sd to handle NULL DACLs.
2007-10-22  Lionel Debrouxserver: Remove redundant NULL checks before free (found...
2007-10-22  Lionel Debrouxserver: Remove redundant NULL checks before free (found...
2007-10-17  Alexandre Julliardserver: Don't expose the parent window in areas that...
2007-10-17  Alexandre Julliardserver: Avoid refreshing areas of a window that have...
2007-10-16  Rob Shearmanserver: Owner and group SIDs in security descriptors...
2007-10-16  Rob Shearmanserver: Fix token_access_check to allow full access...
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-10-10  Karl Reltonwineserver: Allow already peeked messages to merge.
2007-10-09  Rob Shearmanserver: Only call fchmod in file_set_fd if the mode...
2007-10-09  Rob Shearmanserver: Remove an unnecessary check from file_set_fd.
2007-10-04  Rob Shearmanserver: Add primitive support for setting and getting...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-04  Rob Shearmanserver: Add a simple mapping from Unix uids to NT SIDs.
2007-10-03  Rob Shearmanserver: Use ACL_REVISION in create_default_dacl instead...
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-10-03  Rob Shearmanserver: Move set_security_object to handle.c and set_ob...
2007-10-02  Alexandre Julliardserver: Add a default access mapping function for files...
2007-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-09-27  Michael Stefaniucserver: Include stdarg.h in completion.c. Needed for...
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-09-20  Alexandre Julliardserver: Clip the visible region of a window to the...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-09-11  Dmitry Timoshkovserver: Map ETXTBSY to STATUS_SHARING_VIOLATION.
2007-09-10  Dmitry Timoshkovserver: Print a more informative message when file_set_...
2007-08-31  Francois Gougetserver: Fix the crashed process exit code when the...
2007-08-30  Alexandre Julliardserver: Detaching from a process needs to continue...
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-29  Alexandre Julliardserver: Message results should be stored as longs,...
2007-08-29  Alexandre Julliardntdll: Fixed file system name comparison on *BSD.
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-24  Kirill K. Smirnovwineconsole: Implement GetConsoleWindow.
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-08-23  Tijl Coosemansserver: Use thr_kill2 syscall to signal threads on...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-08-09  Alexandre Julliardserver: Fixed handling of a relative start time for...
2007-08-09  Tijl Coosemansloader: Use thr_self syscall to get thread id on FreeBSD.
2007-07-31  Peter Dons Tychsenserver: Added the install driver privilege to the defau...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-25  Alexandre Julliardserver: Make crash error message more explicit.
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-06-20  Alexandre Julliardserver: Don't crash when trying to set a file lock...
2007-06-15  Alexandre Julliardserver: Enable kqueue support on Mac OS >= 10.5 now...
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-06-04  Alexandre Julliardserver: Run async I/O APCs from the SIGUSR1 handler.
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-05-30  Rob Shearmanserver: When starting a new process, use the token...
2007-05-30  Rob Shearmanserver: Move most of the duplicate_token request to...
2007-05-22  Alexandre Julliardserver: Don't allow a waitable timer to be set to expir...
2007-05-18  Rob Shearmanserver: Add the logon SID to the default admin token...
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-05-10  Kirill K. Smirnovserver: Fix access check in screen buffer handling.
2007-05-09  Marcus Meissnerserver: set_server_state needs to be called with non...
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-08  Alexandre Julliardserver: Add request to retrieve the next pending ioctl...
2007-05-08  Alexandre Julliardserver: Add support for queuing ioctl calls to a device.
2007-05-08  Alexandre Julliardserver: Add support for generic device objects managed...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_WAIT...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_LISTEN...
2007-05-03  Alexandre Julliardserver: Infrastructure to return a wait handle for...
2007-05-03  Alexandre Julliardserver: Store valid file options in pseudo file descrip...
2007-05-01  Alexandre Julliardserver: Give system APCs priority over signaled objects.
2007-04-23  Alexandre Julliardserver: Return a more correct fd type for anonymous...
2007-04-23  Gerald Pfeiferserver: Silence compiler warning in fd_queue_async().
2007-04-18  Alexandre Julliardserver: Don't give out read/write access to the named...
2007-04-18  Alexandre Julliardserver: Use the standard file descriptor wait queue...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-18  Alexandre Julliardserver: Allow specifying the status code to return...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Add a specific data type for ioctl codes so...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-12  Alexandre Julliardserver: Create a separate fd object for each mailslot...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Explicitly shutdown closed pipes to prevent...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Use the standard file descriptor signal mechani...
2007-04-04  Alexandre Julliardserver: Fix the handling of the signaled status for...
2007-04-04  Alexandre Julliardserver: Add support for associating a file descriptor...
2007-04-04  Alexandre Julliardmake_requests: More aggressive grepping for status...
2007-04-03  Alexandre Julliardserver: Hold a pointer to the queue from the async...
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-02  Alexandre Julliardserver: Add a separate function to set the timeout...
2007-04-02  Alexandre Julliardserver: Check file access in register_async before...
2007-04-02  Alexandre Julliardserver: Make async I/O queues into real objects.
2007-04-02  Alexandre Julliardserver: Use the fd generic wait queue for directory...
2007-04-02  Alexandre Julliardserver: Take advantage of the fd generic wait queue...
2007-04-02  Alexandre Julliardserver: Avoid redundant polling in fd_queue_async_timeout.
next