Move include/bitmaps/*.xpm where they belong.
[wine] / dlls / advapi32 / crypt.c
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.