Sign in
goma
/
wine
/
c38c3d5aaa20765c83d5b01f8e92f7748535b89f
/
server
/
token.c
b419df1
server: Include user groups in file mode calculation when user is file owner.
by Ben Peddell
· 15 years ago
bd56916
server: Extend get_token_user server call to also retrieve SIDs for the token's owner or primary group.
by Rob Shearman
· 15 years ago
24af6f3
server: Add requests to set and retrieve default dacl.
by Hans Leidekker
· 16 years ago
f6d871e
server: impersonation_level should be an int since we store -1 in it.
by Alexandre Julliard
· 17 years ago
3120c08
server: Don't drop the SE_GROUP_LOGON_ID attribute.
by H. Verbeet
· 17 years ago
8382eb0
server: Return correct object types in the get_directory_entry request.
by Alexandre Julliard
· 17 years ago
f98556c
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
by Rob Shearman
· 17 years ago
e51f849
server: Ignore ACEs with the INHERIT_ONLY_ACE flag set during access checks.
by Rob Shearman
· 17 years ago
dd9e392
server: Use the security descriptor passed in when creating events.
by Rob Shearman
· 17 years ago
12e44bf
server: Fix token_access_check to allow full access to security descriptors with present but NULL DACLs.
by Rob Shearman
· 17 years ago
cb124c9
server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
by Rob Shearman
· 17 years ago
c1707d8
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.
by Rob Shearman
· 17 years ago
8184bcc
server: Add a simple mapping from Unix uids to NT SIDs.
by Rob Shearman
· 17 years ago
45b6706
server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions.
by Rob Shearman
· 17 years ago
5af809a
server: Move set_security_object to handle.c and set_object_sd to object.c.
by Rob Shearman
· 17 years ago
3f431a0
server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken.
by Rob Shearman
· 18 years ago
ec4d890
server: Added the install driver privilege to the default user.
by Peter Dons Tychsen
· 18 years ago
bdf964d
server: Move most of the duplicate_token request to a new function, token_duplicate, to enable the code to be used inside wineserver.
by Rob Shearman
· 18 years ago
fa074bc
server: Add the logon SID to the default admin token's groups.
by Rob Shearman
· 18 years ago
7e71c1d
server: Add an open_file() function to the object operations.
by Alexandre Julliard
· 18 years ago
bf17ce8
server: Use internal luid_t type where appropriate.
by Alexandre Julliard
· 18 years ago
c2cb296
ntdll: Implement NtAllocateLocallyUniqueId with server call.
by Juan Lang
· 18 years ago
221e01a
server: A general solution for handling MAXIMUM_ALLOWED access right has been implemented so remove the workarounds.
by Rob Shearman
· 18 years ago
d342d14
server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token.
by Rob Shearman
· 18 years ago
6a76a0a
server: Check object's security when creating handles.
by Rob Shearman
· 18 years ago
c9b9847
server: Track the impersonation level of tokens.
by Rob Shearman
· 18 years ago
df0d625
server: Track IDs for tokens and modifications made to tokens.
by Rob Shearman
· 18 years ago
b0e9d7e
ntdll/server: Implement NtSetSecurityObject. With tests.
by Vitaliy Margolen
· 18 years ago
6413a9c
server: Get the primary group from the token's groups.
by Vitaliy Margolen
· 18 years ago
aa28ed0
server: Fix typo. Should be group not owner.
by Vitaliy Margolen
· 18 years ago
55fdda4
server: Prevent a crash on error while creating a token.
by Vitaliy Margolen
· 18 years ago
fad936c
server: Reverse return value and status in token_access_check to be consistent.
by Vitaliy Margolen
· 18 years ago
2cf11ef
advapi32: Add few more tests for token access check and fix it on Wine.
by Vitaliy Margolen
· 18 years ago
97b122c
server: User correct user sid for the default_dacl.
by Vitaliy Margolen
· 18 years ago
53dae9b
server: Cast-qual warnings fix.
by Andrew Talbot
· 18 years ago
5ceccec
server: Remove redundant NULL check before free() (found by Smatch).
by Michael Stefaniuc
· 18 years ago
a624977
server: Fix some comparisons between signed and unsigned.
by Michael Stefaniuc
· 19 years ago
0f273c1
server: Added data_size_t type to represent sizes in the server protocol.
by Alexandre Julliard
· 19 years ago
11ae0f6
Assorted spelling fixes.
by Francois Gouget
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
3396a66
server: Retrieve the groups for a token from the server.
by Robert Shearman
· 19 years ago
0bf1c22
server: Handle failure of mem_alloc in duplicate_token.
by Robert Shearman
· 19 years ago
9e0d056
server: Handle possible mem_alloc failure in create_token.
by Robert Shearman
· 19 years ago
d18711e
server: Store the token source.
by Robert Shearman
· 19 years ago
5fb2e68
server: Added access rights mapping to token objects.
by Alexandre Julliard
· 19 years ago
28beba3
server: Added infrastructure for access rights mapping.
by Alexandre Julliard
· 19 years ago
24560e7
server: Make alloc_handle use attributes instead of inherit flag.
by Alexandre Julliard
· 19 years ago
836d07c
server: Use attributes instead of inherit flag in token requests.
by Alexandre Julliard
· 19 years ago
1a1583a
Match PSDK STATUS_* definitions.
by Ge van Geldorp
· 19 years ago
baffcb9
Add name_lookup function in object_ops.
by Vitaliy Margolen
· 19 years ago
91eaea5
- Change the default user SID to match what was previously returned by
by Robert Shearman
· 20 years ago
fbf0ea9
Store the default DACL in the token.
by Robert Shearman
· 20 years ago
4bba216
Add support for impersonating a token.
by Robert Shearman
· 20 years ago
dacc3db
Fix size used to validate the sids in aces.
by Robert Shearman
· 20 years ago
f95ef09
Add TokenType attribute to specify whether the token is a primary or
by Robert Shearman
· 20 years ago
3795709
Change code style of form "if( x )" to "if (x)" for consistency.
by Robert Shearman
· 20 years ago
b9b1ea9
Added a close_handle method to the object operations, and use it to
by Alexandre Julliard
· 20 years ago
9b82644
- Avoid evil signed bitfields.
by Robert Shearman
· 20 years ago
4ad9341
Implement NtAccessCheck.
by Robert Shearman
· 20 years ago
2a782c6
Add user attribute to token objects.
by Robert Shearman
· 20 years ago
d40517c
Change the type of 1 bit wide bitfields to unsigned.
by Michael Stefaniuc
· 20 years ago
f92fff6
Implemented NtSignalAndWaitForSingleObject.
by Mike McCormack
· 20 years ago
d2ea92d
- Clean up well-known privileges.
by Robert Shearman
· 20 years ago
b0f02b2
- Implement AdjustTokenPrivileges, DuplicateTokenEx and
by Robert Shearman
· 20 years ago
36cd6f5
Added a security token object in wineserver.
by Mike McCormack
· 22 years ago