server: Add an open_file() function to the object operations.
[wine] / server / token.c
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-07  Alexandre Julliardserver: Use internal luid_t type where appropriate.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-03-06  Rob Shearmanserver: A general solution for handling MAXIMUM_ALLOWED...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-21  Rob Shearmanserver: Check object's security when creating handles.
2007-02-16  Rob Shearmanserver: Track the impersonation level of tokens.
2007-02-16  Rob Shearmanserver: Track IDs for tokens and modifications made...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-02-13  Vitaliy Margolenserver: Get the primary group from the token's groups.
2007-02-08  Vitaliy Margolenserver: Fix typo. Should be group not owner.
2007-01-25  Vitaliy Margolenserver: Prevent a crash on error while creating a token.
2007-01-25  Vitaliy Margolenserver: Reverse return value and status in token_access...
2007-01-25  Vitaliy Margolenadvapi32: Add few more tests for token access check...
2007-01-22  Vitaliy Margolenserver: User correct user sid for the default_dacl.
2006-12-18  Andrew Talbotserver: Cast-qual warnings fix.
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-07-26  Michael Stefaniucserver: Fix some comparisons between signed and unsigned.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-06-16  Francois GougetAssorted spelling fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-04-07  Robert Shearmanserver: Handle failure of mem_alloc in duplicate_token.
2006-04-07  Robert Shearmanserver: Handle possible mem_alloc failure in create_token.
2006-03-30  Robert Shearmanserver: Store the token source.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to token objects.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in token...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-13  Robert ShearmanStore the default DACL in the token.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-14  Robert ShearmanFix size used to validate the sids in aces.
2005-06-14  Robert ShearmanAdd TokenType attribute to specify whether the token...
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Robert Shearman- Avoid evil signed bitfields.
2005-05-24  Robert ShearmanImplement NtAccessCheck.
2005-05-16  Robert ShearmanAdd user attribute to token objects.
2005-05-09  Michael StefaniucChange the type of 1 bit wide bitfields to unsigned.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-22  Robert Shearman- Clean up well-known privileges.
2005-02-11  Robert Shearman- Implement AdjustTokenPrivileges, DuplicateTokenEx and
2003-07-24  Mike McCormackAdded a security token object in wineserver.