server: Remove the extra apc_arg parameter now that user APCs all require the same...
[wine] / server /
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.
2007-04-02  Alexandre Julliardserver: Add a generic wait queue to the file descriptor...
2007-03-27  Alexandre Julliardserver: Remove the return value of the flush() method...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-23  Alexandre Julliardserver: A named pipe wait can be satisfied by an idle...
2007-03-23  Alexandre Julliardserver: Print the callback function in the APC_ASYNC_IO...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Create the named pipe and mailslot devices...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
2007-03-21  Alexandre Julliardserver: Add support for storing an event to signal...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-03-20  Alexandre Julliardserver: Make struct async into a real object, to keep...
2007-03-20  Alexandre Julliardserver: Grab the owner object of an APC while the APC...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-09  Alexandre Julliardserver: Added process control support using /proc on...
2007-03-07  Alexandre Julliardserver: Use internal luid_t type where appropriate.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-06  Rob Shearmanserver: A general solution for handling MAXIMUM_ALLOWED...
2007-03-05  Alexandre Julliardserver: Replace use of internal __pthread_kill() functi...
2007-03-05  Alexandre Julliardserver: Expose areas revealed by changes to the window...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-21  Rob Shearmanserver: Check object's security when creating handles.
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-16  Rob Shearmanserver: Track the impersonation level of tokens.
2007-02-16  Rob Shearmanserver: Track IDs for tokens and modifications made...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-15  Vitaliy Margolenserver: Add security descriptor field to object struct.
2007-02-13  Vitaliy Margolenserver: Get the primary group from the token's groups.
2007-02-08  Vitaliy Margolenserver: Fix typo. Should be group not owner.
2007-02-05  Alexandre Julliardserver: Clear the thread wait before releasing objects...
2007-01-26  Ulrich Czekallawineserver: Validate the children of windows being...
2007-01-25  Vitaliy Margolenserver: Prevent a crash on error while creating a token.
2007-01-25  Vitaliy Margolenadvapi32: Add more tests for granted access mask. Fix...
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-25  Vitaliy Margolenserver: Reverse return value and status in token_access...
2007-01-25  Vitaliy Margolenadvapi32: Add few more tests for token access check...
2007-01-22  Vitaliy Margolenserver: User correct user sid for the default_dacl.
2007-01-19  Vitaliy Margolenserver: Add generic access mapping for winstation and...
2007-01-18  Alexandre Julliardntdll: Avoid inter-process APCs when called for the...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process RtlCreateUserThread.
next