Alexandre Julliard
|
1381be977b
server: Add sys/types.h include in a few more files.
|
3 years ago |
Alexandre Julliard
|
eb69da2a9c
ntdll: Implement NtQueryInformationToken(TokenSessionId).
|
3 years ago |
Alexandre Julliard
|
2b5cefc92e
server: Store the session id in the process token.
|
3 years ago |
Zebediah Figura
|
4cca8b67d0
server: Create linked tokens as impersonation tokens.
|
3 years ago |
Damjan Jovanovic
|
31e984a09d
server: The owner of a securable object should have all the standard access rights.
|
3 years ago |
Alexandre Julliard
|
6f7b56a198
server: Merge the various token information queries.
|
3 years ago |
Zebediah Figura
|
ec9244f056
ntdll: Implement NtQueryInformationToken(TokenLinkedToken).
|
3 years ago |
Zebediah Figura
|
c96749790b
ntdll: Implement NtQueryInformationToken(TokenElevationType).
|
3 years ago |
Michael Müller
|
f68659c6e8
server: Grant the same access rights when req->access is zero in duplicate_token.
|
3 years ago |
Alexandre Julliard
|
d6ef9401b3
server: Use the object type information to implement access mapping.
|
3 years ago |
Alexandre Julliard
|
4d646de90d
server: Add generic mapping masks for all object types.
|
3 years ago |
Alexandre Julliard
|
c6f2aacb57
server: Add a type descriptor to all server objects.
|
3 years ago |
Alexandre Julliard
|
928a22cd02
server: Add a data type for generic access mappings.
|
3 years ago |
Paul Gofman
|
9df7a2efc3
server: Add SeTcbPrivilege (SE_TCB_NAME) to the list of admin privileges.
|
4 years ago |
Zebediah Figura
|
fa1b0fcf6c
server: Check duplicated handle access against the calling thread token and target process token.
|
4 years ago |
Michael Müller
|
d0bea3d702
server: Implement support for creating a process with a specified token.
|
4 years ago |
Michael Müller
|
8c5638aa5e
ntdll: Implement NtFilterToken.
|
4 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Alexandre Julliard
|
8286b780a4
server: Don't use wine/unicode.h.
|
4 years ago |
Qian Hong
|
1058647e14
server: Create primary group using DOMAIN_GROUP_RID_USERS.
|
5 years ago |
Erich E. Hoover
|
e11e8705eb
server: Add default security descriptor ownership for processes.
|
5 years ago |
Michael Müller
|
f926811e0d
server: Correctly validate SID length in sd_is_valid.
|
5 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Jacek Caban
|
c55c4ab88c
server: Support token object type.
|
5 years ago |
Michael Stefaniuc
|
9e365e4ecc
server: Use the ARRAY_SIZE() macro.
|
6 years ago |
Hans Leidekker
|
fc3057c4f3
server: Store the token owner separately.
|
6 years ago |
Hans Leidekker
|
14191f2dd0
server: Dump token details.
|
6 years ago |
Alexandre Julliard
|
6b758dd1dc
server: Add a macro to define SIDs.
|
6 years ago |
Alistair Leslie-Hughes
|
4bbbc261d1
ntdll: Support TokenLogonSid in NtQueryInformationToken.
|
6 years ago |
Michael Müller
|
a78d419420
server: Assign a default label to all tokens.
|
7 years ago |