Make sure to build the def file after a make clean in a module
[wine] / server / token.c
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.