mshtml: HTMLWindow_item code clean up.
[wine] / dlls / advapi32 / advapi.c
2011-07-05  Alex Stanevadvapi32: Set *lpSize properly in GetUserNameA.
2011-06-01  Andrew Nguyenadvapi32: Fix last error value of GetUserNameA/W and...
2009-06-03  Kai Blinadvapi32: Fix output of GetUserNameW when joined to...
2008-04-30  Andrew Talbotadvapi32: Use correct function pointer cast.
2007-10-31  Rob Shearmanadvapi32: Implement ANSI credential management functions.
2007-10-31  Rob Shearmanadvapi32: Implement CredEnumerateW.
2007-10-25  Juan Langadvapi32: Add stubs for CredEnumerateA/W.
2007-05-14  Andrew Talbotadvapi32: Fix a typo.
2007-02-28  Alexandre Julliardadvapi32: Avoid slashes and backslashes in user names.
2007-01-22  Bang Jun-Youngadvapi32: Do not include unnecessary headers.
2006-10-03  Hans Leidekkeradvapi32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-04  Markus AmslerImprove c2man Documented-Total count.
2005-11-04  Mike McCormackImplement advapi32.CommandLineFromMsiDescriptor. It...
2005-06-09  Mike McCormackInclude appmgmt.h where its functions are used.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-01-03  Hans LeidekkerStub implementations for GetKernelObjectSecurity,
2004-12-14  James HawkinsMinor documentation addition.
2004-12-01  Mike McCormackAdded a stub implementation for GetCurrentHwProfileW.
2004-07-12  James HawkinsAdded some more API docs.
2004-05-10  Alexandre JulliardFixed buffer size handling in GetUserNameA (reported...
2004-05-07  Alexandre JulliardUse the Unix codepage to convert the user name to Unicode.
2004-03-22  Juan LangStub CommandLineFromMsiDescriptor to prevent a crash...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-22  Steven EdwardsFixes for building with w32api headers on Mingw.
2003-08-12  Mike McCormackStubs for advapi32 functions InitiateSystemShutdownEx...
2003-03-18  Jon GriffithsDocumentation updates.
2002-08-27  Alexandre JulliardAdded wine_get_user_name function and got rid of some...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-06-14  Aric StewartAdded GetCurrentHwProfileA.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-19  Leo van den BergAdded stubs for AbortSystemShutdown[AW] and PrivilegeCheck.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-20  James JuranGetUserName should include the terminating null charact...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Jeff GarzikAdded missing string.h include.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-28  Matthew BeckerDocumentation standardizations.
1999-01-03  Juergen SchmiedMoved ADVAPI32 files to dlls/advapi32.