Alexandre Julliard
|
b1c0441fac
|
server: Fix a typo in the context tracing.
|
2010-03-05 12:25:12 +01:00 |
Alexandre Julliard
|
178cd20e28
|
server: Add support for Wow64 sharing of the HKLM\Software\Classes key.
|
2010-03-04 21:48:55 +01:00 |
Alexandre Julliard
|
606cc06148
|
server: Add a helper function for the common functionality between open_key and create_key.
|
2010-03-04 20:46:42 +01:00 |
Alexandre Julliard
|
b0760fc2e9
|
server: Set the idle event when PeekMessage is called with -1 as window filter.
|
2010-03-03 13:20:53 +01:00 |
Alexandre Julliard
|
4d33d4982f
|
user32: Pass HWND_BOTTOM unmodified to the server in PeekMessage.
|
2010-03-03 13:20:26 +01:00 |
Alexandre Julliard
|
ac08b038f0
|
server: Initial support for Wow64 registry redirection.
|
2010-03-02 12:03:17 +01:00 |
Alexandre Julliard
|
8eca1da43c
|
server: Make the standard registry key creation non-recursive.
|
2010-03-01 14:23:39 +01:00 |
Alexandre Julliard
|
22de1f43d9
|
server: Add a separate function for internal registry key creation.
|
2010-03-01 14:14:18 +01:00 |
XueFeng Chang
|
4bc7c59f44
|
server: Check create_event return value in console creation.
|
2010-02-23 12:09:25 +01:00 |
Alexandre Julliard
|
adf9dcd6a7
|
user32: Fix Z-order handling of windows that have a top-most owner.
|
2010-02-19 13:05:08 +01:00 |
Alexandre Julliard
|
9c87c88837
|
server: Fix tracing of invalid ACLs.
|
2010-02-18 12:57:03 +01:00 |
Alexandre Julliard
|
b5d4289d22
|
server: Save and load registry symlinks to/from disk files.
|
2010-02-16 12:26:44 +01:00 |
Alexandre Julliard
|
2a378676ef
|
server: Save and load the registry class names to/from disk files.
|
2010-02-16 12:26:15 +01:00 |
Alexandre Julliard
|
b139b935c4
|
server: Implement registry symlinks.
|
2010-02-15 21:07:01 +01:00 |
Alexandre Julliard
|
9ce56b2729
|
server: Set the initial thread affinity from the process.
|
2010-02-02 16:12:01 +01:00 |
Alexandre Julliard
|
2f3fa8596b
|
server: Allow changing a thread affinity before it is initialized.
|
2010-02-02 15:58:02 +01:00 |
Alexandre Julliard
|
349eba9e09
|
server: Make terminate_process more robust against recursive calls for the same process.
|
2010-02-02 11:47:06 +01:00 |
Rob Shearman
|
f12f8503a3
|
server: Fix symbol was not declared and using plain integer as NULL pointer sparse warnings.
|
2010-01-22 12:18:37 +01:00 |
Mike Kaplinskiy
|
8e669d9a61
|
server: Activate pending asyncs on a hangup/error.
|
2010-01-19 15:03:57 +01:00 |
Peter Dons Tychsen
|
d21c131fb5
|
user32: Do not allow a change of capture if the currently capture window is a menu unless explicitly specified.
|
2010-01-14 09:04:55 -06:00 |
Alexandre Julliard
|
658dae988d
|
server: Add support for returning the object name in NtQueryObject.
|
2010-01-08 13:01:50 +01:00 |
Alexandre Julliard
|
b824fe05f4
|
server: Don't dump more than 1024 bytes in a trace.
|
2010-01-07 20:27:17 +01:00 |
Alexandre Julliard
|
7265e89226
|
server: Set the idle event when retrieving a timer message.
|
2009-12-16 18:18:07 +01:00 |
Alexandre Julliard
|
92e704edc5
|
server: Don't set the idle event when waiting for a message reply.
|
2009-12-16 18:06:38 +01:00 |
Alexandre Julliard
|
7d4e28480d
|
server: Any thread can set the idle event, don't treat the first one differently.
|
2009-12-16 18:06:32 +01:00 |
Alexandre Julliard
|
b57cc5561b
|
server: Don't reset the idle event when the client stops waiting.
|
2009-12-16 18:06:14 +01:00 |
Alexandre Julliard
|
d1dc48d8dc
|
server: Don't set the idle event when a queue is destroyed, instead return success in WaitForInputIdle on process exit.
|
2009-12-16 18:00:34 +01:00 |
Alexandre Julliard
|
80e844f713
|
server: Simplify computation of file modes from the security descriptor.
|
2009-12-11 17:47:30 +01:00 |
Ben Peddell
|
b419df1de4
|
server: Include user groups in file mode calculation when user is file owner.
|
2009-12-11 17:47:30 +01:00 |
Paul Chitescu
|
923524951a
|
server: Only check if permission bits changed before calling fchmod().
|
2009-12-08 17:42:32 +01:00 |
Alexandre Julliard
|
151446a2a6
|
server: Improve parameter checks when opening a directory.
|
2009-12-08 12:18:44 +01:00 |
Alexandre Julliard
|
42806f32e9
|
server: Add support for opening files from a specified root directory.
|
2009-12-01 17:38:24 +01:00 |
Alexandre Julliard
|
e4faa12900
|
server: Make sure that last error doesn't get set during thread cleanup.
|
2009-12-01 15:10:23 +01:00 |
Alexandre Julliard
|
60efdd55ea
|
server: Don't set last error in close_handle(), return the error code instead.
|
2009-12-01 13:59:41 +01:00 |
Alexandre Julliard
|
1a6c472115
|
server: Don't set last error in get_handle(), move that into the callers.
|
2009-12-01 13:49:43 +01:00 |
Paul Chitescu
|
51000c171b
|
wineserver: Do not uselessly set the KEY_DIRTY flag on registry keys when loading from file.
|
2009-11-24 15:53:37 +01:00 |
Albert Lee
|
01b972d639
|
server: Support event ports on Solaris.
|
2009-11-24 15:53:37 +01:00 |
Alexandre Julliard
|
181b3cf07f
|
server: Implement the file sharing check for delete on close with an existing image mapping.
|
2009-11-23 17:29:22 +01:00 |
Alexandre Julliard
|
923d582f07
|
server: Implement the file sharing check when truncating a file that has an existing mapping.
|
2009-11-23 17:24:45 +01:00 |
Alexandre Julliard
|
fd504b6289
|
server: Implement the special file sharing rules for memory mappings.
|
2009-11-23 17:10:28 +01:00 |
Alexandre Julliard
|
028bca4cc5
|
server: Don't create a file object for anonymous mappings.
|
2009-11-23 16:30:01 +01:00 |
Alexandre Julliard
|
62eda39fc1
|
server: Moved the create_temp_file function to mapping.c.
|
2009-11-23 16:30:00 +01:00 |
Alexandre Julliard
|
5f808f03e1
|
server: Store a duplicate of the file descriptor for file mappings.
|
2009-11-23 16:30:00 +01:00 |
Alexandre Julliard
|
0f4068ac6f
|
server: Use the file descriptor instead of the file object where possible in memory mappings.
|
2009-11-23 16:29:52 +01:00 |
Alexandre Julliard
|
d57692d86b
|
server: Also store a file descriptor object for mappings.
|
2009-11-23 15:59:37 +01:00 |
Alexandre Julliard
|
78d211b3bd
|
server: Move the functions to extend file to mapping.c since it's the only user.
|
2009-11-23 15:58:25 +01:00 |
Alexandre Julliard
|
a764fe8921
|
server: Use the correct thread id to set affinity.
|
2009-11-20 11:44:54 +01:00 |
Alexandre Julliard
|
72ba00fffe
|
server: Only require REG_OPTION_VOLATILE when creating a new key.
|
2009-11-20 11:39:55 +01:00 |
Rob Shearman
|
bd56916f90
|
server: Extend get_token_user server call to also retrieve SIDs for the token's owner or primary group.
|
2009-11-17 15:14:54 +01:00 |
Henri Verbeet
|
27705d51e1
|
server: Store the Unix name in the fd.
|
2009-11-12 15:31:38 +01:00 |