Sebastian Lackner
|
af245fbb87
server: Introduce a new alloc_handle object callback. (v2)
|
9 年之前 |
Zebediah Figura
|
6f726b0ea0
server: Add an object operation to grab the esync file descriptor.
|
6 年之前 |
Alexandre Julliard
|
6db1232567
server: Add a helper function for hashing a Unicode string.
|
5 年之前 |
Alexandre Julliard
|
5721d5f8da
server: Add a helper function for case-insensitive Unicode string comparisons.
|
5 年之前 |
Alexandre Julliard
|
78846662ec
server: Use byte length in dump_strW() for consistency.
|
5 年之前 |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
6 年之前 |
Alexandre Julliard
|
f55db7882d
server: Add link_name and unlink_name object operations.
|
9 年之前 |
Alexandre Julliard
|
008f14f03f
server: Directly return a structure in get_req_unicode_str().
|
9 年之前 |
Sebastian Lackner
|
46cba58a98
server: Initialize table->handles immediately after creation of atom table.
|
9 年之前 |
Marcus Meissner
|
7f602db55b
server: Avoid shadowing a global variable.
|
14 年之前 |
Alexandre Julliard
|
25e070c0ac
server: Use a unicode_str to represent atom names.
|
17 年之前 |
Francois Gouget
|
8a18e0e43a
Assorted spelling fixes.
|
17 年之前 |
Alexandre Julliard
|
8382eb01b2
server: Return correct object types in the get_directory_entry request.
|
17 年之前 |
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 年之前 |
Alexandre Julliard
|
7e71c1ddee
server: Add an open_file() function to the object operations.
|
18 年之前 |
Michael Stefaniuc
|
5cecceccb2
server: Remove redundant NULL check before free() (found by Smatch).
|
18 年之前 |
Alexandre Julliard
|
0f273c17ff
server: Added data_size_t type to represent sizes in the server protocol.
|
18 年之前 |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
19 年之前 |
Alexandre Julliard
|
9873494ced
server: Class and global atoms should not be local to a window station.
|
19 年之前 |
Eric Pouech
|
b7607aebdc
ntdll: Correct implementation for atom query functions.
|
19 年之前 |
Alexandre Julliard
|
28beba31d6
server: Added infrastructure for access rights mapping.
|
19 年之前 |
Alexandre Julliard
|
24560e70bb
server: Make alloc_handle use attributes instead of inherit flag.
|
19 年之前 |
Ge van Geldorp
|
1a1583a364
Match PSDK STATUS_* definitions.
|
19 年之前 |
Vitaliy Margolen
|
baffcb95d3
Add name_lookup function in object_ops.
|
19 年之前 |
Alexandre Julliard
|
499e343d9f
Export the winstation and desktop structures to avoid having to write
|
20 年之前 |
Alexandre Julliard
|
c3ac57dd86
Explicitly pass the winstation to the atom functions so that they can
|
20 年之前 |
Alexandre Julliard
|
248f4b29fe
Store the global atom table in the process window station.
|
20 年之前 |
Alexandre Julliard
|
b9b1ea9c9f
Added a close_handle method to the object operations, and use it to
|
20 年之前 |
Alexandre Julliard
|
110c8dc54a
Fixed a number of atom test failures.
|
20 年之前 |
Alexandre Julliard
|
4bef6770b6
Changed atom handling to use counted strings instead of
|
20 年之前 |