Release 1.5.29.
[wine] / server / token.c
2013-04-23  Erich Hooverserver: Report a default DACL for registry keys.
2013-04-11  Erich Hooverserver: Report administrator ownership by default for...
2013-04-11  Alexandre Julliardserver: Add a helper function to compute an SID length.
2012-08-13  Michael Stefaniucserver: Avoid TRUE:FALSE conditional expressions.
2011-08-23  Nikolay Sivovntdll: While requesting TokenGroups calculate required...
2011-08-03  Nikolay Sivovinclude: Fix definition name.
2011-03-02  Hans Leidekkerserver: Map the Unix user id to a local user SID instea...
2009-12-11  Ben Peddellserver: Include user groups in file mode calculation...
2009-11-17  Rob Shearmanserver: Extend get_token_user server call to also retri...
2009-04-21  Hans Leidekkerserver: Add requests to set and retrieve default dacl.
2008-03-26  Alexandre Julliardserver: impersonation_level should be an int since...
2008-03-18  H. Verbeetserver: Don't drop the SE_GROUP_LOGON_ID attribute.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-30  Rob Shearmanserver: Add the name length to the object_attributes...
2007-10-26  Rob Shearmanserver: Ignore ACEs with the INHERIT_ONLY_ACE flag...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-16  Rob Shearmanserver: Fix token_access_check to allow full access...
2007-10-04  Rob Shearmanserver: Add primitive support for setting and getting...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-04  Rob Shearmanserver: Add a simple mapping from Unix uids to NT SIDs.
2007-10-03  Rob Shearmanserver: Use ACL_REVISION in create_default_dacl instead...
2007-10-03  Rob Shearmanserver: Move set_security_object to handle.c and set_ob...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-07-31  Peter Dons Tychsenserver: Added the install driver privilege to the defau...
2007-05-30  Rob Shearmanserver: Move most of the duplicate_token request to...
2007-05-18  Rob Shearmanserver: Add the logon SID to the default admin token...
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.