d3d9/tests: Don't test for equality in d3d9's depth_blit_test.
[wine] / dlls / crypt32 / rootstore.c
2013-01-07  Francois GougetAssorted spelling fixes.
2011-09-05  Alexandre Julliardcrypt32: Include system headers before Windows headers.
2011-07-18  Kazuyuki Satocrypt32: Add additional path for Solaris 11 Express.
2011-03-14  Alexandre Julliardconfigure: Improve check for security framework and...
2010-10-08  Andrew Nguyencrypt32: Avoid relying on PATH_MAX in import_certs_from...
2009-11-21  Ken Thomasescrypt32: Read trusted root certificates from system...
2009-11-03  Juan Langcrypt32: Fix a memory leak reading trusted root certs.
2009-11-03  Juan Langcrypt32: Allow errors in locally installed root certs.
2009-08-05  Juan Langcrypt32: Fix leak on error path.
2009-01-19  Juan Langcrypt32: Remove location checks when opening root store.
2008-12-02  Alexandre Julliardcrypt32: Make some functions and variables static.
2008-10-28  Austin Englishcrypt32: fix a test failure on Free/PC-BSD.
2008-10-06  Rob ShearmanAdd configure check for dirent.h and readdir.
2008-07-17  Juan Langcrypt32: Reorganize root store creation code.
2008-07-14  Juan Langcrypt32: Add MS root certs to root store.
2008-02-15  Francois GougetAssorted spelling fixes.
2007-11-02  Juan Langcrypt32: Fix leaked chains creating the root store.
2007-10-19  Juan Langcrypt32: Free root store when quitting.
2007-09-17  Andrew Talbotcrypt32: Fix some memory leaks.
2007-09-13  Francois Gougetcrypt32: We don't consider sys/types.h to be a conditio...
2007-09-12  Rob Shearmancrypt32: Fix a compile failure on *BSD systems.
2007-09-11  Juan Langcrypt32: Add a root store implementation that reads...