Historie revizí

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