Alexandre Julliard
|
c954e5b9e6
server: Avoid using wine/port.h.
|
3 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
8 years ago |
Gerald Pfeifer
|
509d0f06ce
server: Replace 1 << 31 by 1u << 31 to avoid shift overflow in in get_active_hooks.
|
9 years ago |
Alexandre Julliard
|
457a847849
server: Only avoid running low-level hooks in processes currently suspended by a debugger.
|
13 years ago |
Alexandre Julliard
|
437a838470
server: Don't run low-level hooks in debugged processes.
|
13 years ago |
Alexandre Julliard
|
c7efa293f0
server: Invoke low-level hardware hooks directly from the server side.
|
13 years ago |
Alexandre Julliard
|
f0396489e6
server: Increment the usage count of the global table also when starting a local hook.
|
13 years ago |
Alexandre Julliard
|
e4faa12900
server: Make sure that last error doesn't get set during thread cleanup.
|
15 years ago |
Alexandre Julliard
|
cc55fd317a
server: Make hook procedures client_ptr_t instead of void pointers.
|
16 years ago |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
17 years ago |
Rob Shearman
|
c1707d8938
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
|
17 years ago |
Alexandre Julliard
|
04a9f93f62
user32: Thread-local hooks need a module if they don't belong to the current process.
|
17 years ago |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
17 years ago |
Andrew Talbot
|
b1788c8462
server: Replace inline static with static inline.
|
17 years ago |
Michael Stefaniuc
|
5cecceccb2
server: Remove redundant NULL check before free() (found by Smatch).
|
18 years ago |
Alexandre Julliard
|
2f80fcd88d
server: Changed the get_next_hook request to allow retrieving the current hook too.
|
18 years ago |
Alexandre Julliard
|
533f519950
user32: Store the prev_unicode hook flag on the client side.
|
18 years ago |
Alexandre Julliard
|
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Alexandre Julliard
|
6d85f3bf21
server: Fixed low-level hardware hooks.
|
19 years ago |
Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 years ago |
Ge van Geldorp
|
1a1583a364
Match PSDK STATUS_* definitions.
|
19 years ago |
Vitaliy Margolen
|
baffcb95d3
Add name_lookup function in object_ops.
|
19 years ago |
Alexandre Julliard
|
4a40b2eefb
Store the global hooks table in the desktop object.
|
19 years ago |
Alexandre Julliard
|
92fec7b67a
Keep track of the windows and hooks used by a thread to properly
|
19 years ago |
Alexandre Julliard
|
b9b1ea9c9f
Added a close_handle method to the object operations, and use it to
|
19 years ago |