rpcrt4: Add tests for freeing non-NdrAllocate allocated memory blocks.
[wine] / dlls / advapi32 / crypt.c
2007-12-03  Andrew Talbotadvapi32: Remove unneeded casts.
2007-09-25  Christian Gmeineradvapi32: fix some compiler warnings when using -Wsign...
2007-08-23  Juan Langadvapi32: Add more tests for CryptVerifySignatureW...
2007-07-31  Francois Gougetcrypt32: Fix the CryptReleaseContext() prototype.
2007-05-03  Mounir IDRASSIadvapi32: Check for error in CryptEnumProviderTypesA...
2007-04-07  Lei Zhangadvapi32: Spelling fixes.
2007-03-05  Andrew Talbotadvapi32: Constify a variable.
2007-02-05  Bang Jun-Youngadvapi32: Fix prototypes to match the PSDK.
2007-01-05  Francois Gougetadvapi32: Remove a useless macro.
2006-11-30  James Hawkinsadvapi32: Remove redundant NULL checks before CRYPT_Free.
2006-10-03  Hans Leidekkeradvapi32: Win64 printf format warning fixes.
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-26  Andrew Talbotadvapi32: Cast-qual warnings fix.
2006-06-23  Juan Langadvapi: Add a stub for SystemFunction035.
2006-06-12  Alexandre Julliardadvapi32: Make some variables static and/or const.
2006-06-05  Mike McCormackadvapi32: Fix comment to match the function (thanks...
2006-06-05  Mike McCormackadvapi32: Implement and test SystemFunction030.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-12  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-04  Markus AmslerImprove c2man Documented-Total count.
2005-09-28  Vincent BéronRemove some Unicode->ANSI cross-calls in crypt functions.
2005-08-15  Vincent BéronChange some TRACEing formats to make more sense.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-18  Juan LangAdd/correct a couple definitions, allow hashing nothing.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-05-23  Uwe BonnesImplemented SystemFunction036.
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-11  Michael JungMake crypt functions more robust in case of incorrect...
2005-03-30  Michael JungRemoved the incomplete signature checking code.
2004-12-21  Michael JungRespect the sDescription parameter in CryptSignHash and
2004-12-20  Michael Jungixed calculation of buffer size in CRYPT_ANSIToUnicode and
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-14  James HawkinsCleanup some documentation.
2004-11-30  James HawkinsFixed a few memory leaks.
2004-11-01  Michael JungCryptGetUserKey: Set return key handle to zero in case...
2004-10-27  Michael JungCryptCreateHash: Set returned hash handle to zero in...
2004-10-18  Michael JungFixed a typo in CryptExportKey.
2004-10-11  Michael JungCryptDeriveKey - set return key handle to NULL in case...
2004-09-14  Mike McCormackMake sure not to interfere with the lasterror value...
2004-08-30  James HawkinsMake CryptSetProviderEx only delete the 'Name' value...
2004-08-20  James HawkinsEnable ERROR_MORE_DATA to be set in CryptGetDefaultProv...
2004-08-17  James HawkinsIf pszTypeName is too small to hold the type name in
2004-08-16  James HawkinsFix alloc test in CryptEnumProviderTypesW that failed...
2004-08-13  James HawkinsIf the pszProvName param of CryptEnumProviders is too...
2004-08-12  James HawkinsCleanup A->W cross call in CryptEnumProviders.
2004-08-09  James HawkinsMake CryptEnumProvidersA pcbProvName parameter contain...
2004-08-09  James HawkinsFix alloc failure check in CryptEnumProvidersW.
2004-08-02  Alexandre JulliardFixed some more freeing issues in CryptAcquireContextA.
2004-07-30  Michael JungFixed a potential double call to CRYPT_Free on variable...
2004-07-24  Michael Jung- Changed some FIXMEs to TRACEs, since they report...
2004-07-22  Michael Jung- Fixed a problem with dwProvType values greater than...
2004-07-16  Alexandre JulliardFixed some duplicate CRYPT_Free calls (spotted by Micha...
2004-07-15  Michael JungUse RegQueryValueExA instead of RegQueryValueA in
2004-07-13  Michael JungReference counting for CRYPTPROV objects.
2004-07-12  James HawkinsAdded some more API docs.
2004-05-17  Juan Lang- If a crypto provider does not have a Signature in...
2004-05-12  Mike McCormackPass crypt provider and type to CPAcquireContext.
2004-04-17  Mike HearnDocumentation for SystemFunction040 and SystemFunction0...
2004-02-27  Robert Shearman- Remove duplicate free.
2004-01-06  Mike McCormackAdded missing LF in trace.
2003-11-18  Mike McCormackImprove error handling in CryptAcquireContext.
2003-10-22  Robert Shearman- Fix error paths in advapi32.CryptAcquireContextA.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-01  Michael StefaniucFix missing mem freeing on error path.
2003-09-22  Marcus MeissnerPrint fixmes if we do not find a crypto providers for...
2003-07-21  Alexandre JulliardFixed prototypes of VTableProcStruc callback functions.
2003-03-31  Andreas MohrTrace format fix.
2002-08-13  Aric StewartOnly modify returned keys on success.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-05-24  James JuranAdd missing \n to output messages.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Patrik StridvallFixed some issues found by winapi_check.
2002-01-10  Travis MichielsenImplement advapi32 portion of the CryptoAPI.
2001-10-09  Patrik StridvallFixed issue found by winapi_check.
2001-09-12  Travis MichielsenCreated stubs for all cryptographic functions.
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2000-10-24  James HathewayAdded stubs for CryptGenRandom(), CryptReleaseContext().
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-10-31  Patrik StridvallFixed documentation.
1999-09-11  Patrik StridvallEliminated warnings.
1999-07-31  Eric KohlAdded stub for CryptSetKeyParams().
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
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-17  Francois GougetFixed a number of warnings concerning the matching...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Ian SchmidtAdded entries for most Crypt* calls.