server: Added data_size_t type to represent sizes in the server protocol.
[wine] / server / token.c
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.