Ismael Luceno
|
c35df50c30
server: Fix missing include for uid_t.
|
hace 3 años |
Alexandre Julliard
|
2b5cefc92e
server: Store the session id in the process token.
|
hace 3 años |
Zebediah Figura
|
4cca8b67d0
server: Create linked tokens as impersonation tokens.
|
hace 3 años |
Zebediah Figura
|
ec9244f056
ntdll: Implement NtQueryInformationToken(TokenLinkedToken).
|
hace 3 años |
Zebediah Figura
|
fa1b0fcf6c
server: Check duplicated handle access against the calling thread token and target process token.
|
hace 4 años |
Michael Müller
|
d0bea3d702
server: Implement support for creating a process with a specified token.
|
hace 4 años |
Michael Müller
|
8c5638aa5e
ntdll: Implement NtFilterToken.
|
hace 4 años |
Erich E. Hoover
|
e11e8705eb
server: Add default security descriptor ownership for processes.
|
hace 5 años |
Michael Müller
|
a78d419420
server: Assign a default label to all tokens.
|
hace 7 años |
Michael Müller
|
7c08e787b1
server: Implement setting a security descriptor when duplicating tokens.
|
hace 7 años |
Michael Müller
|
af2d01c2fa
server: Implement changing the label of a security descriptor.
|
hace 7 años |
Michael Müller
|
2ebe679638
server: Implement querying the security label of a security descriptor.
|
hace 7 años |
Alexandre Julliard
|
9504e2addf
server: Add a helper function to validate and return object attributes.
|
hace 8 años |
André Hentschel
|
5c6e2032d8
server: Add header guarding for security.h.
|
hace 9 años |
Erich Hoover
|
04cd764d76
server: Report a default DACL for registry keys.
|
hace 11 años |
Erich Hoover
|
56c1a8b062
server: Report administrator ownership by default for registry objects.
|
hace 11 años |
Alexandre Julliard
|
62beef5a72
server: Add a helper function to compute an SID length.
|
hace 11 años |
Michael Stefaniuc
|
794ad90982
server: Avoid TRUE:FALSE conditional expressions.
|
hace 12 años |
Hans Leidekker
|
c65bcce589
server: Map the Unix user id to a local user SID instead of the interactive SID.
|
hace 13 años |
Ben Peddell
|
b419df1de4
server: Include user groups in file mode calculation when user is file owner.
|
hace 15 años |
Alexandre Julliard
|
f6d871eecf
server: impersonation_level should be an int since we store -1 in it.
|
hace 16 años |
Rob Shearman
|
f98556c119
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
|
hace 17 años |
Rob Shearman
|
dd9e392796
server: Use the security descriptor passed in when creating events.
|
hace 17 años |
Rob Shearman
|
cb124c9b12
server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
|
hace 17 años |
Rob Shearman
|
8184bcc91a
server: Add a simple mapping from Unix uids to NT SIDs.
|
hace 17 años |
Rob Shearman
|
5af809abfd
server: Move set_security_object to handle.c and set_object_sd to object.c.
|
hace 17 años |
Rob Shearman
|
bdf964dce8
server: Move most of the duplicate_token request to a new function, token_duplicate, to enable the code to be used inside wineserver.
|
hace 17 años |
Rob Shearman
|
6a76a0ac7a
server: Check object's security when creating handles.
|
hace 18 años |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
hace 18 años |
Robert Shearman
|
91eaea53ae
- Change the default user SID to match what was previously returned by
|
hace 19 años |