mshtml: Added IHTMLWindow2::get_screen implementation.
[wine] / dlls / advapi32 / lsa.c
2009-10-01  Aric Stewartadvapi32: Fill the PLSA_REFERENCED_DOMAIN_LIST paramete...
2009-09-24  Aric Stewartadvapi32: Implement LsaLookupSids.
2009-08-18  Alexandre Julliardadvapi32: Fix sid pointer calculation in LsaLookupNames2.
2009-08-07  Hans Leidekkeradvapi32: Add a basic implementation of LsaLookupNames2.
2009-08-04  Hans Leidekkeradvapi32: LsaFreeMemory returns NTSTATUS.
2009-06-16  Ge van Geldorpadvapi32: Set values to 0 in LsaEnumerateAccountRights.
2008-11-11  Kai Blinadvapi32: Implement LsaSetSecret stub.
2007-03-12  Andrew Talbotadvapi32: Constify some variables.
2006-12-05  Andrew Talbotadvapi32: Eliminate wild pointers.
2006-10-23  Eric Pouechadvapi32: Fixed a couple items from previous patch...
2006-10-20  Eric Pouechadvapi32: Plug a couple of memory leaks.
2006-10-03  Hans Leidekkeradvapi32: Win64 printf format warning fixes.
2006-08-14  Robert Reifadvapi32: Move duplicated code into function.
2006-08-04  Robert Reifadvapi32: Add a computer SID to the registry.
2006-08-02  Robert Reifadvapi32: LsaQueryInformationPolicy: do the right thing...
2006-08-01  Robert Reifadvapi32: LsaQueryInformationPolicy update.
2006-07-31  Robert Reifadvapi32: Make ADVAPI_IsLocalComputer global and remove...
2006-07-12  Robert Reifadvapi32: Fix LsaQueryInformationPolicy HeapAlloc bug.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Reifadvapi32: Fix LsaClose return value.
2006-04-21  Robert Reifadvapi32: Fix LsaQueryInformationPolicy return values.
2006-03-13  Hans Leidekkeradvapi32: Add stub implementations for a bunch of docum...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-24  Paul VriensReturn a real error in LsaLookupSids.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-06  James HawkinsBranch the LSA functions from security.c to lsa.c.